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
Vues:
3549
Note:
(11)
Publié:
2018.06.18 16:21
HL_StdDev.mq5 (14.64 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The oscillator shows standard deviation calculated on the difference between the High and the Low.

It has two input parameters:

  • Period - standard deviation calculation period;
  • Method - standard deviation calculation method.

Calculations:

HL_StdDev = Standard Deviation (HL)

where:

HL = High-Low

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

EMA_Trend EMA_Trend

Two channels by the High and Low of MA.

ADX_Difference ADX_Difference

Indicator of the difference between ADX and ADX as of N periods ago.

Kalman_Filter Kalman_Filter

Indicator Kalman Filter. It allows efficiently smoothing the noise, extracting the main trend from it.

Wiseman Wiseman

Wiseman is an indicator basically aimed at showing the candlestick, on which the trend has changed its direction.