SimulateStore#
API documentation for tradeexecutor.state.store.SimulateStore Python class in Trading Strategy framework.
- class SimulateStore[source]#
Bases:
JSONFileStore
Store backend used in trade simulations.
Never persist this store, as the generated txs and their hashes exist only in the local simulated chain memory
- __init__(path, on_save=None)#
Methods