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:
4627
Note:
(10)
Publié:
2018.07.13 16:04
VLM.mq5 (9.54 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Indicator of volumes. It displays a color histogram of relative volumes by day hours:

  • Hour from 08 to 13 - color red
  • Hour from 14 to 17 - color bright green
  • Hour from 18 to 21 - color red
  • Hour from 22 to 23 - color green
  • Hour from 00 to 07 - color blue

Volume of each hour is calculated as a ratio between the current volume to the mean volume value within the predefined range.

The indicator has one input parameter:

  • Period - calculation period

Calculations:

VLM = Volume/VolAvg

where:

VolAvg = SMA(Volume, Period)

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

MartingailExpert MartingailExpert

The EA uses Martingale. Initial entry by indicator iStochastic (Stochastic Oscillator).

Swing_Shift Swing_Shift

Indicator Swing Shift

WRSI WRSI

An RSI smoothed by Wilder's moving average

AB AB

Indicator Acceleration Bands