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:
3751
Rating:
(10)
Published:
2018.06.06 13:36
PVI.mq5 (5.67 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The "Positive Volume Index" indicator

It has no input parameters. It is calculated by the following formula:

if Volume[i]<=Volume[i+1] Positive Volume Index[i]=Positive Volume Index[i+1] and

if Volume[i]>Volume[i+1] Positive Volume Index[i]=Positive Volume Index[i+1]*(1+(Close[i]-Close[i+1])/Close[i+1])

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

Prevailing_Trend Prevailing_Trend

An indicator of the prevailing trend.

PR PR

Period Range

SMI SMI

The Smart_Money_Index indicator

Split_MA Split_MA

A split Moving Average