Documentation / Instructions

ArrayMax

ProRealTime v11

Returns the maximum value contained in an array.

Syntax:

 

ArrayMin

ProRealTime v11

Returns the minimal value contained in an array.

 

Sort ASCEND or DESCEND (mode) of the whole data of an array

(more…)

Return the number of bars since the beginning of data loaded (in a chart in the case of a ProBuilder indicator of for a trading system in the case of ProBacktest or ProOrder)

Syntax:

 

Returns the number of candlesticks passed since the last true condition. (more…)

Instruction forcing the exit of “FOR” loop or “WHILE” loop.

Syntax:

 

Example:

 

CalculateOnLastBars

ProRealTime v10.3

Purpose of this instruction is to avoid computer memory consumption by limiting the bars quantity use in indicator calculation.
This parameter increases the speed at which an indicator will be calculated by defining the number of bars that will present the result.
Syntax :

“CALL” is an instruction made for calling value of user indicator. Add under brackets as many parameters the personal indicator have.

Syntax:

If the personal indicator returns more than one value from its RETURN instruction, the CALL function should be coded like this:

(case of an indicator that return 3 values)

3 variables are set from the the 3 returns variables of the custom indicator “myIndicator”.

(more…)

Create a background color only between two values. (more…)

Colors a curve with the color you defined using the RGB convention.

(more…)


Top