is this variable method is correct ?.
-
Case - :
The EA should count every modification / creation / close of a trade. once these activity limit reached to 2000m then the EA should stop working until the next day.
- Can I pick a previously defined variable like this way and add some math to it and store the value in the same variable?.


-
Yes, tha is the baseic structure. However, you need those calculations to happen in the 'on trade' tab in order to avoid modify the variable every single tick.
-
yes bro, I moved them in to OnTrade.