mantis-ta 0.6.7

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

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