Premium Only Content

LIVE - Bitcoin + Ethereum - 1 Minute Charts - Pine Script Trade Bot
This strategy can be used for day trading the one, five and fifteen-minute charts. It also works for swing trading using the hourly, daily and weekly charts. The strategy is based on the Commodity Channel Index technical indicator. The CCI is set at the standard value of 20. The pine script trading bot will buy when the CCI is greater than zero. The bot will sell when the CCI is less than zero. The bot automatically puts green and orange triangles on the chart when the CCI crosses up and down through zero. To put this bot onto your charts, follow the directions in the video below.
---------------------------------------------------------------
//@version=5
indicator("CCI.1Buy.1Sell.Zero", overlay=true)
// Calculate CCI
length = input.int(20, 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 with green and orange triangles
plotshape(series=buy_signal, title="Buy Signal", location=location.belowbar, color=color.green, style=shape.triangleup, size=size.small, offset=0)
plotshape(series=sell_signal, title="Sell Signal", location=location.abovebar, color=color.orange, style=shape.triangledown, size=size.small, 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
1651 -
LIVE
Drew Hernandez
8 hours agoMASS CONFUSION AROUND CHARLIE'S MURDER
1,647 watching -
1:01:40
HotZone
6 days ago $2.39 earned"Prepare for WAR" - Confronting the URGENT Threat to America
37.4K14 -
20:23
Scammer Payback
9 hours agoTerrifying Scammers with File Deletions
19.7K1 -
16:22
The Gun Collective
5 hours agoWOW! 17 New Guns JUST GOT RELEASED!
21.3K9 -
1:13:57
Glenn Greenwald
6 hours agoYoung Men and Online Radicalization: Dissecting Internet Subcultures with Lee Fang, Katherine Dee, and Evan Barker | SYSTEM UPDATE #516
162K64 -
1:14:57
Sarah Westall
3 hours agoCEO of Crowds on Demand: The Fake World of Social Media, Protests & Movements w/ Adam Swart
43.2K2 -
4:03:25
Geeks + Gamers
6 hours agoTuesday Night's Main Event
66.3K2 -
40:36
RiftTV
5 hours agoHow We Got 400 Leftists FIRED for MOCKING Charlie Kirk | The Rift | Guest: Olivia Krolczyk
67.5K51 -
1:28:58
Badlands Media
19 hours agoBadlands Story Hour Ep 134: Godzilla Minus One
38.4K1