Prewarm default scan terminal payload

This commit is contained in:
2569718930@qq.com
2026-06-01 02:06:40 +08:00
parent 9a0d7ae444
commit 14526d6ce8
2 changed files with 18 additions and 0 deletions
+10
View File
@@ -343,6 +343,16 @@ def build_scan_terminal_payload(
_SCAN_PREWARM_STARTED = False
_SCAN_PREWARM_LOCK = threading.Lock()
_SCAN_TERMINAL_PREWARM_RAW_FILTERS = [
{
"scan_mode": "tradable",
"min_price": 0.05,
"max_price": 0.95,
"min_edge_pct": 2,
"min_liquidity": 500,
"market_type": "maxtemp",
"time_range": "today",
"limit": 25,
},
{
"scan_mode": "tradable",
"min_price": 0.05,