Broaden market monitor shortlist for tradable markets
This commit is contained in:
@@ -456,8 +456,7 @@ def _shortlist_focus_payloads(
|
|||||||
)
|
)
|
||||||
return [
|
return [
|
||||||
item for item in ranked
|
item for item in ranked
|
||||||
if _market_monitor_score(item) > 0
|
if bool((item.get("market_snapshot") or {}).get("available"))
|
||||||
and bool((item.get("market_snapshot") or {}).get("available"))
|
|
||||||
and _market_price_cap_ok(item, require_actionable_quote=True)
|
and _market_price_cap_ok(item, require_actionable_quote=True)
|
||||||
][:top_n]
|
][:top_n]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user