
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello Mladen,
Found this EA on mql5.com, looks promising, but it is constantly placing and exiting orders in less than 15 seconds.
Would like it to place the orders normally and not exit till TP or opposite signal is detected.
trix_ea.mq4
Thank you.Don't have the indicator it is using, but from code like this :
if (AheadTradeSec==0) AllowTrade=1;
if (AheadExitSec==0) AllowExit=1;
when it allows opening and closing orders at the same time, I am guessing that it is simply opening and closing orders as soon as there is an opened order. From some other code in that EA, my recommendation is to forget it
Don't have the indicator it is using, but from code like this :
if (AheadTradeSec==0) AllowTrade=1;
if (AheadExitSec==0) AllowExit=1;
Can't anything be done to the above code?
Attached is the indicator it uses.
trix.mq4
Can't anything be done to the above code?
Attached is the indicator it uses.
trix.mq4shilox
It is not just that code.
The whole code is having a lot of things like that. The author should rewrite it from the scratch
i have found this useful macd exit ea on forextsd. it seems not working on new mt4 build. Could anybody have a look at it.
thanks a lot.macd_signal_cross_close_ea.mq4
i have found this useful macd exit ea on forextsd. it seems not working on new mt4 build. Could anybody have a look at it. thanks a lot.macd_signal_cross_close_ea.mq4
Hi,
Try it now, that should fit.
Happy trading.
Sincerely.
Tomcat98
thanks tomcat98,it works well now.happy trading^_^
Signal v1.1 EA
myfxbook.com/members/ExpoRobodEx2/signal-v11/1020684
EURGBP, M15
shilox
It is not just that code.
The whole code is having a lot of things like that. The author should rewrite it from the scratchThank you Mladen, I think i will get someone at oDesk to write a new code completely.
hello dear friends
i have some excellent indicators that they do not observe in new mt4 ver
please help me rework them
thank you so much
hello dear friends
i have some excellent indicators that they do not observe in new mt4 ver
please help me rework them

thank you so muchIt was posted here : https://www.mql5.com/en/forum/183798/page134 (since those are indicators)