create_live_command
Send commands to control live trading algorithms on QuantConnect. Manage orders and execute trading strategies in real-time.
Instructions
Send a command to a live trading algorithm.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | List of errors with the API call. | |
| success | No | Indicate if the API request was successful. |