Hello.
I want to count the number of consecutive wins in a table.
Below I have an example.
<tbody>
$40
-$20
$25
$10
$5
$41
$32
-$5
$9
-$12
</tbody>
My goal is to be able to count how many consecutive wins I was able to get.
The example shows 4 consecutive wins
<tbody>...