repair#

repair(id=<typer.models.OptionInfo object>, log_level=<typer.models.OptionInfo object>, strategy_file=<typer.models.OptionInfo object>, private_key=<typer.models.OptionInfo object>, trading_strategy_api_key=<typer.models.OptionInfo object>, state_file=<typer.models.OptionInfo object>, json_rpc_binance=<typer.models.OptionInfo object>, json_rpc_polygon=<typer.models.OptionInfo object>, json_rpc_ethereum=<typer.models.OptionInfo object>, json_rpc_avalanche=<typer.models.OptionInfo object>)[source]#

Repair broken state.

Attempt to repair a broken strategy execution state. This may include

  • Confirming trades that failed to broadcast

Parameters:
  • id (str) –

  • log_level (str) –

  • strategy_file (Path) –

  • private_key (str) –

  • trading_strategy_api_key (str) –

  • state_file (Optional[Path]) –

  • json_rpc_binance (str) –

  • json_rpc_polygon (str) –

  • json_rpc_ethereum (str) –

  • json_rpc_avalanche (str) –