Skip to content

Wrong parameter #3

@attiasr

Description

@attiasr

self.information_driven_bars_statistics[EXPECTED_IMBALANCE_WINDOW] *

abstract_run_bars.py#L115 should be👇🏻:

self.run_bars_statistics[EXPECTED_BUY_IMBALANCE] = self._ewma_expected_imbalance(

max_proportion should be equal to:

max(
        EXPECTED_BUY_IMBALANCE * EXPECTED_BUY_TICKS_PROPORTION, 
        EXPECTED_SELL_IMBALANCE * (1-EXPECTED_BUY_TICKS_PROPORTION)
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions