Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 829 Bytes

File metadata and controls

24 lines (15 loc) · 829 Bytes

MarketSignalSources

QSL 架构角色

  • 层级策略库
  • 职责:artifact-first 市场信号源构建器。
  • 事实源/归属:market signal bundles 与 handoff artifacts。
  • 消费对象:公开/市场输入和下游策略消费者。
  • 禁止事项:下单或修改平台 runtime settings。

QuantStrategyLab 策略平台的市场信号源构建工具包,采用 artifact-first 设计。

安装

python -m pip install "market-signal-sources @ git+https://github.com/QuantStrategyLab/MarketSignalSources.git@main"

运行时平台应将此包视为信号 artifact 生产者和合约校验器。券商执行仓库应消费已发布的 JSON artifact 或固定的合约导出,而非在券商适配器内计算市场信号。

许可证

详见 LICENSE