Expand description
qants
qants
is a collection of methods aimed to simplify work with crypto excahnges like ByBit and Binance;
crate allows:
- connect directly to exchange,
- get KLines. Historical and live through websocket connection
- build statistics for techncial analysis.
- SMA
- EMA
- Stochastic
Re-exports
pub use ta::moving_average::ma;