Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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

Advance_Decline_Line - indicateur pour MetaTrader 5

Vues:
7433
Note:
(11)
Publié:
2018.06.18 10:25
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Indicator ADL (Advances/Declines Line) shows the ratio of positive and negative price increments over a specified time interval.

It has two input parameters:

  • Period - calculation period;
  • Use Cumulative mode - use the "cumulative" algorithm of calculations (Yes/No).

Calculations:

ADL = (Up - Dn)

If Use Cumulative mode = Yes, then:

ADL = (Up - Dn) + ADL of the previous day

where:

Up = Up(Period)
Dn = Dn(Period)
  • Up - number of bullish candlesticks over the period;
  • Dn - number of bearish candlesticks over the period.

Fig.1 Use Cumulative mode = Yes

Fig.1 Use Cumulative mode = Yes

Fig.2 Use Cumulative mode = No

Fig.2 Use Cumulative mode = No

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20796

Exp_AbsolutelyNoLagLwma Exp_AbsolutelyNoLagLwma

A trading system based on the AbsolutelyNoLagLwma indicator signals.

AnchoredMomentum_HTF AnchoredMomentum_HTF

Indicator AnchoredMomentum with the timeframe selection option available in input parameters.

ESM ESM

Indicator ESM (Elsig's Shifting Mean) shows the averaged shift of price over the specified time interval (bars).

ERVI ERVI

Oscillator ERVI (Ehlers' Relative Vigor Index) based on the relative vigor index by John F. Ehlers.