Tags: oyinig/Lean
Tags
Normalize Algorithm EndDate Initilization (QuantConnect#6672) Use `SetEndDate` to set `EndDate` in `QCAlgorithm` constructor. It will ensure that the `EndDate` is independent of the time the algorithm is executed if `SetEndDate` is not called in `Initilaize`. Some users don't implement `SetEndDate` to run the algorithm to the latest datapoint, but this is not true if we run the algorithm during the day as the latest datapoint will be 24 hours before the execution time while there is data until the current day midnight.
`python-additional-paths` config file setting (QuantConnect#6667) * Add python-additional-paths setting in config file * Configure python additional paths in JobQueue instead of PythonInitializer
`python-additional-paths` config file setting (QuantConnect#6667) * Add python-additional-paths setting in config file * Configure python additional paths in JobQueue instead of PythonInitializer
`python-additional-paths` config file setting (QuantConnect#6667) * Add python-additional-paths setting in config file * Configure python additional paths in JobQueue instead of PythonInitializer
`python-additional-paths` config file setting (QuantConnect#6667) * Add python-additional-paths setting in config file * Configure python additional paths in JobQueue instead of PythonInitializer
`python-additional-paths` config file setting (QuantConnect#6667) * Add python-additional-paths setting in config file * Configure python additional paths in JobQueue instead of PythonInitializer
`python-additional-paths` config file setting (QuantConnect#6667) * Add python-additional-paths setting in config file * Configure python additional paths in JobQueue instead of PythonInitializer
`python-additional-paths` config file setting (QuantConnect#6667) * Add python-additional-paths setting in config file * Configure python additional paths in JobQueue instead of PythonInitializer
PreviousNext