check_universe#

API documentation for tradeexecutor.cli.commands.check_universe.check_universe Python function.

check_universe(id=<typer.models.OptionInfo object>, strategy_file=<typer.models.OptionInfo object>, trading_strategy_api_key=<typer.models.OptionInfo object>, cache_path=<typer.models.OptionInfo object>, max_data_delay_minutes=<typer.models.OptionInfo object>, log_level=<typer.models.OptionInfo object>)[source]#

Checks that the trading universe is helthy for a given strategy.

Parameters:
  • id (str) –

  • strategy_file (Path) –

  • trading_strategy_api_key (str) –

  • cache_path (Optional[Path]) –

  • max_data_delay_minutes (int) –

  • log_level (str) –