Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Modified_Advance_Decline_Line - indicator for MetaTrader 5

Views:
3986
Rating:
(11)
Published:
2018.10.25 15:31
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Modified Advance Decline line indicator is a modified ADL (Advances/Declines Line) trend indicator. It compares the difference between symbol chart increase and decrease moments within a certain time period. The indicator determines a trend strength for detecting market reversals as well. The calculation is performed considering tick volumes.

It has one configurable parameter:

  • Period - calculation period

Calculation:

MADL = PrevMADL + (2.0*Close-High-Low) / (High-Low) * (Volume+MA)

where

MA - SMA(Volume, Period)

If a trading instrument price goes up, while the indicator line moves down, this means a divergence and a possible market reversal signal. At the same time, this is only a warning about a possible reversal, since, due to some features of the indicator, the divergence of the directions of its line and the price chart may continue for a long time. But when the indicator line confirms the movement of the price chart with its direction, this indicates a strong current trend.

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22082

Proffessor v3 Proffessor v3

Grid of pending orders. The EA applies iADX (Average Directional Movement Index, ADX) indicator.

Sensitive Sensitive

The Expert Advisor based on iMACD(). Displaying MACD values via Point().

Fractal_Bar_Indicator Fractal_Bar_Indicator

Fractal bar indicator

Double_Smoothed_MACD_Stochastic Double_Smoothed_MACD_Stochastic

Double smoothed MACD Stochastic indicator