mylittleindicators 0.1.2

Multi-stream financial indicators library — 559 bar indicators + 21 event primitives across 35 categories. Consumes OHLCV bars, ticks, orderbook (snapshot/delta), funding, mark price, open interest, liquidations, ticker, agg trades, and 12+ extended stream types from digdigdig3 exchange connectors.
Documentation
1
2
3
4
5
6
7
8
//! Ticker advanced indicators — consume Ticker (24h stats) stream events.

pub mod ticker_spread_ratio;
pub mod volume_24h_z_score;
pub mod ticker_advanced_catalog;

pub use ticker_spread_ratio::TickerSpreadRatio;
pub use volume_24h_z_score::Volume24hZScore;