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:30:45
Day Trading Cryptos
1 year agoLIVE - Bitcoin + Ethereum - 5 Minute Charts - Pine Script Trade Bot
5575 -
15:32
GritsGG
12 hours agoFull Auto ABR Sniper Support! Most Winning Quad Win Streaking!
351 -
7:42
The Pascal Show
11 hours agoBREAKING! Police Provide UPDATE In Emmanuel Haro's Case! Is Jake's Lawyer Lying To Us?!
40 -
2:29:46
FreshandFit
4 hours agoAfter Hours w/ Girls
71K59 -
5:28
Zach Humphries
10 hours ago $0.21 earnedNEAR PROTCOL AND STELLAR TEAM UP!
1.83K1 -
1:09:57
Brandon Gentile
1 day ago10,000 Hour BITCOIN Expert Reveals Why $13.5M Is Just The Start
4.64K -
2:03:55
Badlands Media
4 hours agoDevolution Power Hour Ep. 382: DOJ Coverups, Clapper’s Team Sport & Trump’s Countermoves
116K15 -
2:06:30
Inverted World Live
8 hours agoDon't Approach the Zombie Rabbits | Ep. 95
41.4K19 -
3:26:45
Drew Hernandez
4 hours agoISRAEL PLANNING POSSIBLE DRAFT IN USA & TRUMP'S VIEW ON ETERNAL LIFE ANALYZED PT 2
32.4K20 -
3:08:07
TimcastIRL
7 hours agoTexas Republicans Win, House Passes Redistricting Map, GOP Looks To Gain 5 Seats | Timcast IRL
177K74