indexes-rs
A Rust library providing a comprehensive collection of technical analysis indicators for financial market analysis.
Developed by Flicker Finance
Features
Currently supported technical indicators:
- ATR (Average True Range)
- Bollinger Bands
- EMA (Exponential Moving Average)
- MA (Moving Average)
- MACD (Moving Average Convergence Divergence)
- Momentum
- ROC (Rate of Change)
- RSI (Relative Strength Index)
- SMA (Simple Moving Average)
- Stochastic Oscillator
- Support and Resistance Levels
Usage
Add this to your Cargo.toml
:
[]
= "0.1.0"
Basic example:
use RSI;
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Developed and maintained by Flicker Finance