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
---------------------------------------------------------------
-
11:30:45
Day Trading Cryptos
1 year agoLIVE - Bitcoin + Ethereum - 5 Minute Charts - Pine Script Trade Bot
5595 -
LIVE
Man in America
5 hours agoSICK: Xi & Putin Caught Plotting Organ Transplants for “Eternal Life”
810 watching -
LIVE
Drew Hernandez
7 hours agoMASS CONFUSION AROUND CHARLIE'S MURDER
1,379 watching -
1:01:40
HotZone
6 days ago $2.26 earned"Prepare for WAR" - Confronting the URGENT Threat to America
18K8 -
20:23
Scammer Payback
8 hours agoTerrifying Scammers with File Deletions
8.4K1 -
16:22
The Gun Collective
4 hours agoWOW! 17 New Guns JUST GOT RELEASED!
6.68K8 -
1:13:57
Glenn Greenwald
5 hours agoYoung Men and Online Radicalization: Dissecting Internet Subcultures with Lee Fang, Katherine Dee, and Evan Barker | SYSTEM UPDATE #516
150K56 -
1:14:57
Sarah Westall
2 hours agoCEO of Crowds on Demand: The Fake World of Social Media, Protests & Movements w/ Adam Swart
27.4K2 -
4:03:25
Geeks + Gamers
5 hours agoTuesday Night's Main Event
54.8K2 -
40:36
RiftTV
4 hours agoHow We Got 400 Leftists FIRED for MOCKING Charlie Kirk | The Rift | Guest: Olivia Krolczyk
58.5K34