mantis-ta 0.6.7

Composable technical analysis and strategy engine for Rust
Documentation
1
2
3
4
5
pub mod donchian;
pub mod pivot_points;

pub use donchian::DonchianChannels;
pub use pivot_points::PivotPoints;