Description: This indicator follows on from the COG on Stochastic that was done previously and is available at The COG on MACD uses obviously the MACD values. Attributions for the base COG code need to go to: //| Original Code from NG3110@latchess.com //| Linuxser 2007 for TSD The COG is fully optioned so that you … Read more
This is the standard MACD indicator drawing two flat lines instead of a signal line. It allows you to detect and trade flat/range-bound markets. It’s nothing fancy. I only created it to run some tests, but it might be useful to others. MACD + Flat Market Detector – indicator MetaTrader 4
The standard MACD indicator is calculated by formulas: MACD = EMA(CLOSE, 12) – EMA(CLOSE, 26) SIGNAL = SMA(MACD, 9), where main line (MACD) is drawn on the exponential moving average (EMA), a signal line (SIGNAL) on the simple moving average (SMA), and applied price is limited to the closing price (CLOSE). The proposed indicator MACD … Read more
Real author: MaxAgeNT MACD histogram with bars coloring according to Elder Impulse System. This indicator was first implemented in MQL4 and published in Code Base 16.05.2012 (in Russian). The indicator uses SmoothAlgorithms.mqh library classes (must be copied to the terminal_data_folder\MQL5\Include). The use of the classes was thoroughly described in the article “Averaging Price Series for … Read more
The real author: Svinozavr From the usual MACD type the _MACD_Xtr indicator differ in adaptive overbought/oversold zones (red and green lines), and also bars color in histogram in the corresponding colors when entering MACD in these zones. Usually to adapt the indicator as a regulator, the indicator itself is used. If, for example, the scope … Read more
Description The CMACDOnRingBuffer class is designed for calculation of the technical indicator Moving Average Convergence/Divergence (Moving Average Convergence/Divergence, MACD) using the algorithm of the ring buffer. Declaration class CMACDOnRingBuffer Title #include <IncOnRingBuffer\CMACDOnRingBuffer.mqh> File of the CMACDOnRingBuffer.mqh class should be placed in the IncOnRingBuffer folder that need to be established in MQL5\Include\. Two files with the examples used by … Read more
Real author: Jordi Bassagañas Galisteo The problem is measuring the real power of this traditional system based exclusively on MACD. The EA’s rules are as follows: Buy when the MACD signal crosses above the waterline line. Sell when the MACD signal crosses below the waterline line. There is also a money management strategy that seeks … Read more
Real author: FX5 This indicator will plot divergence lines on the MACD indicator and will give buy and sell signal by displaying green and red arrows. It also has a built-in alert function. As the original indicator, bullish divergence is plotted in green lines while bearish divergence is plotted in red. If the divergence is … Read more
Real author: Khashayar Talebi A semaphore signal indicator that uses an MACD histogram. The indicator generates signals for trading when the MACD histogram breaks through its signal line. Figure 1. The MACD_On_Chart indicator MACD On Chart – indicator MetaTrader 5
🍪 By using RobotFX website, you agree with the use of cookies and following our terms of service.