Strategy stop out#
About#
All trading will be terminated and positions closed once equity drawdown reaches this value
Fields#
Name | Type | Required | Description |
---|---|---|---|
value | number | Yes | value of the stop out risk, expressed as a fraction of 1 |
startTime | string | the time to start risk calculation from. All previous trades will be ignored. You can use it to reset the risk counter after a stopout event |
Example#
{
"value": 0,
"startTime": "string"
}