Hi All,
I’m specifically looking for non-standard and more advanced approaches in thinkScript to classify whether a stock is currently in a trending regime or a ranging / sideways / choppy regime. I’m already very familiar with the classic tools (ADX thresholds, moving average slope/alignment, Bollinger Bandwidth, ATR vs its average, basic higher-highs/higher-lows structure, etc.), so please skip those.
What I’m interested in:
- statistical / quantitative measures that can be coded in thinkScript
- scripts that produce a clean regime label / state (Trend / Range / Transition) using less common math
- anything people have developed or found useful that feels more “quantitative” and less laggy than the standard toolkit
If you have (or know of) threads/scripts that implement any of the above - or your own experimental approaches - I’d really appreciate links, code, or descriptions of what actually works well on stocks in TOS.
Thanks a lot!
I’m specifically looking for non-standard and more advanced approaches in thinkScript to classify whether a stock is currently in a trending regime or a ranging / sideways / choppy regime. I’m already very familiar with the classic tools (ADX thresholds, moving average slope/alignment, Bollinger Bandwidth, ATR vs its average, basic higher-highs/higher-lows structure, etc.), so please skip those.
What I’m interested in:
- statistical / quantitative measures that can be coded in thinkScript
(Kaufman Efficiency Ratio and its variations, approximations of Hurst exponent, Fractal Dimension, Choppiness Index if used in a more sophisticated way, linear regression R-squared + slope combinations, entropy-based measures, variance ratio tests, etc.)
- any custom multi-factor or hybrid regime filters that go beyond the usual indicators- scripts that produce a clean regime label / state (Trend / Range / Transition) using less common math
- anything people have developed or found useful that feels more “quantitative” and less laggy than the standard toolkit
If you have (or know of) threads/scripts that implement any of the above - or your own experimental approaches - I’d really appreciate links, code, or descriptions of what actually works well on stocks in TOS.
Thanks a lot!