NewStrategy
New trading strategy data
strategyIdstring
Unique strategy identification.
Example:
69b90c95d669b08f54756bd1clientIdstring | nullnullable
Provided by user unique strategy identifier.
Possible values: >= 32 characters and <= 64 characters, Value must match regular expression ^[~=\-a-zA-Z0-9]+$
Example:
mega-omega~client-id-1773735061000statusstring
Strategy state.
Possible values: [new, entered, completed, canceled, cancelling, panic_exited, panic_exiting, unlinked, failed]
Example:
newNewStrategy
{
"strategyId": "69b90c95d669b08f54756bd1",
"clientId": "mega-omega~client-id-1773735061000",
"status": "new"
}