backtest_lib.engine.plan.Plan#

class backtest_lib.engine.plan.Plan(steps: tuple[TPlanOp_co, ...])#

Bases: Generic

Ordered collection of plan operations.

Plans are the input language for a PlanExecutor.