ta-statistics 0.2.6

Rolling statistics for technical analysis in backtesting and live trading systems.
Documentation
1
2
3
4
5
6
7
8
mod deque;
pub use deque::Deque;

mod monotonic_queue;
pub use monotonic_queue::{Max, Min, MonotonicQueue};

mod rb_tree;
pub use rb_tree::RbTree;