EA using triple as much as risk as it should
-
Hi, if I use fixed amount in $ per trade the EA does fine.. but if use like 1% risk per trade the EA will risk 3% ... if I put 2 %, the EA will risk 6% .. anybody know why? kind regards
-
@asto94 what leverage is your account? I encountered a similar bug once
-
for gold 100:1
for forex 500:1 -
on both risk is wrong?
-
@asto94 https://fxdreema.com/forum/topic/8072/there-is-a-bug-with-the-calcultation-of-the-risk-to-equity
the way i fixed it was to divide or multiply by 100 or 500 before i made the input (cant remeber the number). So what this looks to me now is that fxdreema is using the calculation of leverage 500 for th risk calculation of your 100 leverage account. Anyway you will see by which factor the calculation is wrong by trying out different values an then you need to use the factor block and correct it for the constant
-
yes both are wrong..
that helped me already, thanks !