Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
4537
Note:
(11)
Publié:
2018.06.06 12:39
PVT.mq5 (5.58 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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).

Traduit du russe par MetaQuotes Ltd.
Code original : 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.