ProRealTime documentation

Return the value of the technical indicator “Double Exponential Moving Average” over N periods on ‘price’ type selected.

Syntax:

Calculation :

We start to calculate MME1, a (n day) exponential moving average . The we calculate MME2, that’s the exponential moving average of MME1 with  the same period.

Finally the indicator DEMA = 2 * MME1 – MME2

(more…)

Constant variable that give the daily High of the N selected bar from the current one.

Syntax:

 

Example:

 

Part of the directional Index technical indicator (ADX) value. Represents DI+ minus DI- over N periods.

Syntax:

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

Syntax:

 

Example:

 

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

Constant variable that give the daily Low of the N selected bar from the current one.

Syntax:

Example:

Optional instruction in a FOR / NEXT loop and WHILE loop to define the actions to occur in the loop.

Syntax:

Example:

 


Top