Hallo guys, i'm creating a TD Sequential indicator in javascript and i'm a little stuck, i would appreciate some insight (for the sake of simplicity i'm just looking at the TD buy setup and TD buy countdown).
The book DeMark indicators by Jason Perl states the following about countdown recycling:
The "before" and "on" parts are clear to me, the "after" part however confuses me. What is suppose to happen in the following use case (see attached image):
- completed countdown
- completed setup right after the countdown
- price flip 4 bars after the countdown
The recycle conditions are not met, so what is expected in this situation?
a. continue with a countdown generated by the second setup?
b. discard the second setup and continue checking for new setup completions?
c. none of the above?
The book DeMark indicators by Jason Perl states the following about countdown recycling:
An R Will Appear
When a TD Buy Setup that began before, on, or after the completion of a developing TD Buy Countdown, but prior to a bullish TD Price Flip, extends to eighteen bars— that is, eighteen closes, with each one less than the close four price bars earlier.
The "before" and "on" parts are clear to me, the "after" part however confuses me. What is suppose to happen in the following use case (see attached image):
- completed countdown
- completed setup right after the countdown
- price flip 4 bars after the countdown
The recycle conditions are not met, so what is expected in this situation?
a. continue with a countdown generated by the second setup?
b. discard the second setup and continue checking for new setup completions?
c. none of the above?