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:
4249
Note:
(9)
Publié:
2018.08.23 11:37
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

OHLC VolumeH displaiys the difference between two volume lines of the OHLC Volume volume indicator as a histogram.

Since OHLC Volume is calculated only by OHLCV bar values, the indicator has no configurable parameters.

Calculation:

OHLCV = UpV - DnV

where:

UpV = Volume * CoeffUP/(CoeffUP+CoeffDN)
DnV = Volume* CoeffDN/(CoeffUP+CoeffDN)

CoeffUP = High-Open
CoeffDN = Close-Low

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

OHLC_Volume OHLC_Volume

OHLC Volume indicator

AMA Histogram AMA Histogram

The histogram displays the difference of a Close price and iAMA (Adaptive Moving Average, AMA) indicator value.

WRB WRB

Wide Range Body indicator

ATR_Volatility ATR_Volatility

ATR Volatility indicator