visualisation#
tradeexecutor.state.visualisation Python module in Trading Strategy framework.
Module description#
Visualisation of a strategy.
The visualisation part of the state shows “how strategy is thinking.” All information stored is dianogtics information and is not consumed in the actual decision making - the data is just derivates for decision making process and raw data.
Visualisation data is filled by the backtest, or by timepoint-by-timepoint by a live strategy. Visualisation includes
Debug messages
Technical indicators on a graph
Classes#
Descibe singe plot on a strategy. |
|
What different plots a strategy can output. |
|
Describes the various shapes that a line can take in a plot. |
|
At what timestamp this data is being recorded. |
|
This object is returned from the strategy execution cycle. |