Premium Only Content

LIVE - Bitcoin + Ethereum - 1 Minute Charts - Pine Script Trading 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 says to buy when the CCI rises above zero. The bot says to sell when the CCI drops below zero. The bot automatically puts green and orange triangles on the chart when the CCI crosses up and down through zero.
---------------------------------------------------------------
// @DayTradingCryptos -> this code is open source
//@version=5
indicator("CCI.1Buy.1Sell.Zero", overlay=true)
// Calculate CCI
// Test different settings by changing "20"
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, 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
1651 -
LIVE
Badlands Media
6 hours agoBadlands Daily: September 19, 2025
2,053 watching -
35:08
Colion Noir
18 hours agoA Bear, an AR-15, and a Home Invasion
51.5K7 -
LIVE
Wendy Bell Radio
5 hours agoConsequence Culture
6,904 watching -
Crypto Power Hour
1 hour agoSelf-Custody vs Centralized Crypto Card
3.78K7 -
LIVE
LFA TV
11 hours agoBREAKING NEWS ON LFA TV! | FRIDAY 9/19/25
3,741 watching -
45:45
JULIE GREEN MINISTRIES
3 hours agoWHAT WILL HAPPEN ON SEPTEMBER 23RD PT.1
66.5K285 -
1:54:07
The Chris Salcedo Show
12 hours ago $3.19 earnedGOP Shields Violent Left From Consequences For Their Actions
22.9K5 -
DVR
Welcome to the Rebellion Podcast
13 hours ago $0.69 earnedDisney Star Tells People to Cancel Disney - WTTR Podcast Live 9/19
13.6K1 -
2:18:05
Game On!
21 hours ago $1.61 earnedHappy FOOTBALL FRIDAY! Week 3 NFL Betting Preview!
37.4K2