Watch how to download trading robots for free
Find us on Twitter!
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
Views:
4478
Rating:
(11)
Published:
2018.06.06 12:39
PVT.mq5 (5.58 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Price Volume Trend (PVT) is an indicator of price trend and volume, similar to the standard On Balance Volume (OBV) indicator.

The amount of the volume to be added to the current value is determined by the volume, by which prices have risen or fallen relative to the previous day's Close.

The indicator has no configurable parameters.

Calculation formula:

PVT = ((Close - Close(-1)) / Close(-1)) * TickVolume + PVT(-1)

Interpretation of indicator values is similar to standard On Balance Volume and Accumulation/Distribution (AD).

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

Period_Open_Line Period_Open_Line

The indicator shows the open price of a period.

MA_Difference MA_Difference

An oscillator indicator showing a difference between MA and the price.

RTL RTL

Trend indicator Recursive Trendline (RTL).

TOSC TOSC

A Trend Oscillator.