cancel_stop_order
Cancel a stop order in T-Invest by providing account ID and stop order ID. Requires confirmation to execute the cancellation.
Instructions
Отменить стоп-заявку в Т-Инвестициях (требуется confirm: true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | Идентификатор счёта | |
| stopOrderId | Yes | ID стоп-заявки (можно получить через get_stop_orders) | |
| confirm | No | Передайте true для подтверждения отмены |