Candle Count History

Category: market_structure

Cumulative counter of candle types (bullish, bearish, or doji) over the entire historical data set, displayed as a text label.

Formula

Count increment logic: IF Close > Open THEN BullCounter++ ELSE IF Close < Open THEN BearCounter++ ELSE DojiCounter++

Inputs

See signal primitives and every published strategy that uses Candle Count History on WOBR StrategyVerse.


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