OPEN-SOURCE SCRIPT

Moving Averages Trend Indicator

Computes a metric (0.0-1.0) based on the relative (above/below) relationship of price (close) and the moving averages of WMA0 (20day), SMA1 (50day), SMA2 (100day), SMA3 (200day).
Metric = 1.0 when price > SMA0 > SMA1 > SMA2 > SMA3
Metric = 0.0 when price < SMA0 < SMA1 < SMA2 < SMA3
This metric helps you track the price "trend." Color of the metric helps you track if the price is a bullish (green) or bearish (red). Blue indicates neutral.

Settings:
- Time Frame is adjustable
- SMA lengths are adjustable
- Threshold for bullish/bearish is adjustable
Moving AveragesTrend Analysis

Open-source script

In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in publication is governed by House rules. You can favorite it to use it on a chart.

Want to use this script on a chart?

Disclaimer