Close Strategy
This command will close an ATM Strategy and requires a strategy ID value. The strategy ID value must match a strategy ID given to a strategy in the PLACE command. This command will close the specified strategy.
Example Payload
key=your-secret-key;
command=CLOSESTRATEGY;
strategy_id=atm-strategy-id;
Last updated