Indicator PVO
The description:
Oscillator PVO (Percentage Volume Oscillator).
Parameters:
FastMA_Period = the period of fast MA; value should be more than 0.
FastMA_Method = the method of fast MA. Possible values: 0 - Simple MovingAverage, 1 - Exponential MovingAverage, 2 - Smoothed MovingAverage, 3 - Linear weighted MovingAverage.
SlowMA_Period = the period of slow MA; value should be more than 0.
SlowMA_Method = the method of slow MA. Possible values: 0 - Simple MovingAverage, 1 - Exponential MovingAverage, 2 - Smoothed MovingAverage, 3 - Linear weighted MovingAverage.
SignalMA_Period = the period of signal MA; value "1" - without signal MA.
SignalMA_Method = the method of signal MA. Possible values: 0 - Simple MovingAverage, 1 - Exponential MovingAverage, 2 - Smoothed MovingAverage, 3 - Linear weighted MovingAverage.
The status: Free-of-charge, it is possible to download the source-file.
Platform: MetaTrader 4.
Frequently asked questions:
How I can run a indicator ?
How I can determine that there was a error at execution of the indicator ?
How I can change parameters of the indicator ?
|