DOCCA0

Results 4 issues of DOCCA0

I've already tested it. `you-get -l "https://www.youtube.com/xxxxxxx" --first 10 --last 15`means we download episode [10,15]

_ValueError: can't find a freq from [Freq(30min)] that can resample to 1min!_ code: ```python ################################### # prediction, backtest & analysis ################################### port_analysis_config = { "executor": { "class": "SimulatorExecutor", "module_path": "qlib.backtest.executor",...

bug

# Before: - "DataTrades" supports only maxium 19 assets. Those out of 19 will be ignored. ![image](https://github.com/user-attachments/assets/027face8-ab7a-43e4-8dc8-8d2d3dcdb0bd) # After: - "DataTrades" supports maxium 19*7 assets. Each of them has different...