Mariner Backtesting - Setting Dependencies

Setting the dependencies Why do you need to set dependencies
  • Any script containing service.start_strategy must set the 'child' script as a dependency of the 'parent' strategy.
How do you set the dependencies?
  1. Select a script under scripts.
  2. Click on the dependencies tab.
  3. Select a script from the drop-down and click the '+' button.
  4. The script will be added as a dependency.
  5. Save the script.