approval#

tradeexecutor.strategy.approval Python module in Trading Strategy framework.

Module description#

Trade approval models.

Trade execution can have a separate approval step

Classes#

ApprovalModel

A model that defines a checkpoint for trades before they are executd.

ApprovalType

What kind of approval model the trade executor uses.

UncheckedApprovalModel

Approval model where all the trades are automatically approved.