The Markets watchlist supports: drop/rise (% day move), below/above (price level), near_52w_low (%). Ideas for more:
- near 52-week high
- moved more than N% over the last week/month (not just today)
- crossed its 50/200-day moving average
Where to look
server/src/markets.js — STRATEGIES evaluation + the Yahoo chart endpoint (which can return longer ranges for MA calculations)
client/src/components/Markets.jsx — strategy picker UI
Alert dedup (one per ticker/day/message) already exists — new strategies get it for free.
The Markets watchlist supports: drop/rise (% day move), below/above (price level), near_52w_low (%). Ideas for more:
Where to look
server/src/markets.js—STRATEGIESevaluation + the Yahoo chart endpoint (which can return longer ranges for MA calculations)client/src/components/Markets.jsx— strategy picker UIAlert dedup (one per ticker/day/message) already exists — new strategies get it for free.