draw_multi_pair_strategy_state#

draw_multi_pair_strategy_state(state, universe, width=1024, height=2048, candle_count=64, start_at=None, end_at=None, technical_indicators=True, pair_ids=None)[source]#

Draw mini price chart images for multiple pairs. Returns a single figure with multiple subplots.

See also

  • manual-visualisation-test.py

  • tradeeexecutor.strategy.pandas_runner.PandasTraderRunner.report_strategy_thinking().

Parameters:
Returns:

The strategy state visualisation as a single Plotly figure with multiple subplots

Return type:

list[plotly.graph_objs._figure.Figure]