store#

API documentation for tradeexecutor.state.store Python module in Trading Strategy.

Module description#

State serialisation to disk and JavaScript clients.

Classes#

JSONFileStore

Store the state of the executor as a JSON file.

NoneStore

Store that is not persistent.

StateStore

Backend to manage the trade exeuction persistent state.

StateStoreModel

How the algorithm execution state is stored.