You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refocus intraday alerts on STRONG BUY signals only
Alerts now trigger only for:
- Upgrades to STRONG BUY from any other level
- Downgrades from STRONG BUY to any other level
- Confidence changes ≥10 while staying at STRONG BUY
Default threshold changed from 5 to 10. Removes noise from BUY-level
confidence changes that aren't actionable.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ config.json + .env
132
132
133
133
Weekly mode (`--weekly`) skips news and AI, producing a focused rebalancing report.
134
134
135
-
Intraday mode (`--intraday`) re-fetches prices, technicals, and AI (skipping news), compares against the morning baseline, and alerts only when buy signals strengthen significantly.
135
+
Intraday mode (`--intraday`) re-fetches prices, technicals, and AI (skipping news), compares against the morning baseline, and alerts only for STRONG BUY-related changes: upgrades to STRONG BUY, downgrades from STRONG BUY, or confidence shifts ≥10 while at STRONG BUY.
0 commit comments