create_live_algorithm
Create a live algorithm on QuantConnect to execute trading strategies in real-time markets, specifying project, compile, node, brokerage, and data providers.
Instructions
Create a live algorithm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| responseCode | No | Response code of the request. | |
| source | No | Source of the API call. | |
| deployId | No | Id of the live deployment. | |
| versionId | No | Id of the LEAN version deployed. | |
| projectId | No | Id of the project deployed. | |
| live | No | Summary of the algorithm created. | |
| success | No | Indicate if the API request was successful. | |
| errors | No | List of errors with the API call. |