• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

Suggestion Monkey Pips ( from the original author )

Im glad I ended being here and found the 301 with SL. I increased the trailing a little larger to tolerate the slippage, and now I can put the SL. Gonna try it out on market open. and hope this work. it's on my real live account.

And also, I would like to know the difference between 301 and 305 ?? anyone?
Thanks in advance.
 
Im glad I ended being here and found the 301 with SL. I increased the trailing a little larger to tolerate the slippage, and now I can put the SL. Gonna try it out on market open. and hope this work. it's on my real live account.

And also, I would like to know the difference between 301 and 305 ?? anyone?
Thanks in advance.

Hi. Also I added the SL in my changes plus 1 filter. I'm studying a way to add 2 more filters. In fact, SL helps a lot. P
Now the results promise well :)
 
Hi. Also I added the SL in my changes plus 1 filter. I'm studying a way to add 2 more filters. In fact, SL helps a lot. P
Now the results promise well :)
Hello Nexus6,

which version do you using? 301_withSL or version 305?

Thanks

Vlado
 
Thx I found the problem by this:
if( AccountFreeMarginCheck( Symbol(), OP_SELL, lotSize() ) <= 0 || GetLastError() == 134 ) {
Print( "Notice: Not enough free margin to open trade. Expert is removed." );
ExpertRemove();
return ( 0 );
}
That's why was stopped trading: less money- Expert is removed.
Btw this Monkey EA on real account goes down after tested time with small depo- that's my conclusion ;)

interesting, can you share the source code?
 
Trevor покажи пожалуйста открытый код робота .Я хочу написать его под мт5.Потом выложу сюда
 
Last edited by a moderator:
Hi there, I have a question though. Because I set Trail Stop on the settings. But I still hit SL with losses. Anyone can help me? I am using MonkeyPips 315
 
Back
Top