Skip to main content

VolumeProfileFactorCVReport

VolumeProfileFactorCVReport(
    data: vectorbtpro.data.base.Data,
    s1: str,
    s2: str,
    model: ~BaseStatArb,
    use_close: bool = True,
    freq: str = 'auto',
)
Breakdown analysis for volume profile factor cv model, extending BaseModelBreakdownCV. Method generated by attrs for class BaseReportCV.

Ancestors

  • systematica.api.base.BaseReportCV
  • systematica.api.base.BaseReportMixin
  • abc.ABC

RollingVolumeProfileFactorReport

RollingVolumeProfileFactorReport(
    data: vectorbtpro.data.base.Data,
    s1: str,
    s2: str,
    model: ~BaseStatArb,
    use_close: bool = True,
    freq: str = 'auto',
)
Breakdown analysis for rolling volume profile factor model, extending BaseRollingReport. Method generated by attrs for class BaseRollingReport.

Ancestors

  • systematica.api.base.BaseRollingReport
  • systematica.api.base.BaseReportMixin
  • abc.ABC