make_runner_for_strategy_mod#

make_runner_for_strategy_mod(mod)[source]#

Initialises the strategy script file and hooks it to the executor.

Assumes the module has two functions

  • decide_trade

  • create_trading_universe

Hook this up the strategy execution system.

Return type

StrategyFactory