Alexandre Catarino
Alexandre Catarino
If the algorithm calculated the order quantity with the bid/ask, it could not solve the problem, because the spread can be small (bid and/or ask price close to the trade...
@Martin-Molinero , the problem was raised by this community forum thread: https://www.quantconnect.com/forum/discussion/13510/crypto-live-trading-usdt-error ``` 2022-04-13 00:00:00 :New Order Event: Time: 04/13/2022 00:00:00 OrderID: 1 EventID: 1 Symbol: SHIBUSDT Status: Invalid Quantity:...
Hi @jordanparker6, We believe that the issue is due to copying and pasting to the terminal in macOS and also Linux. During this process, some characters might be added at...
Kraken special cases (supported in other exchanges, but no Kraken): https://trade.kraken.com/charts/KRAKEN:AVAX-USD https://trade.kraken.com/charts/KRAKEN:DOGE-USD
Also: https://trade.kraken.com/charts/KRAKEN:LDO-USD https://trade.kraken.com/charts/KRAKEN:SYN-USD
The information is now found at https://www.quantconnect.com/docs/v2/cloud-platform/organizations/resources#02-Backtesting-Nodes https://www.quantconnect.com/docs/v2/cloud-platform/organizations/resources#03-Research-Nodes https://www.quantconnect.com/docs/v2/cloud-platform/organizations/resources#04-Live-Trading-Nodes and they link to https://www.quantconnect.com/docs/v2/cloud-platform/projects/ide#07-Manage-Nodes
We might want to do this with the Python upgrade. https://devguide.python.org/versions/ [pythonnet supports 3.12](https://github.com/pythonnet/pythonnet/pull/2249), so can LEAN.
The Live Orders case fixed by https://github.com/QuantConnect/Documentation/commit/808853fb581b052e663878f0fe7b6d31dce63028
[spx-leaps.pdf](https://github.com/QuantConnect/Documentation/files/14184959/spx-leaps.pdf) [spxw-five-times-a-week.pdf](https://github.com/QuantConnect/Documentation/files/14184960/spxw-five-times-a-week.pdf)
The GitHub Actions don't commit to master, so the script can make the changes and create a new branch: https://github.com/QuantConnect/Documentation/blob/master/.github/workflows/code_generators.yml#L46 Then we can review the branch before merging.