MARTINGALE
-
hi how to make a martingale that doesn't reset on initial lot of the sequence when EA is stopped . I mean EA must take in considerations previous historical trades even when the EA is paused and then run again
-
Is the EA removed from the chart when paused? Because if it is not, you can store the value of the last lot size into a variable and retaken later.
-
@l-andorrà Yes the EA is removed from chart when paused