fix(dark_pool_flow): default thresholds to 0 — Meridian pre-filters, don't double-gate

This commit is contained in:
Youssef Aitousarrah 2026-04-16 12:56:31 -07:00
parent 74091582f6
commit 7d12a7abb3
1 changed files with 2 additions and 2 deletions

View File

@ -138,8 +138,8 @@ DEFAULT_CONFIG = {
"enabled": True,
"pipeline": "edge",
"limit": 8,
"min_z_score": 2.0, # Minimum FINRA ATS anomaly Z-score
"min_dark_pool_pct": 40.0, # Minimum % of daily volume off-exchange
"min_z_score": 0.0, # Meridian pre-filters; 0 = take all surfaced anomalies
"min_dark_pool_pct": 0.0, # Meridian pre-filters; 0 = take all surfaced anomalies
"source_url": "https://meridianfin.io/darkpool",
},
"insider_buying": {