PlotKind#
tradeexecutor.state.visualisation.PlotKind Python class in Trading Strategy framework.
- class PlotKind[source]#
Bases:
Enum
What different plots a strategy can output.
- __init__()#
Attributes
This plot is drawn on the top of the price graph
This plot is drawn below the price graph
This plot is overlaid on a detached indicator plot
- technical_indicator_on_price = 'technical_indicator_on_price'#
This plot is drawn on the top of the price graph
- technical_indicator_detached = 'technical_indicator_detached'#
This plot is drawn below the price graph
- technical_indicator_overlay_on_detached = 'technical_indicator_overlay'#
This plot is overlaid on a detached indicator plot