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)
-
5:46:23
Day Trading Cryptos
1 year agoThe Best Crypto Charts of the Day
1651 -
2:07:44
Inverted World Live
7 hours agoPentagon Says it Solved UFO Cases, Tyler Robinson "Roommate" Missing | Ep. 113
41K15 -
2:30:00
Badlands Media
14 hours agoDevolution Power Hour Ep. 392: Psyops, Paper Tigers, and the Path to Sovereignty
91.6K16 -
3:02:08
TimcastIRL
8 hours agoLeftist Terror Attack On ICE In Dallas, Jimmy Kimmel Doubles Down Insulting MAGA | Timcast IRL
349K141 -
1:17:35
Man in America
13 hours agoIs Starlink RIPPING Us Apart from the Inside Out? w/ Cory Hillis
52.8K18 -
55:40
TheSaltyCracker
7 hours agoIdiots Chug Tylenol PT2 ReeEEStream 9-24-25
117K225 -
5:55:01
Akademiks
8 hours agoYoung Thug Dissing YFN Lucci. Ready to Go back to Jail. Offset vs Cardi b
70.2K4 -
7:07
Colion Noir
16 hours agoCalifornia Just Banned All Glocks
61.5K42 -
1:10:24
Adam Does Movies
9 hours ago $2.81 earnedTalking Movies + Ask Me Anything - LIVE
51.1K1 -
1:23:56
Jamie Kennedy
7 hours agoChoosing Good in a World Gone Dark | Ep 223 HTBITY with Jamie Kennedy
41.8K6