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
5eb236834f
pep8 conversions of python algos, #6 ( #7944 )
...
* pep8 conversions
* Address review. Fix PythonIndicator
* Minor CSharp algo fix
---------
Co-authored-by: Martin Molinero <martin.molinero1@gmail.com >
2024-04-18 15:15:18 -03:00
Ryan Russell
a131a4849a
docs: automatic readability fixes ( #6626 )
...
Signed-off-by: Ryan Russell <git@ryanrussell.org >
Signed-off-by: Ryan Russell <git@ryanrussell.org >
2022-09-16 17:32:28 -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
Michael Handschuh
fdc866fda0
Reverting 'Merge pull request #2483 python-history-provider'
...
We didn't experience the expected performance improvements. Locally under
unit test there was aboout an order of magnitude throughput increase, but
when run against the history benchmark, this new approach was 60% slower.
We're reverting this for now to perform further analysis and better
understand the performance profiling of the python history stack.
2018-09-18 18:37:23 -04:00
AlexCatarino
3e4a71cd50
Creates QCAlgorithm.py: a bridge between C# QCAlgorithm and python algorithms
2018-09-17 19:05:48 +01:00
Stefano Raggi
e95863a919
Update Python comparisons to None to use "is None" instead of equality
2018-07-03 00:55:35 +02:00
AlexCatarino
c6fc61940d
Modifies DisplacedMovingAverageRibbon data resolution
...
Subscribe to daily data instead of minute-resolution to be able to run tests locally.
- Adds regression test for that algorithm.
2018-05-10 19:44:19 +01:00
Jing Wu
5d02f3dc20
add python aexample of DisplacedMovingAverageRibbon algorithm
2018-03-21 18:26:59 -04:00