编程

Alphagbm Alert

试用

Set price, IV, or activity-based alerts with contextual notifications. Alert types include IV rank threshold crossing, price support/resistance breaks, unusu...

它能做什么

Set price, IV, or activity-based alerts with contextual notifications. Alert types include IV rank threshold crossing, price support/resistance breaks, unusual activity detection, earnings approaching, and VRP signal changes. Triggers: "alert me when AAPL IV rank above 80", "notify if NVDA drops below 850", "earnings alert for TSLA", "VRP alert", "set price alert", "alert when IV spikes", "notify on unusual activity", "my alerts", "delete alert"

技能文档

AlphaGBM Alerts

Set intelligent alerts based on price, IV rank, unusual activity, earnings timing, and VRP signals -- each alert fires with full context so you can act immediately.

What This Skill Does

Alert TypeDescription
IV Rank ThresholdFires when IV rank crosses above or below a specified level (e.g., IV rank > 80)
Price LevelFires when price breaks through support, resistance, or a custom level
Unusual ActivityFires when unusual options flow is detected on a specified ticker
Earnings ApproachingFires N days before a ticker's earnings announcement
VRP Signal ChangeFires when the Volatility Risk Premium flips (e.g., from negative to positive)
One-Time vs RecurringOne-time alerts auto-delete after firing; recurring alerts reset and keep watching

How to Use

Input: An alert configuration command specifying ticker, condition, and threshold.

Output:

  • Alert configuration confirmation with summary of what will be monitored
  • When triggered: alert notification with full context (what triggered, current values, suggested action)
  • Alert management: list active alerts, edit conditions, delete alerts

Example Queries:

  • alert me when AAPL IV rank above 80 — IV rank threshold alert
  • notify if NVDA drops below 850 — Price level alert
  • earnings alert for TSLA — Alert 7 days before TSLA earnings
  • VRP alert AAPL — Notify when AAPL VRP signal changes
  • set price alert SPY 550 — Simple price target alert
  • my alerts — List all active alerts
  • delete alert 3 — Remove a specific alert

Mock Data

Mock data files are located in mock-data/alert/ and include:

  • active-alerts.json — Sample list of configured alerts
  • triggered-alerts.json — Recently triggered alerts with context
  • alert-config-response.json — Example alert creation confirmation

API Endpoint

GET    /api/user/alerts
POST   /api/user/alerts
PUT    /api/user/alerts/{alert_id}
DELETE /api/user/alerts/{alert_id}
GET    /api/user/alerts/triggered

POST body:

{
  "symbol": "AAPL",
  "type": "iv_rank_above",
  "threshold": 80,
  "recurring": true
}

Response fields: alert_id, status, condition_summary, triggered_alerts[], context

SkillRelevance
alphagbm-watchlistWatchlist tickers are natural candidates for alerts
alphagbm-iv-rankIV rank data that powers IV threshold alerts
alphagbm-unusual-activityUnusual flow detection that powers activity alerts

Powered by AlphaGBM — Real-data options & research intelligence. 10K+ users.

相关技能

Monitor a list of tickers for key changes in price, IV rank, unusual activity, earnings dates, and score changes. Supports custom watchlists and a default "h...

Detects unusual options activity and smart money signals. Monitors volume/OI ratio spikes, large block trades, unusual strike/expiry combinations, and net pr...

IV Rank and IV Percentile analysis showing where current implied volatility stands relative to its 252-day history. Returns IV rank (0-100), IV percentile (0...

Recommends optimal multi-leg option strategies based on your market view (bullish, bearish, neutral, volatile). Supports 15+ strategy templates including spr...

1 星标

Greeks dashboard for any option contract or multi-leg position. Covers first-order Greeks (Delta, Gamma, Theta, Vega, Rho) and second-order Greeks (Charm, Va...

Track the macro variables that actually move your portfolio — VIX, US10Y, DXY, gold, oil, etc. — with auto-computed impact on user's holdings. Each tracked i...

1 次安装