Mariner Backtesting - client.strategy_download()
client.strategy_download()
Download the strategy given by "name"
Interface client.strategy_download(name)
client.strategy_download('*') # download all strategy scripts
Name | Type | Default | Description |
---|---|---|---|
name | string | required | The name of the strategy to download. |
- None