financial_indicators 1.0.0

A Rust library providing a comprehensive suite of financial technical indicators for cryptocurrency and stock analysis. Includes trend, momentum, volatility, volume, and other common indicators such as: - MA (Moving Average) - EMA (Exponential Moving Average) - MACD (Moving Average Convergence Divergence) - DMI/ADX (Directional Movement Index / Average Directional Index) - TRIX (Triple Exponential Average) - RSI (Relative Strength Index) - ROC (Rate of Change) - CCI (Commodity Channel Index) - Stochastic Oscillator (KDJ) - MOM (Momentum) - ATR (Average True Range) - Bollinger Bands - STD (Standard Deviation) - OBV (On-Balance Volume) - VOL (Volume) - MFI (Money Flow Index) - VWAP (Volume Weighted Average Price) - SAR (Parabolic SAR) - PSY (Psychological Line) - Williams %R - CR (Cumulative Resistance)
Documentation
# Common Technical Indicators for Cryptocurrency/Stock Analysis

## 1. Trend Indicators

- MA (Moving Average)
- EMA (Exponential Moving Average)
- MACD (Moving Average Convergence Divergence)
- DMI/ADX (Directional Movement Index / Average Directional Index)
- TRIX (Triple Exponential Average)

## 2. Momentum Indicators

- RSI (Relative Strength Index)
- ROC (Rate of Change)
- CCI (Commodity Channel Index)
- Stochastic Oscillator (KDJ)
- MOM (Momentum)

## 3. Volatility Indicators

- ATR (Average True Range)
- Bollinger Bands
- STD (Standard Deviation)

## 4. Volume Indicators

- OBV (On-Balance Volume)
- VOL (Volume)
- MFI (Money Flow Index)
- VWAP (Volume Weighted Average Price)

## 5. Other Common Indicators

- SAR (Parabolic SAR)
- PSY (Psychological Line)
- Williams %R
- CR (Cumulative Resistance)