How to Reset a Flag Count

18:27 @Ensign_HA: ok scooter so you want to count to 9, and then on 10th increment you want to reset to zero instead?

18:27 scooter: I also tried writing my own line of Not Fl and AND OR GV[1] < 10 but that didn't work either lol

18:28 @Ensign_HA: scooter, just help me understand what you want and I will show you how to do it. On the 10th count to you want to reset count to zero?

18:29 scooter: yes ,I want it to go to 9 but not 10, then after that I want to put a GV that it went to 9 somewhere in a GV so I can start another sequence ,(the countdown sequence of the DeMark sequential)

18:29 @Ensign_HA: ok scooter, easy to do, let me post example, 1 moment

18:30 scooter: I want a true flag that it went to 9 stored in a GV that I can test for whenver it goes to 9 but that is down the line after I can get it to stop at 9

18:30 scooter: easy for you , I have been trying for hours lol

18:30 @Ensign_HA: this example has counts that go beyond 9, now let me show example with them resetting to 0 at 10.

18:33 @Ensign_HA: does this example look like you want it scooter, see counts in red go 1 2 3 ..... 8 9 1 2 3

18:33 scooter: so line C tests for the sequence continuing and lineE test for not going above 9?

18:33 @Ensign_HA: y

18:34 scooter: so anytime I want the value of the counter I can use value=? - like line e

18:34 @Ensign_HA: yes 19:00:21

18:35 scooter: if I write I GV on line E then I will be able to test true/false that the count got to 9 correct? and I can write that line on line G to do that?

18:36 @Ensign_HA: Line E is the test that it got to 9

18:36 scooter: line f resets to zero

18:37 scooter: I just want to know that the count got to 9 so then I can start a new count where the high is greater than the close of 2 bars earlier but I don't want that sequence to start until the first 9 count is reached phase

8:38 @Ensign_HA: ok, understand, then write the Line E flag to a new GV

18:38 scooter: that is why I want the first count to end at 9 and then be able to true false that it did a 9 count

18:38 @Ensign_HA: it will be True when E does its reset

18:38 scooter: okay THANKS