Jhonathan Abreu
b4401db512
Refactor ApiClient to use HttpClient ( #9114 )
...
* Refactor ApiClient to use HttpClient
* Minor fix
* Refactor and cleanup in ApiConnection
* Add normalized extension methods for string and stream json serialization
* Minor fixes
* Address peer review
* Minor fixes
* Minor fixes and peer review
* Race condition fix
* Minor changes
* Cleanup
* Minor fixes
* Minor fix
2025-12-10 15:40:46 -04:00
Jhonathan Abreu
cf8c5b854a
Python algorithms typing cleanup [part 1] ( #8716 )
...
* Cleanup algorithms python typing
* Minor tweaks
* Improve indicator extensions
---------
Co-authored-by: Martin Molinero <martin.molinero1@gmail.com >
2025-04-23 14:20:38 -03:00
Louis Szeto
020cf013df
Fix bug/syntax in python examples ( #8658 )
...
* CustomDataRegressionAlgorithm
* DescendingCustomDataObjectStoreRegressionAlgorithm
* CustomDataPropertiesRegressionAlgorithm
* DateTime -> should be datetime
* KerasNeuralNetworkAlgorithm
* OptionIndicatorsMirrorContractsRegressionAlgorithm
* BybitCustomDataCryptoRegressionAlgorithm
* DropboxBaseDataUniverseSelectionAlgorithm
* UserDefinedUniverseAlgorithm
* CompleteOrderTagUpdateAlgorithm
* BasicTemplateOptionEquityStrategyAlgorithm hint
* ETFConstituentUniverseFrameworkRegressionAlgorithm
* FutureStopMarketOrderOnExtendedHoursRegressionAlgorithm
* SecurityDynamicPropertyPythonClassAlgorithm
* hint
* hinting
* CallbackCommandRegressionAlgorithm
* CustomWarmUpPeriodIndicatorAlgorithm
* CrunchDAOSignalExportDemonstrationAlgorithm
* ExpiryHelperAlphaModelFrameworkAlgorithm
* ClassicRenkoConsolidatorAlgorithm
* SmaCrossUniverseSelectionAlgorithm
* PEP8 Fix: Assigning to a Method
* SliceGetByTypeRegressionAlgorithm
* MarketOnCloseOrderBufferExtendedMarketHoursRegressionAlgorithm
* MarketOnCloseOrderBufferRegressionAlgorithm
* CustomIndicatorAlgorithm
* ScheduledQueuingAlgorithm
* ComboOrdersFillModelAlgorithm
* CustomIndicatorWithExtensionAlgorithm
* IndicatorWithRenkoBarsRegressionAlgorithm
* CoarseFineOptionUniverseChainRegressionAlgorithm
* NumeraiSignalExportDemonstrationAlgorithm
* DropboxUniverseSelectionAlgorithm
* WeeklyUniverseSelectionRegressionAlgorithm
* AutoRegressiveIntegratedMovingAverageRegressionAlgorithm
* DropboxBaseDataUniverseSelectionAlgorithm
* IronCondorStrategyAlgorithm
* LongAndShortButterflyPutStrategiesAlgorithm
* FutureStopMarketOrderOnExtendedHoursRegressionAlgorithm
* LongAndShortCallCalendarSpreadStrategiesAlgorithm
* KerasNeuralNetworkAlgorithm
* LongAndShortPutCalendarSpreadStrategiesAlgorithm
* OptionPriceModelForOptionStylesBaseRegressionAlgorithm
* TensorFlowNeuralNetworkAlgorithm
* MarketOnCloseOrderBufferRegressionAlgorithm
* MarketOnCloseOrderBufferExtendedMarketHoursRegressionAlgorithm
* typing
* ComboOrderTicketDemoAlgorithm
* PytorchNeuralNetworkAlgorithm
* MultipleSymbolConsolidationAlgorithm
* fixes
* revert getattr mypy syntax
* address peer review
* Addresses Peer-Review
---------
Co-authored-by: Alexandre Catarino <AlexCatarino@users.noreply.github.com >
2025-04-14 09:43:03 -03:00
Louis Szeto
08a3de9e2d
pep8 conversion of python algos #13 ( #7955 )
...
* t status
pep8 conversion
* Minor tweaks and rebase
* Various minor fixes
---------
Co-authored-by: Martin Molinero <martin.molinero1@gmail.com >
2024-04-19 16:14:12 -03:00
Martin-Molinero
03f56481d4
Refactor python algorithm import ( #5657 )
...
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
* Python research import improvements
- Improve start.py for research env
- Remove unrequired imports
* Centralize algorithm imports
* Add regression test GH action
* Unit test python import clean up
* Join research and main imports
* More python import clean up
* Fix failing skipped regression algorithm
2021-06-15 19:06:06 -03:00
Derek Melchin
20791d6a9e
Add schedule queuing algorithm ( #4695 )
...
* Add schedule queuing algorithm
* Add algorithm file to csproj file
* Add c# version of queuing algorithm
2020-09-04 12:34:07 -07:00