I have tried that one, but itīs not the same.
Thanks anyway.
I will code your pivot EAs for no charge 25 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
DislikedIf this is the wrong place for this request please forgive me. Is there an MQL4 Coder out there interested helping for a fee? I am needing some help to modify a complex EA (Heavily Modified version of Blessing) I want to add some extra functions and improve some others. Previously I have tried Upwork and other platforms but yet to find someone who actually has the skills to help. I am trying to learn how to do it myself but finding it is a rather steep learning curve. What I am after is probably not that hard for someone who actually knows what...Ignored
DislikedI have tried MQL5 paid someone in advance for the job, the work was very much substandard rubbish. When I made a complaint to the Russians who run the site they banned me, so I do not agree that that is a good place to start.Ignored
DislikedHi can anyone add the option of setting trading hours to this ea? thanks in advance {file}Ignored
DislikedHi Coders I have this MTF Fractal which has some Little bug in it. Could someone please check and correct if possible. I use it with 240 min on a lower TF with good result (if ever it works). {file}Ignored
DislikedIf someone could change the code so the arrow is shown after the close of the candle. Right now the indicator needs refreshing after each candle. Thx in advance {file}Ignored
Percentage = 1 mmPeriod = 30 //--- end of settings peak = ZigZag[Percentage](high) trough = ZigZag[Percentage](low) if peak<peak[1] and peak[1]>peak[2] then last=1 endif if trough>trough[1] and trough[1]<trough[2] then last=-1 endif if last>0 then mm=average[mmPeriod](high) else mm=average[mmPeriod](low) endif if mm>mm[1] then r=0 g=128 b=196 else r=255 g=0 b=0 endif return mm coloured(r,g,b)
Disliked{quote} Hi a very good Looking indictor on the first window. I also trade on the Renko and would appreciate if you could send me the indi. Thanks wofgschilleratwebdotdeIgnored
Disliked{quote} thanks ... the indicator attached did not meet the description . i want MA of MA cross not MA of price Vs MA of price cross .Ignored
Disliked{quote} Have this one, set the period to 5 and it should be the same as the built in version. {file}Ignored
DislikedIf someone could do some tweaks to the following open source indicator, that would help me A LOT! What I need is the indicator to be changed so that it ONLY gives an alert for the CURRENT candle that does a shadow wick retracement. Also if the alert can be a push alert that is sent to my phone. Right now it only has email notification and alerts as soon as you click ANY time frame which is no use to me. Thank you so much in advance. I forgot to add. This is the purpose of the indicator. I have been watching 29 different pairs for months now and...Ignored