Custom lot size mis matching
-
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
-
Show your project link, so we can see what you are doing/trying to do.
-
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
-
Nor do I, but the only way of possibly understanding it to see the shared link, if you want create a small test project, and share that.