Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 5115
- Rating:
- Published:
- 2018.06.06 12:39
-
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

The indicator shows the open price of a period.

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