Summary
Represents the winning or loosing pips of the position.
Syntax
public double Pips{ get; }
Example 1
ExecuteMarketOrder(TradeType.Buy, Symbol, 10000, "myLabel", 10,10); Print(LastResult.Position.Pips);
public double Pips{ get; }
ExecuteMarketOrder(TradeType.Buy, Symbol, 10000, "myLabel", 10,10); Print(LastResult.Position.Pips);