JosueNina
JosueNina
#### Expected Behavior The scheduled event at 1 AM should execute after the RSI indicator update, which occurs at midnight (12 AM) #### Actual Behavior The scheduled event at 1...
#### Description - Prevents unnecessary Python wrapper creation for pure C# model instances - Introduces a reusable helper method to centralize the detection logic #### Related Issue Closes #9053 ####...
#### Expected Behavior The RandomDataGenerator should support parallel execution to improve performance. Ideally, tick generation for different symbols would run concurrently while maintaining deterministic output. #### Actual Behavior Currently, the...
The documentation for the [/backtests/create](https://www.quantconnect.com/docs/v2/cloud-platform/api-reference/backtest-management/create-backtest) endpoint contains an incorrect payload example. The parameters field is not properly structured. Incorrect Example (current docs): ``` { "projectId": 23456789, "compileId": "c0edc6-49048b", "backtestName": "New...
Start sending codeSourceId on push, with --force option skipping it Closes #586
#### Description Prevent empty option chains by including weeklies by default #### Related Issue Closes #8958 #### Motivation and Context N/A #### Requires Documentation Change N/A #### How Has This...
#### Description Changes Config.Get logging from Trace to Debug level to reduce console output noise. #### Related Issue Closes #9101 #### Motivation and Context N/A #### Requires Documentation Change N/A...
#### Description Excludes Period parameter from IndicatorHistory DataFrames #### Related Issue Closes #9113 #### Motivation and Context N/A #### Requires Documentation Change N/A #### How Has This Been Tested? It...