Releases: DutchCryptoDad/bamboo-ta
Release v0.2.0
I made all the functions Python PEP 8 compatible to make this library future proof and more conform Python programming best practices.
This will most likely break your trading algorithm if you upgrade to this version. So make sure you update all the strategies and algorithms to these new function names before starting any trades or tests.
Sorry for the inconvenience !!
Added loads of documentation with information about the indicator and its usage. See the docs folder for these documents.
Solved some bugs in a couple of new indicators.
Added new trading indicators and utility functions too. For example one that calculates stop loss and take profit levels based on a trading signal.
See the changelog on what I have changed.
Full Changelog: v0.1...v0.2.0
v0.1
Release Notes for Bamboo-TA - Version 0.1
Full Changelog: https://github.com/DutchCryptoDad/bamboo-ta/commits/v0.1
New Features
- bamboo_ta.py: This is the main file of the project.
- candles.py: This file contains functions related to candlestick patterns in technical analysis.
- cycles.py: This file contains functions related to cycle indicators in technical analysis.
- momentum.py: This file contains functions related to momentum indicators in technical analysis.
- performance.py: This file contains functions related to performance measurement of the trading strategy.
- statistics.py: This file contains functions related to statistical analysis of the trading data.
- trend.py: This file contains functions related to trend indicators in technical analysis.
- utility.py: This file contains utility functions that are used across the project.
- volatility.py: This file contains functions related to volatility indicators in technical analysis.
- volume.py: This file contains functions related to volume indicators in technical analysis.
Improvements
- The project now uses numpy, pandas, and pandas_ta as per the requirements.txt file.
Bug Fixes
- No specific bug fixes have been detected in the project contents.
Known Issues
- No known issues have been detected in the project contents.
Breaking Changes
- No breaking changes have been detected in the project contents.
Full Changelog: v0.1...v0.1