Documentation / Indicators

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…)

Return the value of the end Point of a Moving Average over N periods.

Syntax:

 

Example:

 

Exponential moving average technical indicator value over N periods applied to selected price or value.

Syntax:

 

Example:

 

Return value for the ForceIndex technical indicator for the price selected.

This indicator need volume values.

Syntax:

Calculation:

Force Index=(today’s close-yesterday’s close)*Volume.

(more…)

FractalDimensionIndex

ProRealTime v11

Returns the FDI (Fractal Dimension Index) indicator value.

Syntax:

Where:

  • period: period of calculation of the indicator, (default period is 30)
  • price: applied price

(more…)

Return the value of the highest price over a number of N bars of the defined price.

Syntax:

 

Example:

 


Top