Combined Candle Counter (CCC) Dev
Category: trend, market_structure
A comprehensive dashboard combining multiple EMAs/SMAs, Williams-style Buying/Selling climaxes, S&P 500 VIX mean reversion signals, Distrubution Day (D-Day) tracking, and Support/Resistance channels.
Formula
\\text{EMA}_{n} = \\text{EMA}(Close, n) \\\\ \\text{D-Day} = Close < Close_{1} \times 0.998 \\text{ AND } Volume > Volume_{1} \\text{ AND DailyEMA21} > WeeklyEMA21_{prev} \\\\ \\text{Buying Climax} = High > Max(High_{52 weeks}) \\text{ AND Close < Open (at Weekly)} \\\\ \\text{SR Channels} = \\text{Pivot Cluster Width} < 5\% \\text{ Range} \times 300 \\text{ bars}
Inputs
- showDefualt_JR_Template (default: true)
- showDDayAndLabel (default: true)
- showClimaxes (default: true)
- Loopback Period (default: 360)
See signal primitives and every published strategy that uses Combined Candle Counter (CCC) Dev on WOBR StrategyVerse.