Premium Only Content

LIVE - AI Trading Bot - Bitcoin + Ethereum - 5 Minute Chart - CCI.1LONG.1SHORT.ZEROLINE-33
This AI trading bot is the simplest, safest and most effective CCI strategy I've developed for day trading so far. It is well suited for novice traders using the 1 and 5 minute charts.
The CCI is set at 33. The bot is LONG when the CCI is greater than zero. The bot is SHORT when the CCI is less than zero. The bot puts green LONG and orange SHORT triangles on the chart when the CCI crosses up or down through zero.
---------------------------------------------------------------
// @DayTradingCryptos -> this code is open source freeware
//@version=5
indicator("CCI.1LONG.1SHORT.ZEROLINE", overlay=true)
// Calculate CCI
// Test different settings by changing "33"
length = input.int(33, 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 on CCI with text labels
plotshape(series=buy_signal, title="Buy Signal", location=location.belowbar, color=color.green, style=shape.triangleup, size=size.small, text="LONG", textcolor=color.green, offset=0)
plotshape(series=sell_signal, title="Sell Signal", location=location.abovebar, color=color.orange, style=shape.triangledown, size=size.small, text="SHORT", textcolor=color.orange, 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
---------------------------------------------------------------
-
11:29:09
Day Trading Cryptos
1 year agoThe Best Crypto Charts of the Day
191 -
46:56
The White House
3 hours agoPress Secretary Karoline Leavitt Briefs Members of the Media, Aug. 19, 2025
2.69K18 -
1:11:36
Sean Unpaved
1 hour agoFootball Flashpoint: Bengals' D in Distress, Colts' Bet on Jones, & Micah's Trade Talks
1.54K -
LIVE
StoneMountain64
1 hour agoBest Extraction shooter is FINALLY on Console (+CoD Reveal Today)
141 watching -
2:57:22
Right Side Broadcasting Network
5 hours agoLIVE REPLAY: White House Press Secretary Karoline Leavitt Holds a Press Briefing - 8/19/25
36.7K26 -
1:03:48
Timcast
2 hours agoGavin Newsom SURGES In Polls, COPIES Trump's Style
99.6K73 -
4:37
Michael Heaver
7 hours agoBusted France Faces UPRISING
3832 -
10:45
Dr. Nick Zyrowski
1 day agoDoctors Got It Wrong! This Causes of Obesity - NOT Sugar
5.7K8 -
1:57:57
The Charlie Kirk Show
2 hours agoSummit Aftermath + America's Energy Revolution + Where Russiagate Will Lead | Wright, Solomon
33.7K11 -
2:00:15
Steven Crowder
5 hours agoTrump's Huge Meeting Shocks the World & the Media is Dumbfounded
246K189