This indicator uses Heiken Ashi candle data to plot trend strength signals to your chart.
Bright Green: Heiken Ashi candle data is still putting in higher lows and higher highs, and the price closed above the previous low. Dark Green: Heiken Ashi candle closed green, but had a lower low or lower high (trend weakening). Bright Red: Heiken Ashi candle data is still putting in lower lows and lower highs, and the price closed below the previous high. Dark Red: Heiken Ashi candle closed red, but had a higher low or higher high (trend weakening).
Optional: I included a setting for allowing high RSI values to overrule Heiken Ashi values (disabled by default).
This kind of indicator is best used for managing open positions rather than entering trades. It works on all timeframes and instruments.
Feel free to contact me if you have any questions :)
Regards, - Matt
PS. Here's a snapshot of it against a Heiken Ashi chart for reference:
リリースノート
Added -1 offset value to trend strength bars so that they align properly with candles.
リリースノート
- Turned RSI override on by default to improve trend strength signal accuracy.
リリースノート
Added ability to reference higher timeframe
リリースノート
Removed HTF functionality as repainting issues were creating problems.
Indicator no longer repaints, and only uses the current timeframe data for signals.
リリースノート
- - Converted to Pine Script version 4 - Several minor code improvements & optimizations - Added candle offset (0 = use current bar data, 1 = use previous bar data)