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精神,此脚本的作者已将其开源,以便交易者可以理解和验证它。向作者致敬!您可以免费使用它,但在出版物中重复使用此代码受网站规则约束。 您可以收藏它以在图表上使用。

想在图表上使用此脚本?

免责声明