v2.0.0
Release V2: Complete rewrite of the library with major improvements:
- Enhanced Code Quality: A complete rewrite was undertaken to achieve and maintain at least 90% code coverage.
- Improved Testability: Each indicator and strategy have dedicated test data in CSV format for easier validation.
- Streamlined Data Handling: The library was rewritten to operate on data streams (Go channels) for both inputs and outputs.
- Configurable Indicators and Strategies: All indicators and strategies were designed to be fully configurable with no preset values.
- Generics Support: The library leverages Golang generics to support various numeric data formats.