Mariner Backtesting - client.strategy_download()

client.strategy_download()

Download the strategy given by "name"

Interface
 client.strategy_download(name)
Example
 client.strategy_download('*')  # download all strategy scripts
Parameters
Name Type Default Description
name string required The name of the strategy to download.
Returns
  • None