Crates.io | fibonacci_retracement |
lib.rs | fibonacci_retracement |
version | 0.1.0 |
source | src |
created_at | 2024-03-16 20:15:05.745823 |
updated_at | 2024-03-16 20:15:05.745823 |
description | A lightweight library in Rust for calculating Fibonacci retracement levels. |
homepage | |
repository | |
max_upload_size | |
id | 1175948 |
size | 5,514 |
The fibonacci_retracement
library, crafted in Rust, offers a specialized solution for calculating Fibonacci retracement levels, a popular technical analysis tool used in financial markets. This library is designed to compute retracement levels that can help in identifying potential support or resistance areas on price charts, making it an essential tool for traders and financial analysts.
This library is invaluable for those involved in financial markets, providing a straightforward way to incorporate Fibonacci retracement level calculations into Rust-based financial analysis or trading systems. It leverages Rust's performance and safety features to ensure efficient and reliable calculations.
To incorporate the fibonacci_retracement
library into your project, simply add it as a dependency in your Cargo.toml
file. Explore the provided methods to calculate Fibonacci retracement levels in your financial data or trading strategies.
This project is licensed under the MIT License - see the LICENSE file for details.
For additional features or requests, feel free to contact us on discord or open an issue on the Repo. Your feedback and contributions are welcome to help improve the library's functionality and usability.