All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial release of Python Trading Indicators library
- RSI (Relative Strength Index) indicator with customizable thresholds
- Candlestick pattern analyzer with volume confirmation
- Sudden price drop detector
- VIX (Volatility Index) indicator for panic detection
- PassThrough utility indicator for testing
- Comprehensive test suite
- Professional packaging with pyproject.toml
- MIT License
- Complete documentation and examples
- Migrated from French to English documentation
- Updated package name to
Python.Trading.Indicators - Modernized build system using pyproject.toml
- None
- None
- None
- None
0.1.0 - 2024-09-06
- Initial project structure
- Base
Indicatorabstract class - Core indicator implementations
- Basic tests
- French documentation (migrated to English in later versions)