This skill helps design a repeatable monitoring workflow. It does not ship a background daemon, alert bot, or proprietary market-data service.
Record ticker, market, thesis, baseline price, and the event you care about.
Examples: percentage move, break above resistance, break below support, or unusual volume.
Intraday, daily close, weekly review, or earnings-only monitoring.
Note what changed, whether the thesis still holds, and what action should happen next.
{
"watchlist": [
{
"ticker": "AAPL",
"market": "NASDAQ",
"baseline_price": 190.0,
"alert_rules": [
"price moves more than 5% from baseline",
"close breaks above previous 20-day high"
],
"review_notes": "Watch the next earnings call and hardware guidance."
}
]
}
共 1 个版本