Mariner Backtesting - client.strategy_delete()
client.strategy_delete()
Delete the strategy called "name". If the strategy was not uploaded previously, do nothing.
Interface client.strategy_delete(name)
Name | Type | Default | Description |
---|---|---|---|
name | string | required | The name of the strategy to delete. |
- None