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
---------------------------------------------------------------
-
5:46:23
Day Trading Cryptos
10 months agoThe Best Crypto Charts of the Day
1531 -
2:23:54
Badlands Media
23 hours agoDevolution Power Hour Ep. 363: Lawfare, Psyops, and the Great Narrative Reversal
70.1K18 -
2:32:48
Tundra Tactical
4 hours ago $3.06 earnedSilencers, Senators, and Survival: Roasting Lies and a Security Breakdown of The MN Shooting
35.3K5 -
LIVE
Spartan
8 hours agoPro Halo Player | !politics Halo Infinite Ranked Arena into SWTOR and/or Gears Beta
281 watching -
40:25
The Connect: With Johnny Mitchell
23 hours ago $4.48 earnedBlackwater CEO Erik Prince Gets HONEST About The Israeli Invasion Of Lebanon
29.8K35 -
BlackDiamondGunsandGear
5 hours agoAfter Hours Armory / Is the World ENDING?
51K3 -
4:21:28
cosmicvandenim
6 hours ago[NEW] FIVE NIGHTS AT FREDDY'S - SECRET OF THE MIMIC - Horror Game
64.6K1 -
2:14:37
DLDAfterDark
5 hours ago $0.65 earnedThe After Hours Armory - WWIII - The World Is Melting - Feat. Gideon Optics
30.4K3 -
5:52:04
Right Side Broadcasting Network
5 days agoLIVE REPLAY: President Trump Honors U.S. Army's 250th Anniversary With a Grand Military Parade - 6/14/25
440K221 -
5:10:52
Barry Cunningham
12 hours agoWATCH LIVE: PRESIDENT TRUMP SALUTES AMERICA'S MILITARY WITH HUGE PARADE!
102K83