POST api/Strategy?agentId={agentId}&strategyName={strategyName}&riskProfile={riskProfile}&maxAllowedDrawdown={maxAllowedDrawdown}
Creates a new trading strategy associated with an agent.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| agentId | integer |
Required |
|
| strategyName | string |
Required |
|
| riskProfile | string |
Required |
|
| maxAllowedDrawdown | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
ActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.