OutputMode#
tradeexecutor.backtest.notebook.OutputMode Python class in Trading Strategy framework.
- class OutputMode[source]#
Bases:
Enum
What is the output mode for the notebook visualisations.
Interactive visualisations work only on the HTML pages that are able to load Plotly.js JavaScripts.
- __init__()#
Attributes
Output charts as static images
Output charts as interactive Plotly.js visualisations
- static = 'static'#
Output charts as static images
- interactive = 'interactive'#
Output charts as interactive Plotly.js visualisations