TradingAgents/docs/iterations/hypotheses/active.json

28 lines
1.0 KiB
JSON

{
"max_active": 5,
"hypotheses": [
{
"id": "insider_buying-min-txn-100k",
"scanner": "insider_buying",
"title": "Raise min_transaction_value to $100K",
"description": "Hypothesis: filtering to insider purchases \u2265$100K (vs. current $25K) produces higher-quality picks by excluding routine small-lot grants and focusing on high-conviction, out-of-pocket capital deployment. Research (Lakonishok & Lee 2001; Cohen et al. 2012) shows large-value insider buys predict forward returns; small ones do not.",
"branch": "hypothesis/insider_buying-min-txn-100k",
"pr_number": 529,
"status": "running",
"priority": 3,
"expected_impact": "medium",
"hypothesis_type": "implementation",
"created_at": "2026-04-10",
"min_days": 14,
"days_elapsed": 4,
"picks_log": [
"2026-04-10",
"2026-04-13",
"2026-04-14",
"2026-04-15"
],
"baseline_scanner": "insider_buying",
"conclusion": null
}
]
}