Open AlexCatarino opened 1 year ago
In addition to above, neither of following work with custom data: 1) Using 'Last Portfolio Holdings' when redeploying live algo. Loads none of the previous holdings currently. 2) lean 'submit-order' also doesn't work as it causes the same error
Expected Behavior
Be able to restart a live algorithm holding custom data. In principle, it should be supported since Lean supports trading custom data.
Actual Behavior
Not supported.
Potential Solution
N/A
Reproducing the Problem
Deploy the
CustomDataBitcoinAlgorithm
. On the "Algorithm Holdings State", add "BTC.Bitcoin 2S", "BTC", 1, 100. The algorithm will exit with the following message:System Information
QuantConnect Cloud and local.
Checklist
master
branch