Skip to content

EmptyBarPolicy


enum backtide.backtest.EmptyBarPolicy

How to handle bars with no trading activity.

Controls what the engine does when a bar has no market data.

  • Skip
  • ForwardFill
  • FillWithNaN
Attributes

name : str

The human-readable display name of the variant.


See Also

Bar

A single OHLCV candle for one symbol at one interval.

Instrument

A tradeable financial instrument.

Interval

The time resolution of a single Bar.