- Added indicators (3): Hull MA, ZeroLag Indicator, Dickson MA - Added control of object cache to cerebro (default deactivated) - Refactored the support for "next" only indicators - Typos and Docs updates (also from pull-requests)
1.8.6.93
- Refactor bt.signals to bt.signal (keeping compatibility for prev uses) - Improve writer to write non-string lists and fetch headers after anylzers - Add base bt.Signal strategy class for easier subclassing - Update btrun to support signals/slippage/flushing, update feeds and minors - Correct writer collections of analyzers parameters - Correct reverse overloaded operations in stage2 - Some docs/docstrings corrections
1.8.5.93
- Slippage implementation in broker, documented and with sample - Refactoring/File Reordering of broker and volume fillers - Documentation updates/corrections/cleanup - Merge 120
1.8.4.93
- Filters documentation and reference - Add pinkfish ohl + o filter - Some filter refactoring - README Updates
1.8.3.93
- Refactoring of pyfolio and children analyzers following 116 to try to support future intraday support in *pyfolio* - Allow adding a specific signal strategy subclass to cerebro - Refactor SignalStrategy to ease up subclassing
1.8.2.93
- 106 Oanda Data Feed - Adding _dataname to always be able to identify a data by symbol, including *resampled/replayed* - Address 115 resampling of same ibdata which was losing timezone information in cloning - Display raw datetime information in ibtest. For same data resample topic in 115