telling you simple example, suppose i have bring one buy block on which i choose money management [Custom sequence] where i set base volume as 0.01 & sequence of loss as -> [3,5,9]. here what happening after a loss of first trade bot taking 2nd trade with 0.05 lot instead of 0.03... But as i ,mentioned its working fine with MT5 on Testing but taking wrong trade on Real account.. Even im not understanding that how its possible with same code
R
Latest posts made by Ravilkhateek
-
RE: Custom lot size mis matchingposted in Questions & Answers
-
Custom lot size mis matchingposted in Questions & Answers
I have set Custom lot sizes for my strategy on which what i observed that when im testing my strategy on mt5 it working fine as expected but when i use this bot on real broker, the bot is taking trade with wrong lot size . Basically im using increasing lot size after a loosing trade..
I have set lot sizes as 0.01,0.03,0.05,0.09 .....
But the bot is taking 0.05 on the very second trade after a loosing trade but it was supposed to take trade with 0.03 lotPlease help what need to be corrected