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>, max_workers=<typer.models.OptionInfo object>, json_rpc_binance=<typer.models.OptionInfo object>, json_rpc_polygon=<typer.models.OptionInfo object>, json_rpc_avalanche=<typer.models.OptionInfo object>, json_rpc_ethereum=<typer.models.OptionInfo object>, json_rpc_base=<typer.models.OptionInfo object>, json_rpc_arbitrum=<typer.models.OptionInfo object>, json_rpc_anvil=<typer.models.OptionInfo object>, private_key=<typer.models.OptionInfo object>, asset_management_mode=<typer.models.OptionInfo object>, vault_address=<typer.models.OptionInfo object>, vault_adapter_address=<typer.models.OptionInfo object>, vault_payment_forwarder_address=<typer.models.OptionInfo object>)[source]#

Checks that the trading universe is healthy.

Check that create_trading_universe() and create_indicators() functions in the strategy module work, and will display all available trading pairs.

Parameters: