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
---------------------------------------------------------------
-
4:00
Day Trading Cryptos
4 months agoThe Best Crypto Charts of the Week
60 -
16:05
China Uncensored
14 hours agoAnother Car-Ramming Strikes Outside a Chinese School!
1.95K5 -
9:26
Dr. Nick Zyrowski
5 hours agoAnti Inflammatory Foods | You MUST Eat These!
2961 -
15:40
Bearing
1 hour agoEnd Stage Trump Derangement | Rosie O'Donnell is NOT Doing Well 😬
6210 -
35:19
hickok45
4 hours agoSunday Shoot-a-Round # 256
7565 -
41:20
PMG
16 hours ago $0.22 earned"The No B.S. Guide to Getting Your Life together in 2024!"
627 -
14:22
Forrest Galante
15 hours agoDoes The Megalodon Still Exist?
83.7K26 -
26:48
Stephen Gardner
10 hours ago🔥BREAKING: Vladimir Putin JUST shocked NATO | Will only negotiate with Trump!
130K261 -
2:45:39
Tundra Tactical
13 hours ago $34.21 earnedTundra Nation Live : The Worlds Okayest Gun Live Stream
65.6K2 -
17:06
Professor Nez
11 hours ago🚨BREAKING: Elon Musk to BUY MSNBC!? Dems STUNNED by Brian Williams’ Viral Video!
59.2K77