https://github.com/bukosabino/ta
Revision 913bec63736d9a83f287e2417b3938b78350d0ca authored by Bukosabino on 04 May 2020, 10:08:53 UTC, committed by Bukosabino on 04 May 2020, 10:08:53 UTC
1 parent 517c50c
Raw File
Tip revision: 913bec63736d9a83f287e2417b3938b78350d0ca authored by Bukosabino on 04 May 2020, 10:08:53 UTC
refactor code
Tip revision: 913bec6
release.md
| Date | Version | Comment |
| ------------- | ------------- | ------------- |
| 2020/05/03 | 0.5.21 | Donchian Channel: adding tests; adding some useful functions; fixing some minor bug https://github.com/bukosabino/ta/issues/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 https://github.com/bukosabino/ta/pull/141  |
| 2020/04/16 | 0.5.18 | Adding VWAP indicator https://github.com/bukosabino/ta/issues/130  |
| 2020/03/29 | 0.5.17 | Keltner Channels improvements and adding SMA Indicator https://github.com/bukosabino/ta/pull/135  |
| 2020/03/21 | 0.5.15 | Keltner Channels improvements and volume indicators isolation. Based on: https://github.com/bukosabino/ta/pull/131 |
| 2020/03/12 | 0.5.13 | fixing bug: hard-coded values. Based on: https://github.com/bukosabino/ta/issues/114 and https://github.com/bukosabino/ta/issues/115 |
| 2020/03/11 | 0.5.12 | Improve Bollinger Bands Indicator - `BandWidth` normalization and adding `BandPercentage`. Based on: https://github.com/bukosabino/ta/issues/121 |
back to top