commands#

tradeexecutor.cli.commands Python module in Trading Strategy framework.

Module description#

trade-executor command line commands

Submodules#

tradeexecutor.cli.commands.app

Define Typer app root.

tradeexecutor.cli.commands.backtest

backtest CLI command

tradeexecutor.cli.commands.check_accounts

show-positions command.

tradeexecutor.cli.commands.check_universe

check-universe command

tradeexecutor.cli.commands.check_wallet

check-wallet command

tradeexecutor.cli.commands.close_all

close-all command

tradeexecutor.cli.commands.console

console command.

tradeexecutor.cli.commands.correct_accounts

Correct accounting errors in the internal state.

tradeexecutor.cli.commands.enzyme_asset_list

enzyme-asset-list CLi command.

tradeexecutor.cli.commands.enzyme_deploy_vault

enzyme-asset-list CLi command.

tradeexecutor.cli.commands.hello

tradeexecutor.cli.commands.init

init command.

tradeexecutor.cli.commands.perform_test_trade

perform-test-trade command

tradeexecutor.cli.commands.reinit

Reinitialise a strategy state.

tradeexecutor.cli.commands.repair

repair command.

tradeexecutor.cli.commands.shared_options

Commoon Typer options shared across command line commands.

tradeexecutor.cli.commands.show_positions

show-positions command.

tradeexecutor.cli.commands.start

start command

tradeexecutor.cli.commands.version

version CLi command.