Prewarm default scan terminal payload
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user