We've decided to release a weekly updates list to show the small, regular steps we've been making to make QuantConnect better. In a given week we fix dozens of smaller bugs and often release a major feature, hopefully we can showcase these updates here!

Features:

1. Launched live-trading with Tradier Brokerage

2. New auto-scaling backtest cloud improvement for zero wait time

3. Live trading split and dividend handling

4. Added Average Directional Index (ADX) indicator (@kaffeebrauer)

5. Field selector class to help selecting properties (e.g. Field.Close)

6. Made indicators comparable

Bug Fixes:

1. Custom live streaming chart bugs for different resolution charts

2. Reworked QuantConnect to use mobile friendly landing pages

3. Fixed how daily data was synchronized, so it appears the next day

4. Improved Interactive Brokers connection resiliency at midnight

5. Installed a missing stochastic helper method into QCAlgorthm

6. Removed sampling for scatter plots (since they are point-value sampling doesn't make sense).

Thanks to kaffeebrauer for the open source contributions, happy coding!

Author