auto_trade_sys/config/my_batch_mainstream_opportunity.json
薇薇安 44d1a51001 1
2026-06-16 11:09:20 +08:00

45 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"key": "AUTO_TRADE_ALLOW_RANGING",
"value": true,
"type": "boolean",
"category": "strategy",
"description": "主流币机会档:允许震荡(ranging)自动开仓;仍保留白名单与 RANGING_MARKET_SIGNAL_BOOST 抬高门槛"
},
{
"key": "AUTO_TRADE_ONLY_TRENDING",
"value": false,
"type": "boolean",
"category": "strategy",
"description": "与 ALLOW_RANGING 配合:非仅 trendingranging 需信号更强才开"
},
{
"key": "MIN_SIGNAL_STRENGTH",
"value": 7,
"type": "number",
"category": "strategy",
"description": "基础信号门槛 7ranging 时叠加 RANGING_MARKET_SIGNAL_BOOST(+2) 实际需≥9"
},
{
"key": "RANGING_MARKET_SIGNAL_BOOST",
"value": 2,
"type": "number",
"category": "strategy",
"description": "震荡市额外 +2 信号分,避免 ranging 乱开"
},
{
"key": "NO_OPEN_HOURS_BJ",
"value": "",
"type": "string",
"category": "risk",
"description": "主流币模式:清空山寨时代离散禁开小时"
},
{
"key": "NIGHT_HOURS_NO_OPEN_ENABLED",
"value": false,
"type": "boolean",
"category": "risk",
"description": "主流币模式:关闭晚间连续禁开窗口"
}
]