Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Modified_Advance_Decline_Line - indicateur pour MetaTrader 5

Vues:
4060
Note:
(11)
Publié:
2018.10.25 15:31
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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.

Traduit du russe par MetaQuotes Ltd.
Code original : 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