vn5ema

TDMACD Divergence Multi Timeframe and Alert [5ema]

vn5ema 已更新   
I reused some functions, made by (i believe that):
  • @paaax: The table position function.
  • @everget: The RSI divergence function.
  • @QuantNomad: The function calculated value and array to show on table for input symbols.
  • @ChaosTrader: The function calculated value TDMACD.
-----
What to do?
  • MACD divergence signal.
  • The crossing of MACD and Signal line.
  • The reversal of MACD.
  • The reversal of Signal line.
  • The screener follow 6 different timeframes.
  • Set notification alert when signal appears.
-----
How is it created?
  • MACD line = fastMA - slowMA.
  • Signal line = ta.ema(macd(), signalLength)
  • Make function for pivot low & high point of MACD and price.
  • Request.security that function for earch time frame.
-----
How to use?
Can be combined with many other indicators or candlestick patterns.
Customize the input indicators to suit your strategy

1. MACD reversed:

2. Signal line reversed:

3. MACD Divergence:

4. MACD crossing Signal line:

5. Signal on Screener for multi time frame:
  • Green ⦿: Buy.
  • Red ⦿: Sell.
  • Green 〇: Review Buy.
  • Red 〇: Review Sell.

-----
  • This indicator is for reference only, you need your own method and strategy.
  • If you have any questions, please let me know in the comments.

發布通知:
Update:
  • The Alert content.
  • Position of some items.
發布通知:
Update: The Alert content.
開源腳本

本著真正的TradingView精神,該腳本的作者將其開源發布,以便交易者可以理解和驗證它。為作者喝彩吧!您可以免費使用它,但在出版物中重複使用此代碼受網站規則的約束。 您可以收藏它以在圖表上使用。

免責聲明

這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。

想在圖表上使用此腳本?