Premium Only Content

LIVE - AI Trading Bot - Bitcoin + Ethereum - 1 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 "30"
length = input.int(30, 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:44:33
Day Trading Cryptos
1 year agoThe Best Crypto Charts of the Day
229 -
7:08
Rena Malik, M.D.
21 hours ago $0.49 earnedFour totally surprising causes of Back Pain
4.28K1 -
6:27
DropItLikeItsScott
13 hours ago $0.27 earnedIs This the Coolest Gun Accessory Ever? The Gun Guardian
3.2K -
19:05
Michael Feyrer Jr
22 hours agoCan you even fit this much FAIL in one video? $10K Challenge Week 1
3.9K -
19:53
Professor Nez
15 hours agoYou WON’T BELIEVE What I Found on Charlie Kirk’s Shooter!
5.54K20 -
1:35:53
The China Show
17 hours ago $0.97 earnedBrutal Mayhem in China as Dark Coverups are Exposed - #280
12.6K5 -
12:30:34
Times Now World
23 hours agoLIVE | Russia-Belarus Zapad-2025 LIVE | Missiles Target NATO in Arctic & Baltic
25.1K1 -
32:14
daniellesmithab
18 hours agoNew Feature for Driver’s Licence and ID Cards
28.8K6 -
2:54:40
FreshandFit
14 hours agoChat Makes Pothead RAGE QUIT!!!
489K86 -
1:32:34
Badlands Media
17 hours agoBaseless Conspiracies Ep. 150: 9/11 Mysteries, Remote Pilots, and Hidden Agendas
100K36