Skip to content

Pips Property

Summary

Represents the winning or loosing pips of the position.

Signature

1
public abstract double Pips {get;}

Return Value

double

Declaring Type

cAlgo.API.Position

Examples

1
2
 ExecuteMarketOrder(TradeType.Buy, Symbol, 10000, "myLabel", 10,10);
 Print(LastResult.Position.Pips);

Last update: March 30, 2023