runner#

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

Module description#

Strategy execution core.

Define the runner model for different strategy types.

Classes#

StrategyRunner

A base class for a strategy executor.

Functions#

post_process_trade_decision(state, trades)

Set any extra flags on trades needed.