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
Vues:
2836
Note:
(7)
Publié:
2018.07.13 15:33
FIR.mq5 (6.97 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Indicator FIR is a symmetrically weighted filter (Finite Impulse Response Filter).

It has one input parameter:

  • Applied price - price used for calculations.

Calculations:

FIR = (Price(0) + 2*Price(1) + 2*Price(2) + Price(3)) / 6

where:

Price = SMA(1, Applied price)

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

EURX EURX

Indicator EURX displays index EUR.

EMA_With_Trend_Adjustment EMA_With_Trend_Adjustment

EMA_With_Trend_Adjustment - a moving average with exponential smoothing and correction by its trend component.

MM MM

Oscillator MM (Market Mode) allows assessing the market state: In trend state or in cyclic state.

MV_OBV MV_OBV

Unlike standard On Balance Volume calculated on Close prices only, and indicator MultiVote OBV is calculated on HLC prices, which resulted in its higher sensitivity.