OPEN-SOURCE SCRIPT

5-Minute Trend Identifier with Alerts

How It Works
The script calculates two Simple Moving Averages (SMA): a fast MA (default length = 9) and a slow MA (default length = 21).

The trend is determined by the relationship between the two MAs:

Uptrend: Fast MA > Slow MA.

Downtrend: Fast MA < Slow MA.

Alerts are triggered when the trend changes:

Uptrend Alert: When the fast MA crosses above the slow MA.

Downtrend Alert: When the fast MA crosses below the slow MA.

The chart background changes color to indicate the trend, and labels are displayed for clarity.
Moving Averages

開源腳本

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

想在圖表上使用此腳本?


更多:

免責聲明