Skip to content

Tags: oyinig/Lean

Tags

14668

Toggle 14668's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add algorithm directory before any additional paths to pythonpath (Qu…

…antConnect#6674)

14666

Toggle 14666's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add algorithm directory before any additional paths to pythonpath (Qu…

…antConnect#6674)

14664

Toggle 14664's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

14663

Toggle 14663's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
`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

14660

Toggle 14660's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
`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

14659

Toggle 14659's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
`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

14658

Toggle 14658's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
`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

14657

Toggle 14657's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
`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

14656

Toggle 14656's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
`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

14655

Toggle 14655's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
`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