Financial Indicators 
A Rust library providing various financial algorithms, including but not limited to KDJ and MACD indicators, for technical analysis.
Features
- Easy integration with existing projects
- Well-documented and tested
Indicators:
- KDJ
- MACD
Installation
Add financial_indicators to your Cargo.toml:
Or manual add to cargo.toml
[]
= "0.1.0"
Usage
Here's an example of how to use the library to calculate KDJ indicators:
use ;
Examples
Indicators Docs
Contributing
We welcome contributions!👏
License
This project is licensed under the MIT License - see the LICENSE file for details.