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
---------------------------------------------------------------
-
5:46:23
Day Trading Cryptos
1 year agoThe Best Crypto Charts of the Day
1681 -
2:09:24
Inverted World Live
6 hours agoRats Have Learned to Hunt Bats | Ep. 135
28.3K8 -
2:48:01
TimcastIRL
7 hours agoLIVE Election Coverage: Polling Stations SWATTED, Bomb Threats Called In | Timcast IRL
245K170 -
3:30:07
Barry Cunningham
7 hours agoBREAKING NEWS: COUNTDOWN TO COMMUNISM! ELECTION RESULTS SHOW!
54.7K41 -
2:11:28
DeVory Darkins
6 hours agoLIVE NOW: 2025 Election results and Exit Polls AMA
65K42 -
2:34:04
DLDAfterDark
5 hours ago $0.06 earnedJust Another Tuesday - In Virginia - The Governor's Race & Glock Talk
26K4 -
3:21:38
The Charlie Kirk Show
8 hours agoJUDGMENT DAY 2025: The Election Results Stream
194K78 -
3:51:07
MattMorseTV
9 hours ago $0.80 earned🔴Election Day LIVE COVERAGE.🔴
95.8K47 -
1:16:51
Flyover Conservatives
1 day agoSHOCKING DATA REVEALS: Young Voters Are Done With the Old GOP - Mark Mitchell, Rasmussen Reports | FOC Show
40.5K17 -
1:15:28
Sarah Westall
8 hours agoGrooming is Protected and Encouraged by the System – Michelle Peterson and Mike Adamovich
34.2K10