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

Normalized_Volume - indicateur pour MetaTrader 5

Vues:
7409
Note:
(14)
Publié:
2019.01.02 14:30
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Normalized Volume is an indicator showing the normalized volume value. It displays the average volume within the bars range, in the form of a colored histogram with a threshold value.

It has two input parameters:

  • Period - normalization period
  • Threshold - threshold level

Calculation:

VolumeNorm = Volume / MA * 100.0

where:

MA - SMA(Volume, Period)
Volume - tick volume

  • If VolumeNorm is greater than Threshold
    Histogram bars are colored green.
  • Otherwise
    Histogram bars are colored red.

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

MA_Trend MA_Trend

MA Trend indicator

MA_Slope MA_Slope

The MA Slope indicator

Flat Channel Flat Channel

Brief Description

Exp_Slow-Stoch_Duplex Exp_Slow-Stoch_Duplex

Two identical trading systems (for long and short positions) based on the signals of the Slow-Stoch indicator, which can be configured in different ways within one Expert Advisor