Counter function
-
Im new to the counter function , the idea of this one is that the condition can only pass one time for buy contions and one time for sell contions , I used the counter pass once to make sure of that and that i used a reset counter attached to it for the other direction conditions . Is this the correct way ?
Wasnt sure if the id to put in ( reset id ) was the candle id which i dont hope .
If i was thinking right , the counter reset input id is the one that you allso put in the pass once counter , correct me if im wrong

-
yes you are right with this, is that working for you?
-
@miro1360 said in Counter function:
yes you are right with this, is that working for you?
I first got two alerts of the same direction at once but added a once per bar to so it seems to work now

Thanks for your answer !
