Premium Only Content

LIVE - AI Trading Bot - Bitcoin + Ethereum - 1 Minute Chart
These buy and sell signals are automatically generated by an AI trading bot I created using the pine script coding language that can only be used on TradingView.com's charts.
Here is the code for you to use and modify:
//@version=5
indicator("CCI.200.LONG.SHORT", overlay=true)
// Calculate CCI
length = input.int(150, title="CCI Length")
cci_value = ta.cci(close, length)
//Define +100 line buy and sell conditions
buy_signal_pos100 = ta.crossover(cci_value, +100)
sell_signal_pos100 = ta.crossunder(cci_value, +100)
// Define zero line buy and sell conditions
buy_signal_zero = ta.crossover(cci_value, 0)
sell_signal_zero = ta.crossunder(cci_value, 0)
// Define -100 line buy and sell conditions
buy_signal_neg100 = ta.crossover(cci_value, -100)
sell_signal_neg100 = ta.crossunder(cci_value, -100)
// Plot buy and sell signals on CCI with text labels
// LONG reverses a SHORT position. SHORT reverses a LONG position
// If there is a yellow SHORT followed by an orange SHORT followed by a red SHORT, the next LONG reverses all three
// Yellow SHORT occurs when the CCI drops below +100
plotshape(series=buy_signal_pos100, title="Buy Signal (Above +100)", location=location.belowbar, color=color.green, style=shape.triangleup, size=size.small, text="LONG", textcolor=color.green, offset=0)
plotshape(series=sell_signal_pos100, title="Sell Signal (Below +100)", location=location.abovebar, color=color.yellow, style=shape.triangledown, size=size.small, text="SHORT", textcolor=color.yellow, offset=0)
// Orange SHORT occurs when the CCI drops below 0.00
plotshape(series=buy_signal_zero, title="Buy Signal (Crossover Zero)", location=location.belowbar, color=color.green, style=shape.triangleup, size=size.small, text="LONG", textcolor=color.green, offset=0)
plotshape(series=sell_signal_zero, title="Sell Signal (Below +100)", location=location.abovebar, color=color.orange, style=shape.triangledown, size=size.small, text="SHORT", textcolor=color.orange, offset=0)
// Red SHORT occurs when the CCI drops below -100
plotshape(series=buy_signal_neg100, title="Buy Signal (Below -100)", location=location.belowbar, color=color.green, style=shape.triangleup, size=size.small, text="LONG", textcolor=color.green, offset=0)
plotshape(series=sell_signal_neg100, title="Sell Signal (Above -100)", location=location.abovebar, color=color.red, style=shape.triangledown, size=size.small, text="SHORT", textcolor=color.red, offset=0)
-
11:44:33
Day Trading Cryptos
1 year agoThe Best Crypto Charts of the Day
229 -
2:22:21
TheSaltyCracker
8 hours agoICE Smashing Antifa ReeEEStream 9-26-25
113K175 -
7:47:28
SpartakusLIVE
9 hours ago#1 HERO of the PEOPLE || Ending the Week with FUN, WINS, and LAUGHS
81.6K -
3:52:22
SynthTrax & DJ Cheezus Livestreams
19 hours agoFriday Night Synthwave 80s 90s Electronica and more DJ MIX Livestream THE FLOATING WORLD / Variety Music Edition
39K3 -
7:43:24
Eternal_Spartan
15 hours ago🟢 Eternal Spartan Plays Destiny 2 | FPS Friday | | USMC Veteran
47.3K4 -
2:04:11
MattMorseTV
9 hours ago $21.63 earned🔴The UK just hit ROCK BOTTOM.🔴
75.8K176 -
5:37:54
iCheapshot
7 hours ago $5.15 earnedBack From Vacation! | Checking Out Skate Maybe Some Boarderlands 4
65.9K1 -
3:08:37
Jorba4
6 hours ago🔴Live-Jorba4- Borderlands w/ The TRIBE
52.7K -
54:43
Glenn Greenwald
10 hours agoGlenn Reacts to Netanyahu's UN Speech; PLUS: Q&A on Trump's Russia/Ukraine Policy, the Tom Homan Investigation, and More | SYSTEM UPDATE #522
95.2K50 -
43:54
Donald Trump Jr.
9 hours agoJames and the Giant Breach, Plus Explosive J6 Revelations | TRIGGERED Ep.277
173K189