technical_indicator#
tradeexecutor.visual.technical_indicator Python module in Trading Strategy framework.
Module description#
Technical indicator visualisation.
Technical indicators are
tradeexecutor.state.visualisation.Plot
objects populated during decide_trades().We use Plotly Scatter to draw the indicators
Functions#
|
Convert visualisation state to Plotly friendly df. |
|
Draw all technical indicators from the visualisation over candle chart. |
|
Convert a single technical indicator to Plotly trace object. |