technical_indicator#
API documentation for tradeexecutor.visual.technical_indicator Python module in Trading Strategy.
Module description#
Technical indicator visualisation.
- Technical indicators are - tradeexecutor.state.visualisation.Plotobjects 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. |