State
dataclass backtide.backtest.State
The simulation state passed to a strategy's evaluate method on every tick.
Contains metadata about the current position in the simulation: the UTC timestamp of the bar being processed, the zero-based bar index, the total number of bars in the dataset, and whether the engine is still in the warmup phase (where indicators are computed but no orders are placed).
See Also
Complete configuration for a single backtest experiment.
A trading order submitted during the simulation.
A snapshot of the portfolio's holdings at a point in time.