Trade-executor command#

The live trading is handled by trade-executor daemon that is deployed as a Docker container.

This command

Running trade-executor#

You need to

To get started, check the latest version from trade-executor release.

Run the command to see the command line help:

# Replace with the latest version
export TRADE_EXECUTOR_VERSION=v163

# Read command line help
docker run ghcr.io/tradingstrategy-ai/trade-executor:${TRADE_EXECUTOR_VERSION} --help

Further information#

See Managing Docker images for more information on running Docker images.