Premium Only Content
LIVE - AI Trading Bot - Bitcoin + Ethereum - 5 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 "33"
length = input.int(33, 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
---------------------------------------------------------------
-
5:46:23
Day Trading Cryptos
1 year agoThe Best Crypto Charts of the Day
1691 -
20:36
It’s the Final Round
1 hour agoNBA Best Bets & Player Props | Full Analysis & Predictions, FREE Today (Saturday 11/9) November 9th
3.77K1 -
18:08
Professor Nez
2 hours agoâš Charlie Kirk WARNED America about Zohran Mamdani
2.65K34 -
2:16:26
Megyn Kelly
22 hours agoBen Shapiro Responds to Tucker Carlson, Plus Sydney Sweeney and Newsom, with Knowles and Klavan
72.2K209 -
2:10:39
LFA TV
1 day agoRUMBLE RUNDOWN WEEK 5 with JEREMY HERRELL AND SHAWN FARASH 11.8.25 9AM
129K22 -
56:11
X22 Report
5 hours agoMr & Mrs X - Women Are Fighting Back Against Men In Women's Spaces, It Has Begun - EP 15
49.8K26 -
LIVE
I_Came_With_Fire_Podcast
11 hours agoDark Hollywood, Ghosts on 'Cops', and Government Cover-Ups
191 watching -
20:46
Jasmin Laine
1 day agoJoe Rogan Drops NUKE—Carney’s Secret Deal + 100,000 Kamloops Homes at Risk
22.5K39 -
4:00
Mrgunsngear
1 day ago $21.36 earnedFirst They Came For Glock, Now They're Coming For The Ruger RXM
34.6K18 -
1:42:46
Lara Logan
1 day agoINJECTING TRUTH INTO THE VACCINE DEBATE with Del Bigtree | Ep 43 | Going Rogue with Lara Logan
36.2K41