armybender
Active member
Hi All,
I have a study that looks for peaks and valleys (i.e. high > high[1] and high > high[-1]). Of course, these occur quite often, and I'm interested in finding the LAST occurrence of the pattern WITHOUT USING HIGHESTALL().
Reason for not wanting to use HighestAll() is that I want it to update on every tick, and HighestAll() puts it into a once-per-bar mode.
https://usethinkscript.com/threads/...e-no-update-in-real-time-in-thinkorswim.8794/
I've tested this thoroughly and know that to be the case.
What's the best method for this?
Any help is appreciated.
Thanks!
I have a study that looks for peaks and valleys (i.e. high > high[1] and high > high[-1]). Of course, these occur quite often, and I'm interested in finding the LAST occurrence of the pattern WITHOUT USING HIGHESTALL().
Reason for not wanting to use HighestAll() is that I want it to update on every tick, and HighestAll() puts it into a once-per-bar mode.
https://usethinkscript.com/threads/...e-no-update-in-real-time-in-thinkorswim.8794/
I've tested this thoroughly and know that to be the case.
What's the best method for this?
Any help is appreciated.
Thanks!
Last edited by a moderator: