Disliked{quote} Прекращай это делать стань умней . Не дури себе голову. Давай раскинем карты в чем твой профит...Ignored
1
I will code your pivot EAs for no charge 28 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
Disliked{quote} - the ma price values are on global scope, they are made once and not calculated live as you may be expecting - the bool functions both have 2 returns in the same order with no condition if it's true or false - the below would be used in ontick, like if(ma_dir()==-1) then proceed with sells int ma_direction(int i) { double ma_fast = iMA(_Symbol,_Period,20,0,MODE_SMA,PRICE_CLOSE,i); double ma_slow = iMA(_Symbol,_Period,100,0,MODE_SMA,PRICE_CLOSE,i); if(ma_fast>ma_slow)return(1); else if(ma_fast<ma_slow)return(-1); else return(0); }Ignored
Disliked{quote} hello having trouble with this indi as well not showiing up on chart...please help fix it thanks so much.. {file}Ignored
Disliked{quote} Seems to works fine hereDo you get any error in the expert tab? {image}
Ignored
DislikedPlease help me!!!!! I need Sellstop and BuyStop but this ea only allows setting selllimit and buy limit. Please, can someone good at coding help me change the code? Convert from Limit to Stop orders Thank you very much. This ea is very helpful with my strategy. Thank you!!! ....................................................................... Sorry because English is not my native language {file}Ignored
DislikedHello ,I just wrote a EA wtching You tube ,but after loading to the chart i am not getting it compiled infact it is failing to get attached to chart. If some one helps to me .Attached herewith the EA. {file}Ignored
DislikedHi Metatrader (and anyone keen to help!), I have an indicator (not mine, but the mql code is freely available) that draws macd ma and histogram divergences - classic, hidden and extended. What I would like to be able to change is just one thing: For Hidden Divergences (I only use on the macd histogram, not macd ma lines) I only want it to establish hidden divergences between indicator peaks above the zero line for bearish hidden divergences, and indicator peaks below the zero line for bullish hidden divergences. At the moment it often draws the...Ignored