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

開源腳本

在真正的TradingView精神中,這個腳本的作者以開源的方式發佈,這樣交易員可以理解和驗證它。請向作者致敬!您可以免費使用它,但在出版物中再次使用這段程式碼將受到網站規則的約束。 您可以收藏它以在圖表上使用。

想在圖表上使用此腳本?

免責聲明