• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 3:46am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 3:46am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

I will code your scalping EAs for no charge 40 replies

I will code your pivot EAs for no charge 19 replies

Need help to code EAs for MT4 and MT5 4 replies

EAs and indicators relating to moutaki... 22 replies

InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 40,145
Attachments: I will code your EAs and Indicators for no charge
Exit Attachments
Tags: I will code your EAs and Indicators for no charge
Cancel

I will code your EAs and Indicators for no charge

  • Last Post
  •  
  • 1 6061Page 626364 2917
  • 1 Page 62 2917
  •  
  • Post #1,221
  • Quote
  • Edited 10:55am Nov 9, 2012 9:53am | Edited 10:55am
  •  ~bull.bear~
  • Joined Sep 2012 | Status: Aim Consistent Income | 791 Posts
Anyone could help this?


I need a unique reference name for multiple pairs global variable, example GlobalVariableSet("HERE",100);
How to code "HERE" to become variable or something, so could apply this EA to multiple pairs at the same time. EA won't refer the wrong variable. Example 100 is for pair EUR and 400 is for pair AUD. Thanks
 
 
  • Post #1,222
  • Quote
  • Nov 9, 2012 10:34am Nov 9, 2012 10:34am
  •  naser_mohamm
  • | Joined Feb 2008 | Status: Member | 64 Posts
Hi
I need somebody to make an Ea for this strategy of trading created by mine:
First: open any pair ( lets say EURUSD) on the 1 hour or 4 hours chart
second: put these 2 indicators on the chart (attached)
third: Depending on these 2 indicators the EA shall open sell orders only if the channel is down AND the SSRC indicator is below (-0.6) . the expert shall open only buy orders if the channel is up AND the SSRC ind is above (0.6).
Fourth: closing all orders when the SSRC indicator passes ZERO.
the indicators and template including recommended settings by mine for this strategy are attached with some pictures of how this work..
Any help is highly appreciated to program this EA.

Thanks for you all,,,
Naser
Attached File(s)
File Type: ex4 #(SF_TREND_LINES_ALL).ex4   4 KB | 558 downloads
File Type: ex4 SSRC.ex4   9 KB | 458 downloads
File Type: tpl #ang_channel.tpl   4 KB | 419 downloads
 
 
  • Post #1,223
  • Quote
  • Nov 9, 2012 2:41pm Nov 9, 2012 2:41pm
  •  awaisfx
  • | Joined Nov 2012 | Status: Member | 33 Posts
Quoting naser_mohamm
Disliked
Hi
I need somebody to make an Ea for this strategy of trading created by mine:
First: open any pair ( lets say EURUSD) on the 1 hour or 4 hours chart
second: put these 2 indicators on the chart (attached)
third: Depending on these 2 indicators the EA shall open sell orders only if the channel is down AND the SSRC indicator is below (-0.6) . the expert shall open only buy orders if the channel is up AND the SSRC ind is above (0.6).
Fourth: closing all orders when the SSRC indicator passes ZERO.
the indicators and template including recommended settings...
Ignored
Hi the indicator you provided not working on my mt4 i try it on so many brokers software but getting the same error.
talking about the SS trend lines all
check out the screen shot. please give suggestion about it,
thanks
http://i.imgur.com/s3aXk.png
 
 
  • Post #1,224
  • Quote
  • Nov 9, 2012 8:11pm Nov 9, 2012 8:11pm
  •  fairwind
  • | Joined Dec 2004 | Status: Member | 140 Posts
Quoting EaglePip
Disliked
Hi David,
Glad that it does the job. Could not resist the temptation to see why you were so keen on the arrows.
I'm across on the other side!
EP
Ignored
I use T3 as it seems to be better than the standard MA's. The arrows are a bit less "stuff" on my chart. I was trying to clean up the mess on my charts, so that I can see the price action better. I have been trying to get a grip on James16 approach to PA.
Good Trading to All ---- fairwind
 
 
  • Post #1,225
  • Quote
  • Nov 10, 2012 1:34am Nov 10, 2012 1:34am
  •  Alpha MY
  • | Joined Sep 2012 | Status: Member | 34 Posts
I will be grateful if someone could add MaxRange and for 5-digit brokers (for any broker) to this EA..

eg. only open orders when the MaxRange of (dayHigh-dayLow) is <= 50 (adjustable)

Thanks
Attached File(s)
File Type: mq4 Daily 95 Pips (IBFX Fall Version) 2.mq4   9 KB | 492 downloads
 
 
  • Post #1,226
  • Quote
  • Nov 10, 2012 5:09pm Nov 10, 2012 5:09pm
  •  Goodgame42
  • | Joined May 2012 | Status: Member | 454 Posts
Hi,

I need someone to code a little part of my ea:

-When a postion (ex: Buy_1 with 0.01lots, Takeprofit1) is opened and the price goes in opposite direction of 50 pips, an other position (Buy_2 with 0.02lots, Takeprofit2) is opened and if the Takeprofit2 is hit, the 2 trades must be closed.
However, if the price falls again 60pips, a new position (Buy_3 with 0.04lots, Takeprofit3) is opened and if the Takeprofit3 is hit, the 3 trades must be closed.

THANKS A LOT, A LOT !!! =)
Trade Safe !
 
 
  • Post #1,227
  • Quote
  • Nov 12, 2012 1:47am Nov 12, 2012 1:47am
  •  Alpha MY
  • | Joined Sep 2012 | Status: Member | 34 Posts
Hey Guys,

Anyone know how to modify this to get the dayHigh on the specific time period for the previous day eg. only from xbar to ybar for the previous day.

eg. dayHigh = High[iHighest(NULL, PERIOD_H1, MODE_HIGH, StartHours to EndHours, 1)]

Thanks
 
 
  • Post #1,228
  • Quote
  • Nov 12, 2012 6:41am Nov 12, 2012 6:41am
  •  ~bull.bear~
  • Joined Sep 2012 | Status: Aim Consistent Income | 791 Posts
Quoting Alpha MY
Disliked
Hey Guys,
Anyone know how to modify this to get the dayHigh on the specific time period for the previous day eg. only from xbar to ybar for the previous day.
eg. dayHigh = High[iHighest(NULL, PERIOD_H1, MODE_HIGH, StartHours to EndHours, 1)]
Thanks
Ignored
Something like this.
1. x & y are your intented time (0200,1200)
2. Time_Diff is your broker time minus GMT time in hour faster (2 is 2 hours faster than GMT)



Inserted Code
      string TimeBegin = StringConcatenate((x/100)+Time_Diff,":00");   
      string TimeEnd = StringConcatenate((y/100)+Time_Diff,":00");     
      int TimeNow = CurTime()-(Time_Diff*3600);
        
      datetime dtTimeBegin = StrToTime(TimeToStr(TimeNow, TIME_DATE) + " " + TimeBegin);
      datetime dtTimeEnd = StrToTime(TimeToStr(TimeNow, TIME_DATE) + " " + TimeEnd);
       
      int iBarBegin = iBarShift(Symbol(), 0, dtTimeBegin);
      int iBarEnd = iBarShift(Symbol(), 0, dtTimeEnd);  
        
      double PriceHigh = High[iHighest(Symbol(), 0, MODE_HIGH, iBarBegin-iBarEnd, iBarEnd)];
      double PriceLow  = Low [iLowest (Symbol(), 0, MODE_LOW , iBarBegin-iBarEnd, iBarEnd)];
 
 
  • Post #1,229
  • Quote
  • Nov 13, 2012 4:01am Nov 13, 2012 4:01am
  •  Alpha MY
  • | Joined Sep 2012 | Status: Member | 34 Posts
^ Thank you very much ~bull.bear~ ! . I appreciate it
 
 
  • Post #1,230
  • Quote
  • Nov 13, 2012 11:26pm Nov 13, 2012 11:26pm
  •  stormer
  • | Joined Oct 2012 | Status: Junior Member | 2 Posts
Hello sir,

Please help me programming an indicator has the following features:

settings for the M1 graph of MT4

Alert tone when the length of the candles $ 5 (can change this parameter)

Installing be for all Symbol, and the parameter can change the length of the candles, including candle up and down

Thanks
 
 
  • Post #1,231
  • Quote
  • Nov 14, 2012 11:23am Nov 14, 2012 11:23am
  •  ventor
  • | Joined Jul 2006 | Status: Member | 33 Posts
Hello !

I want to run this strategy in STP Broker with 5 digits. But do not open the item. Description of the chart is correct.

Can someone please check with your broker demo of the action of this EA.
You may need to change something in the code?

I test a similar strategy but is written Dukascopy JForex. I test it since April of this year. While maintaining the appropriate MM strategy is profitable on a monthly basis can bring profit.
I want to run the same strategy on MT4 real account, because I found a cheaper broker than Duke.

Thank you in advance!
Attached File(s)
File Type: mq4 newgrid_2009_11_15_thorup.mq4   23 KB | 436 downloads
 
 
  • Post #1,232
  • Quote
  • Nov 14, 2012 7:19pm Nov 14, 2012 7:19pm
  •  topt
  • | Joined Jun 2011 | Status: Member | 22 Posts
Hi, guys;

could somebody please add an alert to this sequential code when the number 13 of the countdown shows up.

Thanks in advance
Attached File(s)
File Type: mq4 DeMark Sequential Vs. 2.0 (1).mq4   22 KB | 421 downloads
 
 
  • Post #1,233
  • Quote
  • Nov 14, 2012 10:15pm Nov 14, 2012 10:15pm
  •  demonicxfist
  • | Joined Apr 2012 | Status: Member | 2 Posts
hi guys!!..

can someone help me coding simple scalping ea with this criteria :

lot = 0.01
TP = 5
SL = 20

*the ea start running on every new H1 candle.

------------------------------------------------------------------------------------------------
Level 1

- pending order 2 buystop & 2 sellstop +-5pip from open current candle(H1).
- cancel/delete pending order when the other is triggered.

------------------------------------------------------------------------------------------------

Level 2
(1) - if the buystop is triggered and hit TP, open 2 sell 2pips above previous TP
(2) - if the sellstop is triggered and hit TP, open 2 buy 2pips below previous TP

------------------------------------------------------------------------------------------------
Level 3
(3) - if the trade goes like (1) and hit TP, instant 2 op_buy
(4) - if the trade goes like (2) and hit TP, instant 2 op_sell

------------------------------------------------------------------------------------------------
Level 4

- if the trade goes like (3) and hit TP, open 2 sell 2pips above previous TP
- if the trade goes like (4) and hit TP, open 2 buy 2pips below previous TP

------------------------------------------------------------------------------------------------

All 4 level was happen in single H1 candle. however level 2,3,4 was set to optional (true/false)
so we can decide how much position we are going to take.

all open & pending order will be close/delete as the new H1 candle appear. and the ea will start

over.

thats all.


i don't know if this ea is possible to build. but if it does, thanks in advance and sorry for my

english.
 
 
  • Post #1,234
  • Quote
  • Nov 15, 2012 7:28am Nov 15, 2012 7:28am
  •  Jns
  • | Joined Jul 2009 | Status: Member | 236 Posts
Hi

What causes an indicator to repaint if the timeframe is changed. Can the repainting be rectified.
I also would like an email function if that would be possible.

Regards
JNS
Attached File(s)
File Type: mq4 ForexOffTrend_Alert.mq4   5 KB | 374 downloads
BE THE BEST YOU CAN BE AND BE IT TODAY
 
 
  • Post #1,235
  • Quote
  • Nov 15, 2012 10:37pm Nov 15, 2012 10:37pm
  •  august21
  • | Joined May 2010 | Status: Member | 91 Posts
Simple EA code needed :

Buy when 5 EMA (closed) crosses above 20 EMA (closed) , in a 4Hr Chart.
Sell when 5 EMA (closed) crosses below 20 EMA (closed) , in a 4 Hr Chart.

Lot size. 0.5, trigger to take place at close of the 4hr chart.



Can somebody please help with this EA ? Appreciate it dearly. Thanks, I intend to manually TP (or SL ) once an order is triggered. Meant for this EA as a triggering devise. THanks
 
 
  • Post #1,236
  • Quote
  • Nov 17, 2012 9:51am Nov 17, 2012 9:51am
  •  cyber1
  • Joined Jan 2011 | Status: Member | 1,299 Posts
Quoting august21
Disliked
Simple EA code needed :

Buy when 5 EMA (closed) crosses above 20 EMA (closed) , in a 4Hr Chart.
Sell when 5 EMA (closed) crosses below 20 EMA (closed) , in a 4 Hr Chart.

Lot size. 0.5, trigger to take place at close of the 4hr chart.



Can somebody please help with this EA ? Appreciate it dearly. Thanks, I intend to manually TP (or SL ) once an order is triggered. Meant for this EA as a triggering devise. THanks
Ignored
Set Stoploss and Takeprofit to zero and it won't be set.
Attached File(s)
File Type: mq4 PriceCrossMA.mq4   12 KB | 459 downloads
 
 
  • Post #1,237
  • Quote
  • Nov 17, 2012 12:48pm Nov 17, 2012 12:48pm
  •  4xPIPAHOLIC
  • Joined Aug 2009 | Status: Member | 2,576 Posts
Quoting aarizahmad
Disliked
Hello All,
I have got 2 indicators, namely:
1. Currency Heat map: It displays the CURRENT bar status of all 28 pairs of 8 major currencies in 4 different color variations.
2. Trendline: It displays the current prevailing trend in the market. If the CURRENT trend is upward it shows green color and if the trend is downward it displays red color.

Objective of custom indicator : I want to look the current TREND of all the pairs NOT the current BAR.

So please can some code an indicator that displays...
Ignored
Hi aarizahmad,

Just my 2 cents,

If someone manages to finish what you are asking that will be good.....if not....
If the pairs are not balanced on that indicator the jpy pairs are going to weigh heavily on it and when those pairs make a move you will see it on that indi, instead of seeing the real heat map ratio.
Also the color of that indi will be changing colors whenever there is a volatile market(even on a pullback).

What you can do as an alternative you can open gbpjpy pair and add a 2.7.2.7. smoothed heiken ashi.
Follow it and compare it to your heat map......I am sure it will be very close.(but it will still weigh on the jpy side)

There is another alternative witch will balance it more....if you are interested pm me and I will explain you how you can set it up yourself...I use that alternative myself.....

4x
 
 
  • Post #1,238
  • Quote
  • Nov 19, 2012 5:02pm Nov 19, 2012 5:02pm
  •  denozi
  • | Joined Aug 2012 | Status: trade with Patient &amp; Discipline | 82 Posts
Dear Mr. Andi,
First of All, my name is denOzi i am really new to Forex about 7 months. The last few days ago i got another MC again and i have been losing over 1.500 US Dollars in Forex. To day I am browsing and looking for some positive articles or may be a very simple trading method and system that i can used in the future time. I am writing you means, surely need help and support but i am sorry, i am just not a native speaking English but i do hope that you can catch my points clearly. I feel that i have to give up with Forex but there is signal in my deepest hearth that there must be a way and solutions for this. will you be so kind enough to help me with this? i need a simple system together with indicators that i can use to trade again. I like both Scalping and Long trade, I am sure that you will take me into your account and your kind help will come into my hearth and I should thank you so much for it in advance & I appreciate it.

Best regards
DenOzi
[email protected]


Quoting Argunes
Disliked
Hi Andi,

Thanks for offering help. I'll share a part of my trading system with you and if possible i would like to have an indicator showing my buy/sell signals.

First part of my trading system includes mobving averages. Here are the values, 5 EMA (close), 8 SMA (open), 21 EMA (close), 55 EMA (close) and 200 EMA (close).

My signals are these; 1. when 21 EMA is over 55 EMA; buy when 5 EMA crosses up 8 SMA, 2. when 21 EMA is under 55 EMA; sell when 5 EMA crosses down 8 SMA.

I also look at MACD and Stothastics for confirmation but moving...
Ignored
I am a new 2 Forex- Your help would be greatly appreciated
 
 
  • Post #1,239
  • Quote
  • Nov 19, 2012 7:13pm Nov 19, 2012 7:13pm
  •  denozi
  • | Joined Aug 2012 | Status: trade with Patient &amp; Discipline | 82 Posts
Dear Professional,

I have read your articles concerning your nice indicator system. I am really new to FX and got MC several times, i have spent over 2000 US for FX, I have fall in deep concern how to get up with a better system and hope able to recover with a better scene in the future time. So, will you be so kind enough to help me with your latest update indicator? I would be glad & appreciate your support and help. A big thank and I do hope that you can take me into your account.

Regards
DenOzi

Quoting richest
Disliked
Okay I hope this method can be transformed into EA.

The Indicator only consist of 2 colors, red and blue. It's repainting, therefore when the color changes, we must wait until the current candle closes (blue = long, red = short). On the next candle, if the color changes again put an order again with the same lotsize (eg. if the last position is long, that means the next position should be short).

If there were 4 or more open position (should be buy sell buy sell or sell buy sell buy), when the color changes again (for this example the position...
Ignored
I am a new 2 Forex- Your help would be greatly appreciated
 
 
  • Post #1,240
  • Quote
  • Nov 19, 2012 8:54pm Nov 19, 2012 8:54pm
  •  sasha100
  • | Joined Aug 2009 | Status: Member | 21 Posts
Hello,

Please help. I need EA that stop autotrading and close all open positions when particular level of ROC(10) indi will be reached. I will need to be able to setup time when this EA will be active and ROC level to trigger.
Thanks!
Alex
Attached File(s)
File Type: mq4 roc.mq4   2 KB | 398 downloads
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 6061Page 626364 2917
    • 1 Page 62 2917
14 traders viewing now, 4 are members:
roma23
,
Thakri
,
shroudFX
,
Nomenix
  • More
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023