POST api/Performance?date={date}&strategyId={strategyId}&dailyPnL={dailyPnL}&equity={equity}&maxDrawdown={maxDrawdown}
Adds a new performance snapshot for a strategy.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| date | date |
Required |
|
| strategyId | integer |
Required |
|
| dailyPnL | decimal number |
Required |
|
| equity | decimal number |
Required |
|
| maxDrawdown | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
ActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.