Total Power Indicator

Category: momentum, trend

A derivation of Elder-Ray indicators that calculates the percentage of bars within a lookback period where bulls or bears were dominant, providing relative trend strength and exhaustion signals.

Formula

BullPower = (\sum_{i=0}^{Lookback-1} [BullsPower(i) > 0]) / Lookback \times 100 \\ BearPower = (\sum_{i=0}^{Lookback-1} [BearsPower(i) < 0]) / Lookback \times 100 \\ TotalPower = |BullPower - BearPower| \times 100 / Lookback

Inputs

See signal primitives and every published strategy that uses Total Power Indicator on WOBR StrategyVerse.


Open the interactive page on WOBR AI → · WOBR.AI home