send_trade_alert
Formats an 'ACTION REQUIRED' trade recommendation with symbol, side, quantity, entry, stop loss, and target, then sends it to Telegram for manual execution. Returns a preview of the alert.
Instructions
Format an 'ACTION REQUIRED' trade recommendation and send it to Telegram for the human to place manually (used in notify-only mode).
side: BUY | SELL; trade_type: intraday | delivery; mode: paper | live. Sends a RECOMMENDATION ONLY — it does NOT place any order. The returned dict always includes 'preview' (the message text) so the agent can also surface it inline even when Telegram is not configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| side | Yes | ||
| quantity | Yes | ||
| trade_type | Yes | ||
| mode | Yes | ||
| entry | Yes | ||
| stop_loss | Yes | ||
| target | Yes | ||
| rationale | No | ||
| validity | No |