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#

Plot

Descibe singe plot on a strategy.

PlotKind

What different plots a strategy can output.

PlotShape

Describes the various shapes that a line can take in a plot.

RecordingTime

At what timestamp this data is being recorded.

Visualisation

This object is returned from the strategy execution cycle.