TradingView
CedSako
2022年8月22日午後8時32分

MACD ZERO RETARD + Zones importantes (CedSako) 

GERMAN STOCK INDEX (DAX)TVC

詳細

MACD indicator with zero lag. (formula calculated so as to be as close as possible to the price reaction).

In addition, you can add a background that will give you the key buy and sell zones (the first based solely on the MACD ZR, the second on a Momentum system and finally the ultimate zones include the MACD and the Momentum) .

This indicator is not a buy or sell signal, but can usefully be used in your strategy to confirm your entry and exit points.

Do not hesitate to go see my other indicator (based on volatility and different averages).

リリースノート

Added an EMA of the MACD band in order to view the crossovers between them. Optimization of the backroung concerning the important areas taking into account this change

リリースノート

Integration of an EMA
optimization of important areas

リリースノート

correction : SMA => EMA
コメント
sesquis
Hi, I love your indicator,
Just a note on your EMA, it's an sma I see.
If you can add dot plot for buy/sell signals, it will be perfect!

you can add this kind of code:

dotsDistance = float(1.5)
circleYPosition = signal*dotsDistance

ribbonDiff2 = hist > 0? #4caf50: #c92f3c
plot(ta.cross(ZeroLagMACD, signalEMAred) ? circleYPosition: na,style=plot.style_circles, linewidth=4, color=ribbonDiff2, title='Dots')

I would also like to know how you have coded your zones, can you tell me more?
Thank you :-)

Steeve
CedSako
@sesquis, good evening
thank you for your comment, it's nice :)

indeed, I had coded an SMA instead of an EMA.. thing corrected in the update ;)

As for the plot, I don't see the point since there are already alert zones.

As for these warning zones, it's based on band crossings, but also other parameters based on other momentum indicators (not visible here).
詳細