mantis-ta 0.6.7

Composable technical analysis and strategy engine for Rust
Documentation
1
2
3
4
5
6
//! Custom indicator example (stub for v0.4.0).
//! Shows where to plug a user-defined Indicator implementation.

fn main() {
    println!("TODO: implement custom indicator example with user-defined Indicator.");
}