strategy_module#
tradeexecutor.strategy.strategy_module Python module in Trading Strategy framework.
Module description#
Describe strategy modules and their loading.
Classes#
A call signature protocol for user's create_trading_universe() functions. |
|
A call signature protocol for user's decide_trades() functions. |
|
Describe elements that we need to have in a strategy module. |
Functions#
|
Parse a loaded .py module that describes a trading strategy. |
|
Wrap existing trading universe, so it can be passed around for universe generators. |
|
Loads a strategy module and returns its factor function. |