create_alert
Create trading alerts with custom conditions such as price triggers. Set parameters like conidex, operator, and value to monitor markets.
Instructions
Create a new trading alert. Usage: { "accountId": "<id>", "alertRequest": { "alertName": "Price Alert", "conditions": [{ "conidex": "265598", "type": "price", "operator": ">", "triggerMethod": "last", "value": "150" }] } }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | ||
| alertRequest | Yes |