Premium Only Content

LIVE - AI Trading Bot - Bitcoin + Ethereum - 1 Minute Chart
Today I changed the CCI setting from 20 to 36 to smooth it out. This will give less signals when the price is moving sideways.
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 livestream shows the CCI zero line signals I developed for day trading Bitcoin and Ethereum on the one-minute chart. Buy LONG when the CCI rises above zero. Sell SHORT when the CCI drops below zero.
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 for you to try and modify:
//@version=5
indicator("CCI Buy/Sell Signals", overlay=true)
// Calculate CCI
length = input.int(36, 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.red, style=shape.triangledown, size=size.small, text="SHORT", textcolor=color.orange, offset=0)
-
11:30:45
Day Trading Cryptos
1 year agoLIVE - Bitcoin + Ethereum - 5 Minute Charts - Pine Script Trade Bot
5595 -
15:17
Actual Justice Warrior
2 days agoBLM Leader CONVICTED Of Fraud
8.26K32 -
13:19
Zoufry
2 days agoThe Grandpa Gang Who Robbed a Bang For $16 Million
14.4K4 -
2:18:45
The China Show
3 days agoChinese Citizens STRIKE BACK + China's Sick New Punishment Exposed - #282
17.5K4 -
25:20
The Chris Cuomo Project
1 day agoChris Cuomo EXPOSES Lies Behind the Government Shutdown
16.3K39 -
21:03
Nate The Lawyer
1 day ago $2.66 earnedChicago Mayor Brandon Johnson Under Fire Over ‘Defund’ Remarks Amid Crime Concerns
19.9K13 -
8:05
MattMorseTV
17 hours ago $12.25 earnedSchumer’s SECRET AGENDA just got EXPOSED.
50.8K49 -
16:37
Robbi On The Record
11 hours ago $2.93 earnedThe Theater of Manufactured Outrage - When Left and Right Dance for the Same Puppet Master
16.1K7 -
14:31
Sponsored By Jesus Podcast
20 hours agoSATAN Knows Scripture Better Than You | Reading the Bible
15.5K5 -
2:50:36
Side Scrollers Podcast
20 hours agoMore Violent Attacks on Speakers + Hollywood DEMANDS “Free Speech” + More | Side Scrollers
21.2K17