Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.32 KB

File metadata and controls

57 lines (37 loc) · 1.32 KB

Changelog

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.

Added

  • 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

Changed

  • Migrated from French to English documentation
  • Updated package name to Python.Trading.Indicators
  • Modernized build system using pyproject.toml

Deprecated

  • None

Removed

  • None

Fixed

  • None

Security

  • None

0.1.0 - 2024-09-06

Added

  • Initial project structure
  • Base Indicator abstract class
  • Core indicator implementations
  • Basic tests
  • French documentation (migrated to English in later versions)