strategy#
API documentation for tradeexecutor.strategy Python module in Trading Strategy.
Module description#
Strategy core - the internal state data structures.
This is the code of the strategy execution engine. We define how the data structures look like and what actions are possible.
All data structures are based on dataclass DLS and dataclasses_json serialisation.
The main tradeexecutor.state.State class serialises the whole strategy execution state
in one go and passes it to the web client as one JSON download.
Submodules#
Chart subsystem. |
|
Default routing options for trading strategies. |
|
Execution engine versioning. |
|
Freqtrade integration for trade-executor. |
|
Trading Strategy internal strategy types using Pandas data and decide_trades functino. |
|
QSTrader portfolio construction model based strategy types. |
|
Reserve currency options for strategies. |
|
Strategy cycle trigger. |
|
Declarate what kind of strategy types our strategy loader and backtesting framework supports. |
|
Tagging live strategies. |
|
Weighting based portfolio manipulation. |