sandbox-quant 1.0.7

Exchange-truth trading core for Binance Spot and Futures
Documentation
1
2
3
4
5
6
7
8
9
pub mod close_all;
pub mod close_symbol;
pub mod command;
pub mod futures;
pub mod planner;
pub mod price_source;
pub mod service;
pub mod spot;
pub mod target_translation;