ProRealTime documentation

DRAWTRIANGLE

ProRealTime v10.3

Draw a triangle on chart with 3 sets of x,y coordinates.

Syntax:

Coloured is optional.

(more…)

DRAWVLINE

ProRealTime v10.3

Draw a vertical line on chart with barindex coordinate.

Syntax:

Coloured is optional.

(more…)

DynamicZoneRsiDown

ProRealTime v11

Returns the lower line of the Dynamic Zone RSI indicator.

The Dynamic Zone RSI oscillator is similar to a classic RSI with Bollinger Bands of 0.8 standard deviation applied on it.

Syntax:

Where:

  • RSIperiod: calculation period of the RSI oscillator (default is 14 periods)
  • BBperiod: calculation period of the Bollinger Bands applied to the RSI (default is 20 periods)

(more…)

DynamicZoneRsiUp

ProRealTime v11

Returns the upper line of the Dynamic Zone RSI indicator.

The Dynamic Zone RSI oscillator is similar to a classic RSI with Bollinger Bands of 0.8 standard deviation applied on it.

Syntax:

Where:

  • RSIperiod: calculation period of the RSI oscillator (default is 14 periods)
  • BBperiod: calculation period of the Bollinger Bands applied to the RSI (default is 20 periods)

(more…)

Returns the lower line of the Dynamic Zone Stochastic indicator.

The Dynamic Zone Stochastic oscillator is similar to a classic stochastic with Bollinger Bands of 0.8 standard deviation applied on it.

Syntax:

Where:

  • BBperiod: calculation period of the Bollinger Bands applied to the Stochastic (default is 20 periods)

The stochastic period is standard, set to default [14,3] and cannot be changed.
(more…)

DynamicZoneStochasticUp

ProRealTime v11

Returns the upper line of the Dynamic Zone Stochastic indicator.

The Dynamic Zone Stochastic oscillator is similar to a classic stochastic with Bollinger Bands of 0.8 standard deviation applied on it.

Syntax:

Where:

  • BBperiod: calculation period of the Bollinger Bands applied to the Stochastic (default is 20 periods)

The stochastic period is standard, set to default [14,3] and cannot be changed.
(more…)

Return Ease of Movement technical indicator value over last N periods.

Syntax :


Calculation:

EMV = 1000000 * (high – low) / 2*(high + low – (high[1] + low[1])) / volume
EaseOfMovement = ExponentialAverage(EMV)

(more…)

ElderRayBearPower

ProRealTime v11

Returns the ElderRayBearPower indicator value.

Syntax:

Where:

  • period= calculation period of the indicator (default is 13 periods)
  • MAtype= moving average type applied (0=Simple 1=Exponantial 2=Weighted 3=Wilder 4=Triangular 5=End Point 6=Time Series), this setting is not mandatory, by default MA type 1 (exponential) is applied
  • price= applied price for the calculation

(more…)

ElderRayBullPower

ProRealTime v11

Returns the ElderRayBullPower indicator value.

Syntax:

Where:

  • period= calculation period of the indicator (default is 13 periods)
  • MAtype= moving average type applied (0=Simple 1=Exponantial 2=Weighted 3=Wilder 4=Triangular 5=End Point 6=Time Series), this setting is not mandatory, by default MA type 1 (exponential) is applied
  • price= applied price for the calculation

(more…)

Instruction used to call the second conditions of “IF” conditionnal statements.

Syntax:

 

Example:

 


Top