Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

OHLC_Volume_Histo - indicatore per MetaTrader 5

Visualizzazioni:
7055
Valutazioni:
(12)
Pubblicato:
2019.01.02 14:30
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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