factory#
tradeexecutor.strategy.factory Python module in Trading Strategy framework.
Module description#
Strategy initialisation using factory design pattern.
Bind loaded strategies to the execution environment.
Classes#
A callable that creates a new strategy when loaded from an external script. |