- 新增 moneyflow 资金流向数据同步模块 - 实现接口级速率限制配置(sync_config.py) - 更新流动性相关因子定义 - 添加非对称量化损失函数
12 lines
152 B
JSON
12 lines
152 B
JSON
{
|
|
"default": {
|
|
"rate_limit": 150,
|
|
"threads": 1
|
|
},
|
|
"interfaces": {
|
|
"pro_bar": {
|
|
"rate_limit": 500,
|
|
"threads": 8
|
|
}
|
|
}
|
|
} |