I'm still thinking through my approach, but is there a way to call a custom method just once for the entire backtest run, across multiple symbols? That way I can load all my data into a List<>, and at the very end write it to the database more smoothly.
Thanks gurus...

Comment