How to count execution on a EA ?.
-
I want to count each modification of an order / Stop loss hit / TP Hit / New Order Create and store total activities.
As soon as these all activities reach to 2900, I need to stop my EA for trading for that day.Can you guys tell me how to do this ?.
-
Which EA do u use ?
-
You can use a counter variable to do exactly that. When variable hots, 2900 it is reset and the EA blocks until tomorrow.
-
@l-andorrà Thanks brother.
-
@Emmah13 It's a scalping EA for 1 min TF.