I know I can use
Performance.AllTrades[Performance.AllTrades.Count-1].Entry.Time
to get the entry time, is there a way to get the entry bar in a similar manner?
Alternatively, I can get the bar information in OnExecution but then I have to equate a trade to the IExecution object. Being lazy here; what is the best way to do that (given there is no direct link as mentioned above)?
Best Regards,
Scott

Comment