Constance Brown Composite Index Indicator for TradingView Pine Script
You know that feeling when RSI hits 70, you short, and then price keeps ripping higher? Yeah, we've all been there. That's exactly what Constance Brown was trying to fix when she created her Composite Index.
What's This CBCI Thing All About?
Think of CBCI as RSI's smarter cousin. While regular RSI just tells you "hey, we're overbought" or "we're oversold," CBCI actually looks at how RSI is changing and whether that change has any real momentum behind it.
Here's what makes it tick:
- It watches how fast RSI is changing (not just the level)
- It smooths out the noise so you're not jumping at every little wiggle
- It combines these two pieces into one line that actually makes sense
When you throw it on your chart, you'll see three lines:
- A red line (the main CBCI) that shows the real momentum picture
- A green line (fast moving average) for quick signals
- An orange line (slow moving average) for the bigger picture
The whole thing bounces around zero. Above zero = bullish vibes, below zero = bearish vibes. When the green and orange lines cross, that's when things get interesting.
Quick Setup with Pineify
If you're like me and would rather not spend hours coding, Pineify makes this super simple. It's basically a drag-and-drop editor for TradingView indicators. Here's how to get CBCI on your chart without touching a single line of code:
- Head to pineify.app and log in
- Search for "CBCI" or "Constance Brown"
- Click on the indicator
- Tweak the settings if you want (or just leave the defaults - they work pretty well)
- Hit "Add to Chart" and boom, you're done
Takes like 30 seconds instead of 30 minutes of debugging Pine Script.
Adding CBCI to Your Charts
Once you're in Pineify, it's dead simple:
- Type "CBCI" in the search bar
- Click the indicator when it pops up
- You'll see some numbers you can change, but honestly, the defaults are solid
- The main ones to know: RSI Length (14), Fast Length (13), Slow Length (33)
- Hit "Add to Chart" and you're golden
The indicator shows up in a separate pane under your price chart. You'll see the red CBCI line with the green and orange moving averages dancing around it.
Actually Using CBCI (The Fun Part)
Here's how I actually use this thing in real trading:
The Basic Signals
Those green and orange lines crossing each other? That's your bread and butter:
- Green crosses above orange = potential long setup
- Green crosses below orange = potential short setup
But here's the key - don't just take every crossover. Wait for the red CBCI line to be on the right side of zero first.
The Zero Line Trick
Think of zero like a traffic light:
- CBCI above zero = green light for longs
- CBCI below zero = green light for shorts
- When CBCI crosses zero, that's often when trends flip
Spotting Fake-outs
This is where CBCI really shines. Sometimes price makes a new high but CBCI doesn't. That's your "yeah, this rally is getting tired" signal. Same thing in reverse for lows.
When Things Get Extreme
CBCI doesn't have fixed "overbought" levels like RSI, but when it spikes way up or crashes way down, those are often good "maybe take some profits" moments.
Settings That Actually Matter
The defaults work fine, but here's what I've found actually makes a difference:
Defaults (good starting point):
- RSI: 14, Fast: 13, Slow: 33
If you're impatient (day trading):
- Speed everything up: RSI 10, Fast 8, Slow 21
- More signals, but more noise too
If you're more chill (swing trading):
- Slow it down: RSI 21, Fast 21, Slow 55
- Fewer signals, but they tend to work better
For scalpers:
- RSI 8, Fast 5, Slow 13
- Warning: You'll get a lot of signals. Like, a LOT.
Honestly? Start with defaults and only change if you're consistently getting whipsawed or missing moves.
Testing Before You Risk Real Money
Look, I learned this the hard way - always test first. Pineify makes backtesting pretty straightforward, and if you're curious about building your own testing framework, check out this guide on crafting a winning Pine Script strategy.
Simple Entry Rules:
- Go long when green crosses above orange AND CBCI is above zero
- Go short when green crosses below orange AND CBCI is below zero
- Close when you get the opposite signal
Keep It Simple:
- Start with 2% risk per trade
- Don't get fancy with take profits at first - just use the opposite signal to exit
- Test on at least 6 months of data
What to Look For:
- Win rate above 45% (with decent risk/reward)
- Not getting destroyed during sideways markets
- How it performs during strong trends vs choppy conditions
Red Flags:
- Win rate under 35% - something's wrong with your rules
- Massive drawdowns - your position sizing is probably too aggressive
- Works great in trending markets but gets murdered in chop
If you're struggling with these issues, you might want to read up on best TradingView strategies that actually work - sometimes it's not the indicator, it's how you're using it.
The goal isn't to find perfect settings (they don't exist), but to know what you're getting into before you risk actual money.
The Bottom Line
CBCI isn't some magic bullet - it's just a better way to read momentum than plain old RSI. The main thing it does is cut down on those annoying false signals that RSI loves to give you.
Here's what I wish someone told me when I started:
- Don't overthink the settings - defaults work fine
- Wait for CBCI to be on the right side of zero before taking crossover signals
- Use it with price action, not instead of it
- Always test first, even if it looks amazing
The best part? You can literally have this thing running on your charts in under a minute with Pineify. No coding, no headaches, just a cleaner way to see what's actually happening with momentum.
Try it on a few different timeframes and see how it feels. Worst case, you waste 5 minutes. Best case, you found something that actually helps you stay on the right side of the market more often.
And hey, if it doesn't work for your style, at least you know without blowing up your account first. For more momentum-based indicators that play well with CBCI, take a look at the Awesome Oscillator guide - sometimes combining indicators gives you that extra edge.
