Documentation / Instructions

The PRINT function is used to display the variable value for each candle in a table. Like the GRAPH and GRAPHONPRICE instructions it is intended to help debugging.

(more…)

Returns a random integer number located between 2 fixed limits. (more…)

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

Syntax:

 

Example:

 

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

Syntax:

 

Example:

 

Instruction following the first condition of “IF” statement.

Syntax:

 

Directional instruction in the “FOR” loop.

Syntax:

 

Example:

 

Reset the whole array (more…)

Wend if the ending instruction of the “WHILE” loop.

Syntax:

 

Example:

 

Launch a “WHILE” loop.

Syntax:

 

Example:

 


Top