OPEN-SOURCE SCRIPT

PH - Magic Indicator

由paress82提供
Explanation:
EMA Calculations:

EMAs for the periods 5, 10, 20, 30, 50, and 100 are calculated using ta.ema(close, period).
Signal Conditions:

Signal 1: All EMAs must be in order (EMA 5 > EMA 10 > EMA 20 > EMA 30 > EMA 50 > EMA 100).
Signal 2: Similar to Signal 1 but without the condition for EMA 50 > EMA 100.
Plotting the Signals:

Blue triangle is plotted under the first candle that meets Signal 1 conditions (plotshape with color=color.blue).
Orange triangle is plotted under the first candle that meets Signal 2 conditions but not Signal 1 (plotshape with color=color.orange).
Plotting the EMAs:

Each EMA is plotted with a distinct color for visual clarity.
Key Features:
The signals only appear on the first candle that meets the respective condition using and not signalX[1] to avoid repetitive signals.
EMAs are plotted on the chart to give you a clear visualization of their movement.
Moving Averages

开源脚本

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

想在图表上使用此脚本?

免责声明