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
---------------------------------------------------------------
-
4:00
Day Trading Cryptos
1 year agoThe Best Crypto Charts of the Week
1522 -
1:16:24
Game On!
21 hours ago $2.15 earnedJoe Burrow And The Bengals Season IS OVER Despite Being 2-0!
11.9K2 -
6:32
WhaddoYouMeme
16 hours ago $3.67 earnedChristians, These Reactions Should Disturb You
11.3K29 -
9:59
Clownfish TV
14 hours agoWarner Bros and Paramount are MERGING?! | Clownfish TV
14K2 -
19:19
World2Briggs
1 day ago $1.11 earnedTop 10 Amazing States With The Lowest Taxes.
12K1 -
LIVE
BEK TV
23 hours agoTrent Loos in the Morning - 9/16/2025
279 watching -
LIVE
The Bubba Army
22 hours agoDid Charlie Kirk's Killer, Confess On Discord? - Bubba the Love Sponge® Show | 9/16/25
2,053 watching -
8:41
Zoufry
1 day agoInside The Cartels Training Camps for Assassins
16.2K2 -
12:37
itsSeanDaniel
1 day agoFake Republican REFUSES to Stand Up for Charlie Kirk
21.1K42 -
1:01:55
MTNTOUGH Podcast w/ Dustin Diefenderfer
22 hours agoJason Khalipa: American Men: Get Off the Couch and Rise Up Now | MTNPOD #133
32.2K45