*Release Date: 2023-09-05*
- Feature: Added timestamp (datetime) to Candle dataclass
- Feature: Can convert Candle from list and dict
- Feature: Can set timestamp(datetime) in lists/dict Candle conversion
- Feature: Added \_validate_fields method to Indicators
- Added custom exceptions
- More thorough unit testing
- Updated Indicators accuracy to Truth source
- Added private index property to Indicator allowing simpler method calls
- self.reading_by_index(index, self.input_value) -> self.reading(self.input_value)
- Multiple Method's renamed/argument re-ordered
- Added Indicators:
- ADX
- HLA
- KC
- OBV
- RMA
- ROC
- STOCH
- SuperTrend
- VWAP
- VMA
- WMA
---