-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
| 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)
)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels