mt5-quant 1.32.0

MCP server for MT5 strategy development on macOS/Linux
1
2
3
4
5
6
7
8
pub mod config;
pub mod deals;
pub mod metrics;
pub mod report;

pub use config::{Config, CurrentAccount};
pub use deals::Deal;
pub use metrics::Metrics;