Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

OHLC_Volume - indicator for MetaTrader 5

Views:
4610
Rating:
(7)
Published:
2018.08.23 11:33
Updated:
2018.08.23 11:33
OHLC_Volume.mq5 (7.05 KB) view
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

AMA Histogram AMA Histogram

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

MostasHaR15 Pivot MostasHaR15 Pivot

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).

OHLC_VolumeH OHLC_VolumeH

OHLC VolumeH volume difference indicator

WRB WRB

Wide Range Body indicator