Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

Modified_Advance_Decline_Line - indicatore per MetaTrader 5

Visualizzazioni:
4056
Valutazioni:
(11)
Pubblicato:
2018.10.25 15:31
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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.

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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