8000 Tags · bledubd/Lean · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: bledubd/Lean

Tags

13059

Toggle 13059's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CoinApi log error on duplicate symbol (QuantConnect#5989)

13056

Toggle 13056's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add suuport for coinApi kraken ftx exchanges (QuantConnect#5985)

13055

Toggle 13055's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add IIndicatorWarmUpPeriodProvider for WindowIndicator.cs and Identit…

…y.cs indicators (QuantConnect#5984)

- Implement IIndicatorWarmUpPeriodProvider interface in both indicators
- Add test to check the new functionality is working as expected. To test WindowIndicator IIndicatorWarmUpPeriodProvider there was used WindowIdentity indicator tests because that indicator only inherits from it

13054

Toggle 13054's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
move methods for further usage across other brokerages (QuantConnect#…

…5981)

13050

Toggle 13050's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add FOPs price magnifier (QuantConnect#5979)

* Add FOPs price magnifier

* Improve unit tests

13049

Toggle 13049's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature 5930 price magnifier (QuantConnect#5977)

* Update SPDB with price magnifier parameter
- Add a new column for new parameter in symbol-properties-database.csv
- Change InteractiveBrokersBrokerage.cs implementation of GetContractPriceMagnifier() method in order to get the parameter directly from the SPDB
- Add test in SymbolPropertiesDatabaseTests.cs to check if the new parameter is loading properly

* Change GetContractPriceMagnifier() method name and implementation
- Change NormalizePriceToLean() and NormalizePriceToBrokerage() methods

* Nit change in GetSymbolPriceMagnifier() method

* Remove GetSymbolPriceMagnifier() method
- Remove redundant and unnecessary parameters in NormalizePriceToLean() and NormalizePriceToBrokerage()

* Requested changes and SPDB update
- Update SPDB with minimum order size parameter for futures in cents. The minimum order size parameter was extracted from the CME group API

* Address reviews. Adding unit test for failing case

Co-authored-by: Martin-Molinero <martin@quantconnect.com>

13048

Toggle 13048's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to PythonNet 2.0.8 (QuantConnect#5978)

13047

Toggle 13047's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Do not emit zero quantity Exercise Order events (QuantConnect#5976)

- BrokerateTransactionHandler will not emit zero quantity Exercise order
  events. Updating unit tests

13045

Toggle 13045's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Do not emit zero quantity Exercise Order events (QuantConnect#5976)

- BrokerateTransactionHandler will not emit zero quantity Exercise order
  events. Updating unit tests

13044

Toggle 13044's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Do not emit zero quantity Exercise Order events (QuantConnect#5976)

- BrokerateTransactionHandler will not emit zero quantity Exercise order
  events. Updating unit tests
0