backtest_lib.engine.plan.Plan#
- class backtest_lib.engine.plan.Plan(steps: tuple[TPlanOp_co, ...])#
Bases:
GenericOrdered collection of plan operations.
Plans are the input language for a
PlanExecutor.
Bases: Generic
Ordered collection of plan operations.
Plans are the input language for a
PlanExecutor.