ProRealTime documentation

Give value of  the volume of the N bar.

Syntax:

Volume represent the quantity of shares traded during the chosen timescale.

(more…)

VolumeAdjustedAverage

ProRealTime v11

Returns value of the Volume Adjusted Moving Average applied to the selected data serie.

Syntax:

Where:

  • period= calculation period used for the Volume Adjusted Moving Average (default period is 20)
  • price= applied price or data serie into the formula of the VAMA

(more…)

Return value of the Volume Oscillator calculate by the volume of two different periods.

Syntax:

Variation % = 100 * [(short average – long average) / long average]

(more…)

Return value of the Volume of the Price Rate of Change over the last N periods.

Syntax:

The calculation is the same as for a ROC but calculated on the volume.

(more…)

Return value of the Weighted Moving Average over the last N periods for the selected price.

Syntax:

 

 

Give value of the weighted close “N” candle before the current one.

Syntax:

Calculation :

Average of (2 * Close)+(1 * High)+(1 * Low)

 

Wend if the ending instruction of the “WHILE” loop.

Syntax:

 

Example:

 

Launch a “WHILE” loop.

Syntax:

 

Example:

 

Return value of a Wilder Moving Average over the last N periods for selected price.

Syntax:

 

Example:

 

Return value of the Williams R% oscillator over the last N periods for the selected price.

Syntax:

Calculation :

The parameter is the number of days used in calculation of %R.

((High on n period – today’s close) / (high on n period – low on n period)) * (-100)

(more…)


Top