docs.rs failed to build czsc-trader-1.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
czsc-trader
💡 大多数用户应优先使用 facade crate
czsc:cargo add czsc一行拿到全部公共 API,CzscTrader/CzscSignals/SignalConfig等核心类型已在 facade 顶层 re-export。仅当你已经 单独依赖 czsc-core/signals 并自己组装 trader 状态机时才直接依赖本 crate。
缠论多策略交易引擎、信号编译与参数优化。
核心组件:
engine_v2—— 事件驱动式 v2 执行引擎signals—— 信号字符串 → SignalConfig 编译,与czsc-signals配合trader——CzscTrader/CzscSignals状态机optimize—— 持仓策略参数网格搜索
权重回测(WeightBacktest)按 czsc 设计文档由外部 wbt
crate 提供,czsc-trader 只负责生成信号与持仓权重序列。
用法
[]
= "1.0"
项目主页
- 仓库:https://github.com/waditu/czsc
- Python 入口:
czsc.CzscTrader/czsc.CzscSignals