Hi I wana ask some question where is the absolute count in trade statistic consecutive losses count?
-

I want absolute count of consecutive losses how to do it? because when I use Maximum count it always use the most historic data maximum of losses to count. I don't want the most historic data Maximum count, I want the latest initial consecutive losses count. For example my historic Maximum consecutive losses count is 20 losses, then I win trade it will reset my consecutive losses count to be 0 , after that I loses again consecutive losses count is 10 loses, but the problem is it is because it use the Maximum count, so it will always use my maximum 20 losses historic data or even above if my new maximum losses make the new history more than that 20 losses. this is the problem. but I want the latest initial consecutive loses count right now is 10 losses , some one pls help me. thank you.
-
@zarbitz Hello,
I can think of one way to get the results you need. Create a variable and with every closing trade, add 1 to it, and after a winning trade modify it to reset. In the following image is an example which you may need to fix.

-

@q8carpenter thank you so much. can we reset the maximum count of consecutive losses in trade statistics to be 0 every time when we have a win trade? how to reset it. thank you.
-
Actually if you look at my screenshot, block 8 will take care of that reset. I have placed it to do so. When any trade closes in profit, the variable will be set to 0.