Documentation / Instructions

Boolean Operator checking whether a curve has crossed over another one.

Syntax:

 

Example:

Boolean Operator checking whether a curve has crossed under another one.

Syntax:

Example:

Sums a certain price on the whole data loaded.

Syntax:

 

DateToBarIndex

ProRealTime v11

Allows to set an absciss with a datetime instead of a candlestick barindex for Graphical instructions.

Accepted formats for date are YYYY / YYYYMM / YYYYMMDD / YYYYMMDDHH / YYYYMMDDHHMM / YYYYMMDDHHMMSS

Syntax:

Example: DRAWTEXT(“text”, DateToBarindex(20200101), close)

(more…)

Lets you define parameters like CumulateOrders or FlatBefore / FlatAfter..

Syntax :

 

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

Syntax:

Example:

 

Instruction use in a FOR / NEXT loop to process the loop with a descending order

Syntax:

 

Example:

Instruction used to call the second conditions of “IF” conditionnal statements.

Syntax:

 

Example:

 

Stands for “Else If” (to be used inside of conditionnal loop).

Syntax:

 

Example:

 

Use for ending instruction of an IF conditionnal statement.

Syntax:

 

Example:

 


Top