Mariner Backtesting - client.strategy_exists()

client.strategy_exists()

Return true if a strategy of the given name exists.

Interface
 client.strategy_exists(strategy_name)
Parameters
Name Type Default Description
strategy_name string required The name of the strategy.
Returns
Type Description
Boolean True if the strategy exists; False otherwise