Does a trade collection provide the Entry and Exit datetime info? E.g. do I just call effectively:
Performance.AllTrades[x].Entry.Time
Performance.AllTrades[x].Exit.Time
and does that return the datetime that trade x entered in datetime format? If not, how can I accomplish this? I need to check for both the date and time of the entry and exit of historical trades.
Sorry if this is clearly documented somewhere and I missed it.
Thanks

Comment