Files
ProStock/config/sync_config.json
liaozhaorun 9e7d4241c6 feat(data): 添加个股资金流向接口并重构速率限制配置
- 新增 moneyflow 资金流向数据同步模块
- 实现接口级速率限制配置(sync_config.py)
- 更新流动性相关因子定义
- 添加非对称量化损失函数
2026-04-03 23:57:47 +08:00

12 lines
152 B
JSON

{
"default": {
"rate_limit": 150,
"threads": 1
},
"interfaces": {
"pro_bar": {
"rate_limit": 500,
"threads": 8
}
}
}