- Improve data synchronization behavior - Make new DataTrades synchronize to strategy - Correct TimeFrameAnalyzerBase to synchronize with strategy
1.9.4.99
- Add DataTrades Observer to plot the trades of multiple datas independently - Make this observer the default in cerebro (old behavior via oldtrades=True)
1.9.3.99
- copyas method in data feeds to let a clone data be seen differently in the broker - Count trades on strategy basis and not main data basis - Add RQAlpha link - Fixes 153 by closing file descriptors after preloading
1.9.2.99
- Correct plotting for multi strategy approach - Make Crossover plot like any other indicator
1.9.1.99
- Automatic inline plotting if running inside a notebook - Correct new plotting code for Python 3
1.8.14.99
- README Updates - Improvements to generic Store management and VChartfile - Addresses time underflow/overflow in 143