create_live_algorithm
Deploy a compiled trading algorithm to live markets by configuring brokerage connections and data providers for real-time execution.
Instructions
Create a live algorithm.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| live | No | Summary of the algorithm created. | |
| errors | No | List of errors with the API call. | |
| source | No | Source of the API call. | |
| success | No | Indicate if the API request was successful. | |
| deployId | No | Id of the live deployment. | |
| projectId | No | Id of the project deployed. | |
| versionId | No | Id of the LEAN version deployed. | |
| responseCode | No | Response code of the request. |