The_Caretaker

CT Reverse MACD Cross

The_Caretaker 已更新   
Introducing the Reverse MACD Cross

MACD.... short for moving average convergence/divergence, is a trading indicator used in technical analysis of stock prices, created by Gerald Appel in the late 1970s.
It is designed to reveal changes in the strength, direction, momentum, and duration of a trend in a stock's price.

Prior work by Johny Dough showed how we can compute the price level required to make the MACD stay at its current level,
and also how to compute the price level required for the MACD to cross the zero line.

I have brought that idea to it logical conclusion for the MACD by creating a new function which also computes the price level required to cross the MACD with its signal line.
This allows the user to quickly see all of the most relevant information from the MACD and the actual price levels where the indicator will change its posture.


The MACD indicator (or "oscillator") is a collection of three time series calculated from historical price data, most often the closing price.

These three series are:
  • the MACD series proper shown here in blue
  • the "Signal Line" or "average" series shown here in red
  • the "Divergence" series which is the difference between the two shown here as a histogram.
    There is also usually a baseline set at zero.

    The MACD series is the difference between a "fast" (short period) exponential moving average (EMA), and a "slow" (longer period) EMA of the price series.

    The average series (signal line) is an EMA of the MACD series itself.

    The MACD indicator thus depends on three parameters, namely the time periods of the three EMAs.

    The notation "MACD ( a, b, c )" usually denotes the standard indicator where the MACD series is the difference of EMAs with characteristic times a and b, and the average series is an EMA of the MACD series with characteristic time c.

    There is an infobox which displays...

  • Whether the MACD is falling or rising
  • the price level which will make the MACD to change from rising to falling or vice versa
  • the price level which will cause the MACD to cross the signal line
  • the price level which will cause the MACD to cross the zero line

    The most commonly used values are 12 for the fast, 26 for the slow, and 9 for the signal line, that is, MACD ( 12, 26, 9 ).

    The MACD and average series are customarily displayed as continuous lines in a plot whose horizontal axis is time oscillating above and below a zero line, whereas the divergence is commonly shown as a bar graph / histogram.

    A fast EMA responds more quickly than a slow EMA to recent changes in a stock's price.

    By comparing EMAs of different periods, the MACD series can indicate changes in the trend of a stock.

    It is claimed that the divergence series can reveal subtle shifts in the stock's trend.

    Since the MACD is based on moving averages, it is a lagging indicator. As a future metric of price trends, the MACD is less useful for stocks that are not trending (trading in a range) or are trading with unpredictable price action.
版本注释:
Corrected code description and minor function error
版本注释:
Switched plot order to bring lines to the front of the histogram
版本注释:
Created and added SMA signal line cross function by request..

Added
  • optional SMA signal line
  • optional SMA based histogram
Modified textbox info and coloring logic for clarity
版本注释:
Final tidy up
版本注释:
Added Zeroline cutoff feature to the reverse functions in order to alleviate autofocus chart issues.

Removed transp variable from plot functions in advance of its planned obsolescence.
版本注释:
Upgraded to Pinescript Version 5
Added plot settings options.
Added settings headings.

You may contact me on Krown's Crypto Cave Discord: discord.gg/W9ettX54DF My Discord username is The Caretaker.
My Private indicators are available via :
krown-trading.teachable.com/?affcode=236462_mm1lb1_w
开源脚本

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

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?