Mariner Backtesting - client.strategy_guids()
client.strategy_guids()
Return a dict of the strategy name with its associated guids. If '*' is given, return a dict of all strategies names and guids.
Interface client.strategy_guids(name='*')
Name | Type | Default | Description |
---|---|---|---|
name | string | '*' | The name of the strategy (by default, requests all strategies). |
Type | Description |
---|---|
dictionary | A dictionary of strategy names and guids. |