backtest_lib.engine.decision.HoldDecision#

class backtest_lib.engine.decision.HoldDecision#

Bases: DecisionBase

Decision that leaves the portfolio unchanged.

Use hold() to construct this decision.