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

Range_Histogram - indicateur pour MetaTrader 5

Vues:
3198
Note:
(14)
Publié:
2018.06.18 16:23
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The indicator shows in a separate window, as a histogram, the candlestick sizes by two parameters:

  1. Difference between Open and Close;
  2. Difference between High and Low.

You can also enable smoothing and display the averaged value of candlestick sizes.

The indicator has four input parameters:

  • Calculation type - type of calculations:
    • Open/Close - difference between Open and Close;
    • High/Low - difference between High and Low.
  • Smoothing - smoothing switch (Yes/No);
  • Period - averaging period;
  • Method - smoothing method.

Fig.1. Calculating Open/Close without smoothing

Fig.1. Calculating Open/Close without smoothing


Fig.2. Calculating High/Low without smoothing

Fig.2. Calculating High/Low without smoothing


Fig.3. Calculating Open/Close with smoothing

Fig.3. Calculating Open/Close with smoothing


Fig.4. Calculating High/Low with smoothing

Fig.4. Calculating High/Low with smoothing

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

Rainbow_Volume Rainbow_Volume

A colored tick-volume indicator.

Wiseman Wiseman

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

Range_Volume_Ratio Range_Volume_Ratio

Indicator of candlestick size / tick volume ratios.

Range_Volume_Ratio_S Range_Volume_Ratio_S

Indicator of candlestick size / tick volume ratios and signal line.