From 7d12a7abb33a8817a5453049884b09899d3877aa Mon Sep 17 00:00:00 2001 From: Youssef Aitousarrah Date: Thu, 16 Apr 2026 12:56:31 -0700 Subject: [PATCH] =?UTF-8?q?fix(dark=5Fpool=5Fflow):=20default=20thresholds?= =?UTF-8?q?=20to=200=20=E2=80=94=20Meridian=20pre-filters,=20don't=20doubl?= =?UTF-8?q?e-gate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tradingagents/default_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tradingagents/default_config.py b/tradingagents/default_config.py index 053e07db..095efedc 100644 --- a/tradingagents/default_config.py +++ b/tradingagents/default_config.py @@ -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": {