Premium Only Content

LIVE - AI Trading Bot - Buy + Sell Signals for BTC + ETH - 1 Minute Chart
These buy and sell signals are automatically generated by an AI trading bot I created using the pinescript coding language that can only be used on TradingView.com's charts.
This video shows the CCI zero line buy and sell signals for Bitcoin and Ethereum on the one-minute chart. BUY when the CCI rises above zero. SELL when the CCI drops below zero.
Your coin must be moving up and down quickly with a wide range from top to bottom for this strategy to work well. If your coin is moving sideways for a long time, the CCI will whipsaw up and down through zero and give too many false signals.
This strategy works on any time frame you can load onto a chart. It works for day trading and swing trading cryptos, stocks, commodities, ETFs, futures and forex.
Here is the code that will put these buy and signals onto your charts:
//@version=5
indicator("CCI Buy/Sell Signals", 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 CCI and buy/sell signals
plotshape(series=buy_signal, title="Buy Signal", location=location.belowbar, color=color.green, style=shape.triangleup, size=size.small)
plotshape(series=sell_signal, title="Sell Signal", location=location.abovebar, color=color.orange, style=shape.triangledown, size=size.small)
-
5:46:23
Day Trading Cryptos
1 year agoThe Best Crypto Charts of the Day
1651 -
10:56
Liberty Hangout
2 days agoThank You Charlie
36.9K30 -
1:49:51
Steve-O's Wild Ride! Podcast
8 days ago $2.55 earnedChet Hanks Found God On Chat GPT | Wild Ride #266
54.5K1 -
2:18:15
Badlands Media
4 hours agoOnlyLands Ep. 25: Erica Kirk Steps Up, Antifa Fallout, and Global Sparks
53.8K17 -
2:05:01
TimcastIRL
7 hours agoTrump Just Ended H1B Visas In Major Crackdown, Charging $100k Per Visa | Timcast IRL
274K174 -
4:02:20
Nerdrotic
13 hours ago $19.01 earnedKimmel MELTDOWN | Hollywood Boycotts Disney | Friday Night Tights 372 with Kaida
115K19 -
34:08
Bannons War Room
8 hours agoMEGYN KELLY: Jimmy Kimmel and Sore Cultural Losers, and Charlie Kirk's Spiritual Revival, w/ Bannon
77.6K86 -
59:27
NAG Podcast
8 hours agoBrandon Straka: BOLDTALK with Angela Belcamino
69K11 -
59:43
Sarah Westall
6 hours agoVietnam Shuts down 86 Million Bank Accounts, The Fourth Turning & more w/ Andy Schectman
52.5K11 -
1:17:51
Flyover Conservatives
13 hours agoMary Flynn O’Neill and Clay Clark: The Church Must Rise or America Falls | FOC Show
42.5K11