mantis-ta 0.6.1

Composable technical analysis and strategy engine for Rust
Documentation
1
2
3
4
5
6
7
pub mod atr;
pub mod bollinger;
pub mod stddev;

pub use atr::ATR;
pub use bollinger::BollingerBands;
pub use stddev::StdDev;