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
---------------------------------------------------------------
-
11:44:33
Day Trading Cryptos
1 year agoThe Best Crypto Charts of the Day
229 -
1:01:55
MTNTOUGH Podcast w/ Dustin Diefenderfer
20 hours agoJason Khalipa: American Men: Get Off the Couch and Rise Up Now | MTNPOD #133
14.6K26 -
5:17
Blackstone Griddles
11 hours agoEasy Weeknight Meals: Creamy Parmesan Beef Pasta
3.02K1 -
7:08
Rena Malik, M.D.
21 hours ago $0.49 earnedFour totally surprising causes of Back Pain
4.28K1 -
6:27
DropItLikeItsScott
13 hours ago $0.27 earnedIs This the Coolest Gun Accessory Ever? The Gun Guardian
3.2K -
19:05
Michael Feyrer Jr
22 hours agoCan you even fit this much FAIL in one video? $10K Challenge Week 1
3.9K -
19:53
Professor Nez
15 hours agoYou WON’T BELIEVE What I Found on Charlie Kirk’s Shooter!
5.54K15 -
1:35:53
The China Show
17 hours ago $0.97 earnedBrutal Mayhem in China as Dark Coverups are Exposed - #280
12.6K5 -
12:30:34
Times Now World
23 hours agoLIVE | Russia-Belarus Zapad-2025 LIVE | Missiles Target NATO in Arctic & Baltic
25.1K1 -
32:14
daniellesmithab
17 hours agoNew Feature for Driver’s Licence and ID Cards
28.8K6