Is this code supported; it works but I cannot find any documentation on it and I always try to avoid undocumented features where possible?
IBar bar = Bars.Get(20);
I need the timestamp of a given bar during a backtest where I only know a bar number, nothing else.
If this isn't documented or there is a better way to do it, please let me know.
Best Regards,
Scott

Comment