PairSubplotInfo#

tradeexecutor.visual.multiple_pairs.PairSubplotInfo Python class in Trading Strategy framework.

class PairSubplotInfo[source]#

Bases: object

Information 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)#
Parameters:
Return type:

None

Methods

__init__(pair_id, candlestick_row, ...)

get_volume_row()

Attributes

pair_id

candlestick_row

volume_bar_mode

num_detached_indicators

subplot_names

includes main candlestick name

candles

candle_labels

trades

relative_sizing

specs

detached_indicator_start_row

subplot_names: List[str]#

includes main candlestick name

__init__(pair_id, candlestick_row, volume_bar_mode, num_detached_indicators, subplot_names, candles, candle_labels, trades, relative_sizing)#
Parameters:
Return type:

None