visualisation#

API documentation for tradeexecutor.state.visualisation Python module in Trading Strategy.

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.

PlotLabel

How do we render the plot label.

PlotShape

What kind of shape is this plot.

RecordingTime

At what timestamp this data is being recorded.

Visualisation

Strategy visualisation helper.