ProRealTime documentation

Return the range value between high and low of the selected bar.

Syntax:

 

Example:

 

Introduces a remark (not taken into accountby the code).

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

Instruction needed in ProBuilder code for returning the result to draw on chart.

Syntax:

 

Example:

 

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

Mathematical Function to round “a” to the nearest whole number.

Syntax:

“digits” is optional. It is the number of digits after decimal point.

Example:

 

Round down quantities to buy or sell (used for stocks with the instruction to buy an amount in cash).

Syntax:

 

Round up quantities to buy or sell (used for stocks with the instruction to buy an amount in cash).

Syntax:

 


Top