Do something only once
-

Hi i am trying to do these set of blocks only once per day or only to execute once (BUY or SELL)... i have tried various methods but none seem to work... Thanks in advance...
-
@fxgjg If you have some conditions (e.g. check for loss), you must check those conditions on every tick, and only filter the trade execution.
In short, move your filter block down in the chain.
-
@roar thanks