Skip to content

trendlb module

Module with TRENDLB.


TRENDLB class

TRENDLB(
    wrapper,
    input_list,
    input_mapper,
    in_output_list,
    output_list,
    param_list,
    mapper_list,
    short_name,
    **kwargs
)

Label generator based on trend_labels_nb.

Superclasses

Inherited members

Subclasses

  • vectorbtpro.labels.generators.trendlb._TRENDLB

apply_func method

TRENDLB.apply_func(
    high,
    low,
    up_th,
    down_th,
    mode=0
)

Apply function.


cache_func NoneType

Cache function.


custom_func method

IndicatorFactory.with_apply_func.<locals>.custom_func(
    input_tuple,
    in_output_tuple,
    param_tuple,
    *_args,
    input_shape=None,
    per_column=False,
    split_columns=False,
    skipna=False,
    return_cache=False,
    use_cache=True,
    jitted_loop=False,
    jitted_warmup=False,
    param_index=None,
    final_index=None,
    single_comb=False,
    execute_kwargs=None,
    **_kwargs
)

Custom function.


down_th_list class property

List of down_th values.


high class property

Input array.


high_above method

TRENDLB.high_above(
    other,
    level_name=None,
    allow_multiple=True,
    **kwargs
)

Return True for each element where high is above other.

See combine_objs.


high_below method

TRENDLB.high_below(
    other,
    level_name=None,
    allow_multiple=True,
    **kwargs
)

Return True for each element where high is below other.

See combine_objs.


high_crossed_above method

TRENDLB.high_crossed_above(
    other,
    level_name=None,
    allow_multiple=True,
    **kwargs
)

Return True for each element where high is crossed_above other.

See combine_objs.


high_crossed_below method

TRENDLB.high_crossed_below(
    other,
    level_name=None,
    allow_multiple=True,
    **kwargs
)

Return True for each element where high is crossed_below other.

See combine_objs.


high_equal method

TRENDLB.high_equal(
    other,
    level_name=None,
    allow_multiple=True,
    **kwargs
)

Return True for each element where high is equal other.

See combine_objs.


high_stats method

TRENDLB.high_stats(
    *args,
    **kwargs
)

Stats of high as generic.


labels class property

Output array.


labels_above method

TRENDLB.labels_above(
    other,
    level_name=None,
    allow_multiple=True,
    **kwargs
)

Return True for each element where labels is above other.

See combine_objs.


labels_below method

TRENDLB.labels_below(
    other,
    level_name=None,
    allow_multiple=True,
    **kwargs
)

Return True for each element where labels is below other.

See combine_objs.


labels_crossed_above method

TRENDLB.labels_crossed_above(
    other,
    level_name=None,
    allow_multiple=True,
    **kwargs
)

Return True for each element where labels is crossed_above other.

See combine_objs.


labels_crossed_below method

TRENDLB.labels_crossed_below(
    other,
    level_name=None,
    allow_multiple=True,
    **kwargs
)

Return True for each element where labels is crossed_below other.

See combine_objs.


labels_equal method

TRENDLB.labels_equal(
    other,
    level_name=None,
    allow_multiple=True,
    **kwargs
)

Return True for each element where labels is equal other.

See combine_objs.


labels_stats method

TRENDLB.labels_stats(
    *args,
    **kwargs
)

Stats of labels as generic.


low class property

Input array.


low_above method

TRENDLB.low_above(
    other,
    level_name=None,
    allow_multiple=True,
    **kwargs
)

Return True for each element where low is above other.

See combine_objs.


low_below method

TRENDLB.low_below(
    other,
    level_name=None,
    allow_multiple=True,
    **kwargs
)

Return True for each element where low is below other.

See combine_objs.


low_crossed_above method

TRENDLB.low_crossed_above(
    other,
    level_name=None,
    allow_multiple=True,
    **kwargs
)

Return True for each element where low is crossed_above other.

See combine_objs.


low_crossed_below method

TRENDLB.low_crossed_below(
    other,
    level_name=None,
    allow_multiple=True,
    **kwargs
)

Return True for each element where low is crossed_below other.

See combine_objs.


low_equal method

TRENDLB.low_equal(
    other,
    level_name=None,
    allow_multiple=True,
    **kwargs
)

Return True for each element where low is equal other.

See combine_objs.


low_stats method

TRENDLB.low_stats(
    *args,
    **kwargs
)

Stats of low as generic.


mode_list class property

List of mode values.


param_select_func_nb method

TRENDLB.param_select_func_nb(
    i,
    args_before,
    high,
    low,
    up_th,
    down_th,
    mode,
    *args
)

Parameter selection function.


plot method

_TRENDLB.plot(
    column=None,
    **kwargs
)

Plot the median of TRENDLB.high and TRENDLB.low, and overlay it with the heatmap of TRENDLB.labels.

**kwargs are passed to GenericAccessor.overlay_with_heatmap.

Usage

>>> vbt.TRENDLB.run(ohlcv['High'], ohlcv['Low'], up_th=0.2, down_th=0.2).plot().show()


run class method

TRENDLB.run(
    high,
    low,
    up_th,
    down_th,
    mode=Default(value=0),
    short_name='trendlb',
    hide_params=None,
    hide_default=True,
    **kwargs
)

Run TRENDLB indicator.

  • Inputs: high, low
  • Parameters: up_th, down_th, mode
  • Outputs: labels

Pass a list of parameter names as hide_params to hide their column levels, or True to hide all. Set hide_default to False to show the column levels of the parameters with a default value.

Other keyword arguments are passed to IndicatorBase.run_pipeline.


run_combs class method

TRENDLB.run_combs(
    high,
    low,
    up_th,
    down_th,
    mode=Default(value=0),
    r=2,
    param_product=False,
    comb_func=itertools.combinations,
    run_unique=True,
    short_names=None,
    hide_params=None,
    hide_default=True,
    **kwargs
)

Create a combination of multiple TRENDLB indicators using function comb_func.

  • Inputs: high, low
  • Parameters: up_th, down_th, mode
  • Outputs: labels

comb_func must accept an iterable of parameter tuples and r. Also accepts all combinatoric iterators from itertools such as itertools.combinations. Pass r to specify how many indicators to run. Pass short_names to specify the short name for each indicator. Set run_unique to True to first compute raw outputs for all parameters, and then use them to build each indicator (faster).

Other keyword arguments are passed to TRENDLB.run.

Note

This method should only be used when multiple indicators are needed. To test multiple parameters, pass them as lists to TRENDLB.run.


up_th_list class property

List of up_th values.