enums module¶
Named tuples and enumerated types for label generation.
Defines enums and other schemas for vectorbtpro.labels.
TrendLabelMode TrendLabelModeT¶
Trend label mode.
Attributes
Binary- See bin_trend_labels_nb().
BinaryCont- See binc_trend_labels_nb().
BinaryContSat- See bincs_trend_labels_nb().
PctChange- See pct_trend_labels_nb() with
normalizeset to False. PctChangeNorm- See pct_trend_labels_nb() with
normalizeset to True.