Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
4547
Valutazioni:
(11)
Pubblicato:
2018.06.06 12:39
PVT.mq5 (5.58 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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).

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.