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
---------------------------------------------------------------
-
11:30:45
Day Trading Cryptos
1 year agoLIVE - Bitcoin + Ethereum - 5 Minute Charts - Pine Script Trade Bot
5545 -
LIVE
Matt Kohrs
10 hours agoMarkets Whipsaw, Breaking News & Live Trading || The MK Show
1,307 watching -
LIVE
Badlands Media
7 hours agoBadlands Daily: June 17, 2025
1,493 watching -
LIVE
Wendy Bell Radio
5 hours agoPeace Through Strength
9,141 watching -
LIVE
LFA TV
10 hours agoLFA TV ALL DAY STREAM - TUESDAY 6/17/25
4,006 watching -
1:21:08
JULIE GREEN MINISTRIES
3 hours agoLIVE WITH JULIE
72.5K123 -
1:11:46
Game On!
18 hours ago $0.95 earnedCan the Panthers Make HISTORY? Stanley Cup Final Game 6 Preview!
14.8K1 -
27:11
DeVory Darkins
17 hours ago $5.14 earnedTrump drops CHILLING WARNING on blue cities Democrats make FATAL MISTAKE
20.9K66 -
3:00
The Official Steve Harvey
20 hours ago $1.11 earnedThe Books That Changed My Life: Lessons from Steve Harvey on Purpose, Growth & Starting Now
16.5K7 -
3:01
Rena Malik, M.D.
1 day ago $1.54 earnedWhat to do if it gets stuck?! (it happens!)
25K5