- PR472 - Added posibitity for Black theme for charts - Added posibitity to run on matplotlib 3.6+ - Added posibitity to run on Python 3.9+
1.9.76.123
- PR405 Fix initial Renko bricks - Add option to select fixing of initial Renko bricks - PR403 partial order execution iterpending reported incorrectly - PR402 bug fix: 5 fixing writer.py after 1.9.75.123 pull - PR406 trade.py upgraded to be able to be unpickled. (406) - PR411 [bug fix] frompackages directive functionality seems to be broken when using inheritance (411) - Typo corrections PR409, PR407
1.9.75.123
- Adding extra day before dtcmp calc, as otherwise the extradays have no effect (388) - Fixing the issue with TWS API Bust events (err code 10225) (396) - Add support for ASK quotes for CASH assets (395) plus fixes - Remove duplicated note (386) - Fixing time.clock for python>=3.8 (394) - Changed file initiation for WriterFile to make it work under multi-process optimization (397) plus fixes - Fixed backend loading if a backend is loaded (Google Collab) and backend to use on MacOSX - Fix: crumb in feeds.YahooFinanceData (400) - Fix color assignments, ticks line widths and some pep-8 improvements - Fix timeframe/compression detection when plotting - Fix default value for ticks display format on X-axis - Sample with ta-lib SAR test - Generic support of multiple "text/*" content types for Yahoo
1.9.74.123
- Correct calculation in haDelta indicator - Use initial datalabel for non-overlaid volume plot
1.9.73.123
- Add utility NonZeroDifference indicator - Redefine CrossUp, CrossDown and CrossOver indicators using NonZeroDifference to cover the case in which the crossing entities converge right before crossing up and down - PR 382 (Travis: Python 3.7, 3.8-dev travis), PR 383 PivotPoint doc