Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 682 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 682 Bytes

Tactix

Build Status License: MIT

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!

Run

Example for basic trading strategy using trend observation and moving average: cargo run --example main

Tests: cargo test