visualise_technical_indicator#

visualise_technical_indicator(plot, start_at=None, end_at=None)[source]#

Convert a single technical indicator to Plotly trace object.

Parameters:
Returns:

Plotly Trace object.

If there are no data points to draw return None.

Return type:

Optional[Scatter]