EA Errors
-
Hi Guys
Just wondering if anyone else has come up with some EA Errors Zero Divide
I been working on this little baby for a few weeks now I think its almost there feel free to use and tweak it but I'd love to know what my back testing stop early?
I'm looking to use a fixed dollar amount for the MM as I think its a better way to get a better Risk to Reward system going rather then using fixed lots.
Is there anyway we can get a developer to make a system for fixed dollar increases like the Ryan Jones thing but with dollar amounts rather then lot sizes?
For example.
Start with 1k each trade is $20 when account gets to 2k it doubles to $40, 4k $80 ect????
https://fxdreema.com/shared/vbjyJv7Sb
Cheers
Deadllee -
@deadllee the money management algorithm uses stop-loss somewhere in the calculation, in the denominator. Accelerator oscillator can be 0 at some point, which causes division by zero.
-
Cool cool for an no programer how can i stop it from happening?
Cheers
Deadllee -
@deadllee you must set the SL before opening the trade, and check if SL would be 0. If it would, set it to 5 pips, for example. Replace your sell block with these 4 blocks: https://fxdreema.com/shared/Hq4AFQZ4b