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:29:09
Day Trading Cryptos
1 year agoThe Best Crypto Charts of the Day
195 -
2:15:42
TheSaltyCracker
4 hours agoWoke is DEAD ReeEEStream 11-07-25
87K153 -
1:29:13
Sarah Westall
3 hours agoThe City of London: Infiltration, Intimidation & Centralized Power w/ Mike Harris
19.5K7 -
10:14:18
Dr Disrespect
13 hours ago🔴LIVE - DR DISRESPECT - ARC RAIDERS - AGAINST ALL DANGER
175K24 -
32:09
ThisIsDeLaCruz
1 day ago $0.01 earnedFalling In Reverse: Christian Thompson’s Stage Tech Revealed
17.1K2 -
LIVE
SynthTrax & DJ Cheezus Livestreams
1 day agoFriday Night Synthwave 80s 90s Electronica and more DJ MIX Livestream 80s Night / Late Night Nostalgia
390 watching -
4:05:52
Nerdrotic
8 hours ago $0.18 earnedHollywood REGRET | Disney's Predator | The Feminist Avengers - Friday Night Tights 379
53.6K15 -
2:36:22
Mally_Mouse
4 days agoFriend Friday!! 🎉 - Let's Play! - MIMESIS
23K2 -
41:20
MattMorseTV
5 hours ago $0.39 earned🔴Schumer just BACKSTABBED his OWN VOTERS. 🔴
32.5K58 -
3:33:34
MissesMaam
5 hours ago*Spicy* Friend Friday with Mally_Mouse!! 💚✨
10.5K3