Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 7916
- Valutazioni:
- 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

The ROC indicator with signal Moving Average

The Ultimate Oscillator indicator