set_alert
Create custom alerts to monitor market conditions and receive notifications when specific thresholds are met, such as fear_greed dropping below 20 or risk_score exceeding certain levels.
Instructions
Set custom alerts that trigger when market conditions meet your thresholds. Example: [{field: "fear_greed", operator: "<", threshold: 20, label: "Extreme fear"}]. Call get_alerts to check which are triggered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alerts | Yes | Array of alert conditions |