Skip to content

EntryTime Property

Summary

Entry time of trade associated with the position.The Timezone used is set in the cBot attribute.

Signature

1
public abstract DateTime EntryTime {get;}

Return Value

DateTime

Declaring Type

cAlgo.API.Position

Examples

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

Last update: March 17, 2023