Documentation / ProBacktest

Indicates whether you have open long positions or not.

Syntax:

 

Example :

 

Allows to know if a Long position has been opened on the candlestick N (N optional by default at 0). (more…)

Set a stop loss x units from the average position price.

Syntax:

 

Example :

 

Define the number of lots to buy or sell (equivalent to “SHARE”).

Syntax:

 

Example :

 

Designates an order to be launch directly at market price.

Syntax :

 

Example :

 

Designates an order to be executed on the open of the next bar.

Syntax:

 

Example :

 

Allows backtests to not update their initial capital with gains and losses (instruction for backtests only).

Syntax:

 

Indicates whether or not a position is open.

Syntax:

 

Example :

 

Size of a pip (or point), PipSize=PointSize.

Syntax:

 

Value in €/$ of one pip (or one point) in the currency of the instrument. PipValue=PointValue.

Syntax:

 


Top