I have the resolution in my code set to minute, but when I build and run the backtest, my Debug outputs are being displayed every second. I would like the outputs to be displayed every minute, not every second. Is there a way to change this so I can view the backtest output in the same resolution I have set for my code? Thank You.

Author