Extraction of the logs from the attached backtest:

  1. 2022-06-30 00:00:00 : 2022-06-30 00:00:00 | 98 | {'test': 'test'}
  2. 2022-07-01 00:00:00 : 2022-07-01 00:00:00 | 99 | {'test': 'test'}
  3. 2022-07-02 00:00:00 : 2022-07-02 00:00:00 | 100 | {'test': 'test'}
  4. 2022-07-06 00:00:00 : 2022-07-06 00:00:00 Failed 5 times
  5. 2022-07-07 00:00:00 : 2022-07-07 00:00:00 Failed 5 times
  6. 2022-07-08 00:00:00 : 2022-07-08 00:00:00 Failed 5 times

The algorithm is only able to download the same file 100 times. After that, self.Download() returns an empty string. Why is that, and is there a way to increase that limit? More importantly, will I encounter the same issue in paper/live trading? I am continuously changing the file so I need to be able to download it an unlimited amount of times. The problem is definitely on QC's end and not Dropbox as I have no issues downloading it endless times from a custom script.

Author

Haakon

August 2022