Summary
Entry price of the position.
Syntax
public double EntryPrice{ get; }
Example 1
ExecuteMarketOrder(TradeType.Buy, Symbol, 10000, "myLabel", 10,10); Print(LastResult.Position.EntryPrice);
public double EntryPrice{ get; }
ExecuteMarketOrder(TradeType.Buy, Symbol, 10000, "myLabel", 10,10); Print(LastResult.Position.EntryPrice);