PairSubplotInfo#
API documentation for tradeexecutor.visual.multiple_pairs.PairSubplotInfo Python class in Trading Strategy framework.
- class PairSubplotInfo[source]#
Bases:
objectInformation required to fill in the subplot grid for a single pair.
- __init__(pair_id, candlestick_row, volume_bar_mode, num_detached_indicators, subplot_names, candles, candle_labels, trades, relative_sizing)#
Methods
__init__(pair_id, candlestick_row, ...)get_volume_row()Attributes
pair_idcandlestick_rowvolume_bar_modenum_detached_indicatorsincludes main candlestick name
candlescandle_labelstradesrelative_sizingspecsdetached_indicator_start_row- __init__(pair_id, candlestick_row, volume_bar_mode, num_detached_indicators, subplot_names, candles, candle_labels, trades, relative_sizing)#