send_trade_alert
Send a formatted trade alert to Telegram for manual execution, specifying entry, stop loss, target, and rationale. Does not place any orders.
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 |