Backtest Question
Dustin_Lang
Posts: 25
From a CQ backtest is it possible to write to a file and save all the console output from each day in a batch to a single file?
Tagged:
Comments
yes,
service.write_file()
allows you to do this.