Unisciti alla nostra fan page
- Visualizzazioni:
- 5251
- Valutazioni:
- Pubblicato:
- 2018.08.23 11:33
- Aggiornato:
- 2018.08.23 11:33
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
OHLC Volume displays two volume graphs considering Open, High, Low and Close and applying two calculation methods: High-Open and Close-Low.
Since it is calculated only by OHLCV bar values, the indicator has no configurable parameters.
Calculation:
Vol UP = Volume * CoeffUP/(CoeffUP+CoeffDN) Vol DN = Volume* CoeffDN/(CoeffUP+CoeffDN)
where:
CoeffUP = High-Open CoeffDN = Close-Low
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/21402

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

The EA uses the following indicators: iADX (Average Directional Movement Index, ADX), two iMAs (Moving Average,MA) - one indicator at CLOSE prices and another one at OPEN prices, iOsMA (Moving Average of Oscillator, OsMA).