Summary
Entry time of trade associated with the position.
The Timezone used is set in the cBot attribute.
Syntax
public DateTime EntryTime{ get; }
Example 1
ExecuteMarketOrder(TradeType.Buy, Symbol, 10000, "myLabel", 10,10); Print(LastResult.Position.EntryTime);