Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 1.55 KB

release.md

File metadata and controls

14 lines (14 loc) · 1.55 KB
Date Version Comment
1. Keltner Channel: adding tests; adding n atr input parametr; fixing some minor bug; adding unittests for adx #148
2. Refactor tests code and speed up the tests #149
3. Refactor tests code #150
4. Donchian Channel: Fixing bug #151
2020/05/03 0.5.21 Donchian Channel: adding tests; adding some useful functions; fixing some minor bug #147 #133
2020/04/20 0.5.20 remove fstring compatibility for python versions < 3.6
2020/04/20 0.5.19 adding fstring compatibility for python versions < 3.6 #141
2020/04/16 0.5.18 Adding VWAP indicator #130
2020/03/29 0.5.17 Keltner Channels improvements and adding SMA Indicator #135
2020/03/21 0.5.15 Keltner Channels improvements and volume indicators isolation. Based on: #131
2020/03/12 0.5.13 fixing bug: hard-coded values. Based on: #114 and #115
2020/03/11 0.5.12 Improve Bollinger Bands Indicator - BandWidth normalization and adding BandPercentage. Based on: #121