Documentation / Indicators

Part of the average directional Index technical indicator (ADX). Return value of the DI+ line over N periods.

Syntax:

Example:

DivergenceCCI

ProRealTime v11

Return signals of the internal CCI divergences indicator of the platform.

Syntax:

Where:

CCIperiod = Commodity Channel Index (CCI) indicator period of calculation, default is 20 periods

LowCCIthreshold = Lowest bound of the CCI indicator, default is -100

HighCCIthreshold = Highest bound of the CCI indicator, default is 100

Bars = Bars quantity to detect a potential divergences, default is 20

(more…)

DivergenceMACD

ProRealTime v11

Return signals of the internal MACD divergences indicator of the platform.

Syntax:

Where:

Shortperiod = Moving Average Convergence Divergence (MACD), fast MA period of calculation, default is 12 periods

SlowPeriod = Moving Average Convergence Divergence (MACD),  slow MA period of calculation, default is 26 periods

SignalPeriod = MACD signal line MA period of calculation, default is 9 periods

Bars = Bars quantity to detect a potential divergences, default is 20

(more…)

DivergenceRSI

ProRealTime v11

Return signals of the internal RSI divergences indicator of the platform.

Syntax:

Where:

RSIperiod = Relative Strength Index (RSI) indicator period of calculation, default is 5 periods

LowRSIthreshold = Lowest bound of the RSI indicator, default is 30

HighRSIthreshold = Highest bound of the RSI indicator, default is 70

Bars = Bars quantity to detect a potential divergences, default is 20

(more…)

DonchianChannelCenter

ProRealTime v11

Returns the Donchian channel middle line (mean of the highest High and lowest Low of the last X periods).

Syntax:

Where “period” is used to determine the middle line price between the current bar and period bars ago.

(more…)

DonchianChannelDown

ProRealTime v11

Returns the Donchian channel lower line (lowest low of last X periods).

Syntax:

Where “period” is used to determine the lowest Low price between the current bar and period bars ago.

(more…)

DonchianChannelUp

ProRealTime v11

Returns the Donchian channel upper line (highest high of last X periods).

Syntax:

Where “period” is used to determine the highest High price between the current bar and period bars ago.

(more…)

Return value of the Detrented Price Oscillator technical indicator over N periods.

Syntax:

Calculation of a DPO (n period)

First, calculate the (n period) moving average

Then it is necessary to move back the data of this average of n/2+1) days ago.

Indicator DPO is finally : (close – Data of the moving average (n/2+1) days ago).

This indicator reduces the price trend and cycles become more visible.

While visualizing the tops and the bottoms, the DPO emphasizes the cycles.

 

Example:

 

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


Top