Premium Only Content
LIVE - Bitcoin + Ethereum - 5 Minute Charts - Pine Script Trade Bot
This strategy can be used for day trading the one, five and fifteen-minute charts. It also works for swing trading using the hourly, daily and weekly charts. The strategy is based on the Commodity Channel Index technical indicator. The CCI is set at the standard value of 20. The pine script trading bot will buy when the CCI is greater than zero. The bot will sell when the CCI is less than zero. The bot automatically puts green and orange triangles on the chart when the CCI crosses up and down through zero. To put this bot onto your charts, follow the directions in the video below.
---------------------------------------------------------------
//@version=5
indicator("CCI.1Buy.1Sell.Zero", overlay=true)
// Calculate CCI
length = input.int(20, title="CCI Length")
cci_value = ta.cci(close, length)
// Define buy and sell conditions
buy_signal = ta.crossover(cci_value, 0)
sell_signal = ta.crossunder(cci_value, 0)
// Plot buy and sell signals with green and orange triangles
plotshape(series=buy_signal, title="Buy Signal", location=location.belowbar, color=color.green, style=shape.triangleup, size=size.small, offset=0)
plotshape(series=sell_signal, title="Sell Signal", location=location.abovebar, color=color.orange, style=shape.triangledown, size=size.small, offset=0)
---------------------------------------------------------------
How-to insert pine script trading strategies onto TradingView charts: https://rumble.com/v4nw19o-how-to-insert-pine-script-trading-strategies-onto-tradingview-charts.html
---------------------------------------------------------------
-
4:00
Day Trading Cryptos
1 year agoThe Best Crypto Charts of the Week
1602 -
17:09
Bearing
8 hours agoHasan Goes NUCLEAR On Chat ☢️ ROASTED By JD Vance Over Dog Allegations 🚨
2K26 -
10:11
Dr. Nick Zyrowski
8 days agoDoes Creatine CAUSE Hair Loss? (We All Got This Wrong)
9121 -
1:09:24
Timcast
3 hours agoZohran Mamdani BLAMES Trump Over Bomb Threats At Polling Locations
125K75 -
3:09:52
Right Side Broadcasting Network
5 hours agoLIVE REPLAY: White House Press Secretary Karoline Leavitt Holds a Press Briefing - 11/4/25
53.6K13 -
1:58:04
The Charlie Kirk Show
3 hours agoGo Vote! + Healthcare and the Shutdown | Dr. Oz, Baris | 11.4.2025
57.8K8 -
58:49
The White House
4 hours agoPress Secretary Karoline Leavitt Briefs Members of the Media, Nov. 4, 2025
20.1K15 -
1:00:22
Sean Unpaved
3 hours agoCarousel Chaos: CFB Week 10 Shocks & Drops, Cardinals Stun MNF, & CBB's Opening Tip-Off Frenzy
18.2K1 -
1:57:43
Steven Crowder
6 hours agoFailed Hit Job: Another Trump Media Hoax Exposed
329K314 -
56:36
The Rubin Report
4 hours agoFox Hosts Stunned by Piers Morgan’s Dark Prediction for NYC Under Zohran Mamdan
39K43