romaco_add_alert
Set a price alert on your chart to get visual notifications when the price moves above, below, or crosses a specified level.
Instructions
Add a price alert on the chart. Triggered alerts are shown visually. Use romaco_get_chart_context to see existing alerts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional note attached to the alert, e.g. "Key resistance level" | |
| price | Yes | Price level to trigger the alert at | |
| direction | No | "above" = triggers when price rises above. "below" = falls below. "cross" = either direction (default). |