Is there an easy button for printing output on the last instance of handle_data instead of on every call?
I suspect one would need to first count the instances of handle_data and run a counter to only print on the last one? I'm collecting data over the course of the backtest that only needs to reported at the end.