technical_indicator#

API documentation for tradeexecutor.visual.technical_indicator Python module in Trading Strategy.

Module description#

Technical indicator visualisation.

Functions#

export_plot_as_dataframe(plot[, start_at, ...])

Convert visualisation state to Plotly friendly df.

overlay_all_technical_indicators(fig, ...[, ...])

Draw all technical indicators from the visualisation over candle chart.

visualise_technical_indicator(plot[, ...])

Convert a single technical indicator to Plotly trace object.