execution_model#

API documentation for tradeexecutor.strategy.execution_model Python module in Trading Strategy.

Module description#

Strategy execution model.

Currently supported models

  • Backtesting via tradeexecutor.backtest.backtest_execution

  • Live execution against Uniswap v2 via tradeexecutor.ethereum.uniswap_v2_execution

Classes#

AssetManagementMode

Default execution options.

ExecutionModel

Define how trades are executed.

RoutingStateDetails

Detailts a trade router needs from the execeution mode to set its internal state.