cli#

API documentation for tradeexecutor.cli Python module in Trading Strategy.

Module description#

Main application and loop.

Submodules#

tradeexecutor.cli.approval

Approve new trades in the console.

tradeexecutor.cli.backup

tradeexecutor.cli.bootstrap

Command line application initialisation helpers.

tradeexecutor.cli.close_all

Closing all positions externally.

tradeexecutor.cli.commands

trade-executor command line commands

tradeexecutor.cli.discord

Send images to the Discord logger.

tradeexecutor.cli.env

Environment variable management.

tradeexecutor.cli.latest_release

Helper script for the production server releases.

tradeexecutor.cli.log

High-grade logging facilities.

tradeexecutor.cli.loop

Trade executor main loop.

tradeexecutor.cli.main

Command-line entry point for the daemon build on the top of Typer.

tradeexecutor.cli.result

Simple command line based backtesting result display.

tradeexecutor.cli.testtrade

Perform a test trade on a universe.

tradeexecutor.cli.version_info

Read Docker version info.

tradeexecutor.cli.watchdog

Watch out for internal oracle hang conditions.