get_subplot_names#
API documentation for tradeexecutor.visual.utils.get_subplot_names Python function.
- get_subplot_names(pair_name, volume_axis_name, volume_bar_mode, detached_indicators, plots=None, execution_context=None)[source]#
- Get subplot names for detached technical indicators. Overlaid names are appended to the detached plot name. plots and execution_context are only needed if detached_indicators is True. - Parameters:
- pair_name (str | None) – 
- volume_axis_name (str) – 
- volume_bar_mode (VolumeBarMode) – 
- detached_indicators (bool) – 
- plots (list[tradeexecutor.state.visualisation.Plot]) – 
- execution_context (ExecutionContext) – 
 
- Return type: