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:
6003
Rating:
(11)
Published:
2019.01.02 14:30
OHLC_Volume.mq5 (6.97 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The OHLC Volume indicator divides volumes into two threads in accordance with Open/High/Low/Close of each bar.

There are no input parameters.

Calculation:

StreamUP = Volume * UP_Coeff / (UP_Coeff+DN_Coeff)
StreamDN = Volume * DN_Coeff / (UP_Coeff+DN_Coeff)

where:

UP_Coeff = High-Open
DN_Coeff = Close-Low

Volume - tick volume


Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/23110

TriMAgen TriMAgen

The TriMAgen indicator

Fibo_Average2 Fibo_Average2

The Fibo Average2 indicator

OHLC_Volume_Histo OHLC_Volume_Histo

The OHLC Volume Histogram indicator

ROC_with_Signal_MA ROC_with_Signal_MA

The ROC indicator with signal Moving Average