Tags: bledubd/Lean
Tags
Add suuport for coinApi kraken ftx exchanges (QuantConnect#5985)
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
Add FOPs price magnifier (QuantConnect#5979) * Add FOPs price magnifier * Improve unit tests
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>
Do not emit zero quantity Exercise Order events (QuantConnect#5976) - BrokerateTransactionHandler will not emit zero quantity Exercise order events. Updating unit tests
Do not emit zero quantity Exercise Order events (QuantConnect#5976) - BrokerateTransactionHandler will not emit zero quantity Exercise order events. Updating unit tests
Do not emit zero quantity Exercise Order events (QuantConnect#5976) - BrokerateTransactionHandler will not emit zero quantity Exercise order events. Updating unit tests
PreviousNext