VPS RESET
-
Hi all, i am trading custom martingale ea from fxdreema with custom lots like 0.01,0.02,0.02,0.03 etc...,ea running good on vps and have positions 0.01,0.02 lots. while ea running sometimes my vps turned off.after that i startup mt4 again.while ea cant count old trades, ea starts with lot size from the beginning like 0.01,0.02...if don't have old trade, if have trade the EA lost continuity of martingale. how can i prevent this discontinuity?? ea should open 0.02,0.03... lots while the old orders exist ...Please support me?
-
You should create a structure searching for the last open lot size and catching it into a variable. Then, every time the EA is rerun, a new structure should modify the trade launcher to do it. Before you ask how that can be done, you shopuld share ytour project. It depends on your current structure.