oscillatorsetups
Cryptocurrency Technical Analysis Library
This Rust library provides functionalities to fetch and process cryptocurrency trading data. It is composed of two main modules:
binance_api: This module interacts with the Binance cryptocurrency trading platform's API to fetch trading data.oscillators: This module performs various technical analysis computations on the trading data.
Installation
To use this library in your project, add the following to your Cargo.toml:
[]
= { = "https://github.com/moderncodes/oscillatorsetups", = "v0.0.1" }
Usage
Below is a basic example of how to use the library to fetch price data from Binance API:
use crate;
async
You'll need to add an async main and call this function within it since get_data_from_source is an async function.
Or get stochastic values
Testing
To run the tests for the library, use the command cargo test.
Contributing
Contributions to this project are welcome! Please create a fork of this repository, make your changes, and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.
License
This project is licensed under the Apache License 2.0 License. See the LICENSE file for more information.