state#

tradeexecutor.state.state Python module in Trading Strategy framework.

Module description#

Trade executor state.

The whole application date can be dumped and loaded as JSON.

Any datetime must be naive, without timezone, and is assumed to be UTC.

Classes#

BacktestData

Miscancellous data needed only for backtests.

State

The current state of the trading strategy execution.