Trading Actix. Low-level toolbox with primitives for building finance applications based on Rust's actor framework Actix. Create a graph of actors passing strongly typed messages between them and start trading in Rust with confidence!
Example for basic trading strategy using trend observation and moving average:
cargo run --example main
Tests:
cargo test