skyfffire 15376b5200 上服务器对比速度。 hace 2 años
..
src 15376b5200 上服务器对比速度。 hace 2 años
tests 12f5ad9ec7 科学计数法先转f64,再转Decimal hace 2 años
.gitignore afd41a0e67 各模块(层级)初始化 hace 2 años
Cargo.toml ac1b1a41f5 binance参考史诗级更新,使用异步,比py略快,等待测试验证。 hace 2 años
README.md 6ddcfd9383 readme文件提交 hace 2 años
config.toml d9285f9c09 加入日志级别配置,修改策略日志等级 hace 2 años

README.md

声明

项目结构解析

|
├─ main                                 // 系统入口
│
├─ exchanges                            // 交易所层(网络层)
│
├─ standard                             // 标准化层(中间件)
│
└─ strategy                             // 策略层(主逻辑、风控等)