Mariner Backtesting - client.strategy_list()

client.strategy_list()

Return a dict of all strategy names that this token can access along with the last time the strategy was updated.

Interface
 client.strategy_list(name='*')
Parameters
Name Type Default Description
name string '*' The name of the strategy (by default, requests all startegies).
Returns
Type Description
dictionary A dictionary of strategy names and last time updated.