Mariner Backtesting - client.strategy_upload()

client.strategy_upload()

Upload the strategy in file "filepath".

Interface
 client.strategy_upload(filepath, depends_on=None, data_files=None, display_name=None, description=None, guid=None)
Parameters
Name Type Default Description
name string '*' The name of the strategy (by default, requests all startegies).
depends_on list None Strategies that the uploaded strategy will be able to call during execution.
data_files list None Data files which the uploaded strategy will be able to call 'service.read_*()' methods on during execution.
display_name string None A display_name for the new strategy.
description string None A description for the new strategy.
guid string None A guid for the strategy.
Returns
  • None