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

OHLC_Volume_Histo - indicateur pour MetaTrader 5

Vues:
7089
Note:
(12)
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

OHLC Volume Histogram displays the difference between two streams of the OHLC Volume volume indicator as a colored histogram.

There are no input parameters.

Calculation:

Histogram = StreamUP - StreamDN

where:

StreamUP = Volume * UP_Coeff / (UP_Coeff+DN_Coeff)
StreamDN = Volume * DN_Coeff / (UP_Coeff+DN_Coeff)

UP_Coeff = High-Open
DN_Coeff = Close-Low

Volume - tick volume

Fig.1. OHLC Volume Histogram


Fig. 2. OHLC Volume Histogram + OHLC Volume

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

OHLC_Volume OHLC_Volume

The OHLC Volume indicator

TriMAgen TriMAgen

The TriMAgen indicator

ROC_with_Signal_MA ROC_with_Signal_MA

The ROC indicator with signal Moving Average

Ultimate_Oscillator Ultimate_Oscillator

The Ultimate Oscillator indicator