Premium Only Content
LIVE - Bitcoin + Ethereum - 5 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
1612 -
9:03
MattMorseTV
19 hours ago $70.10 earnedTrump’s America First CALL TO ACTION.
91.1K105 -
2:18:38
Side Scrollers Podcast
22 hours agoGTA 6 GETS WRECKED AFTER ANOTHER DELAY + India THREATENS YouTuber Over Video + More | Side Scrollers
141K16 -
18:03
Nikko Ortiz
1 day agoEBT Meltdowns Are Insane...
34.3K73 -
17:33
a12cat34dog
1 day agoRUMBLE TAKEOVER @ DREAMHACK | VLOG | {HALLOWEEN 2025}
63.3K26 -
10:48
GritsGG
18 hours agoWarzone Stadium Easter Egg! Unlock Grau Blueprint EASY!
37.7K2 -
LIVE
Lofi Girl
3 years agolofi hip hop radio 📚 - beats to relax/study to
460 watching -
1:43:54
TruthStream with Joe and Scott
3 days agoStuey and Elisa V interview Joe and Scott Q, AI, Glutathione, Tylenol etc 11/5 #510
33.4K6 -
29:15
BlabberingCollector
2 days agoHarry Potter X Fortnite, Fans Reee Over Trans Rights, NEW Audiobooks Are OUT, Wizarding Quick Hits
44.5K4 -
1:20:42
The Connect: With Johnny Mitchell
6 days ago $24.12 earnedThe Truth Behind The U.S. Invasion Of Venezuela: Ed Calderon Exposes American Regime Change Secrets
58.7K33