New metatrader 4 compatible experts - page 13

 
shilox:
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

 
mladen:
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

Files:
trix.mq4  5 kb
 
shilox:
Can't anything be done to the above code?

Attached is the indicator it uses.

trix.mq4

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 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

 
leowang:
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

Files:
 
mladen:
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 scratch

Thank 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

Files:
bullnbear.mq4  13 kb
 
lionking2012:
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

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