Join our fan page
- Views:
- 5246
- Rating:
- Published:
- 2018.08.23 11:33
- Updated:
- 2018.08.23 11:33
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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
Translated from Russian by MetaQuotes Ltd.
Original code: 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).