Counting consecutive losses
-
Hi guys, Is their a way to count the consecutive loses?
example
trade 1 SL
trade 2 TP
trade 3 TP
trade 4 SL
trade 5 SL
trade 6 SL
trade 7 SLConsecutive losses is 4.
is their a way I can get that "4" in that sequence, so on and so fort?
thanks -
@bhadzlagayan You can do it with this block:

-
@bhadzlagayan I would do it like this, then reset variable when needed.

-
Thank you very much for this! it works!
-
@bhadzlagayan Your welcome