- Chart visualization fixes - remove `price_chart_rel_size` and `subplot_rel_size` options (will all be specified in `relative_sizing`) - refactor and clean code in `tradingstrategy/charting/candle_chart.py`
0.13.12
- Fix SyntaxError caused by a typo
0.13.11
- We have now `tradingstrategey.client.BaseClient` as the base class for different client implementations - Adding `UniswapV2MockClient` implementation that mimics `Client`, but reads all data from an EVM test backend. Makes live trading tests much easier. - Small improvements to PairUniverse
0.13.10
- Fix detached indicator charting bugs for different `volume_bar_modes` - Adds support for different subtitle font sizes - Adds tests to make to catch charting bugs earlier in the future
0.13.9
- Bump depenedncies - Add `ChainId.anvil` - Add support for detached technical indicators - Web3 6.0 fixes
0.13.8
- Match dependencies and Python version pindowns with Web3.py 6.0 - Adding [Ethereum Tester](https://github.com/ethereum/eth-tester/) chain id