POST api/Strategy?agentId={agentId}&strategyName={strategyName}&riskProfile={riskProfile}&maxAllowedDrawdown={maxAllowedDrawdown}

Creates a new trading strategy associated with an agent.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
agentId

integer

Required

strategyName

string

Required

riskProfile

string

Required

maxAllowedDrawdown

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

ActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.