Documentation / Indicators

Returns the PRT Bands mid term band

Syntax:

Example: 
screener that list all shares that mid term band is suddenly ascending while it was resting at the same price during the last 5 bars.

 

Returns the PRT Bands short term band

Syntax:

Example: 
screener that list all shares that short term band just made an ascending hook.

 

Returns the PRT Bands highest band.

Syntax:

Example #1:

Detect the trend change (from bearish to bullish trend), channel change from red to green

 

Example #2: 
Plot a up arrow below the candlestick when the Close crosses over the upper band

Return value of the Price Volume Trend indicator also knows as PVT, for a selected price.

Syntax:

Calculation :

%var = (close – yesterday’s close) / (yesterday’s close)

PVT = %var * today’s volume + yesterday’s PVT

(more…)

Return the R-Squared indicator value over the last N periods (error rate of the linear regression on price).

Syntax:

 

Example:

 

Return value of the Repulse technical indicator (measure the buyers and sellers force for each candlestick) over the last N periods for selected price.

Syntax:

The Repulse indicator measures and displays the bullish or bearish pressure associated with each price candlestick in the form of a curve.

It is more relevant when compared to price and offers valuable additional information on the feeling and confidence that traders have about the markets.

(more…)

RepulseMM

ProRealTime v11

Returns the RepulseMM indicator value.

Syntax:

 

(more…)

Return value of the Price Rate of Change indicator over the last N periods for the selected price.

Syntax:

Calculation :

ROC =((price – price[N])*100)/price[N]

(more…)

RocnRoll

ProRealTime v11

Return value of the RocnRoll indicator.

Syntax:

Where:

  • price= applied price used for the calculation of the RocnRoll indicator

(more…)

Return value of the Relative Strength Index indicator, also known as RSI, over the last N periods of the selected price.

Syntax:

Calculation :

RSI (on n period) = 100 * average of n days up / (average of n days up + average of n days down)

(more…)


Top