Premium Only Content

LIVE - AI Trading Bot - Bitcoin + Ethereum - 5 Minute Chart
This trading bot automatically shows LONG or SHORT on the Bitcoin and Ethereum five-minute charts. Entering a LONG position makes money when the price goes up, and SHORT positions make money when the price goes down. This trading strategy makes money when the price goes up and down.
Watch this video to learn how to insert the code below onto your TradingView charts:
https://rumble.com/v4nw19o-how-to-insert-pine-script-trading-strategies-onto-tradingview-charts.html
//@version=5
indicator("CCI.3LONG.3SHORT", overlay=true)
// Calculate CCI
length = input.int(100, title="CCI Length")
cci_value = ta.cci(close, length)
// Define CCI +100 line LONG and SHORT
// LONG occurs when the CCI rises above +100
// SHORT occurs when the CCI drops below +100
buy_signal_pos100 = ta.crossover(cci_value, +100)
sell_signal_pos100 = ta.crossunder(cci_value, +100)
// Define CCI zero line LONG and SHORT
// LONG occurs when the CCI rises above 0.00
// SHORT occurs when the CCI drops below 0.00
buy_signal_zero = ta.crossover(cci_value, 0)
sell_signal_zero = ta.crossunder(cci_value, 0)
// Define CCI -100 line LONG and SHORT
// LONG occurs when the CCI rises above -100
// SHORT occurs when the CCI drops below -100
buy_signal_neg100 = ta.crossover(cci_value, -100)
sell_signal_neg100 = ta.crossunder(cci_value, -100)
// Define conditions of LONG and SHORT
// The bot is always in a position, either SHORT or LONG
// LONG makes money when the price goes up, and SHORT makes money when the price goes down
// If only one LONG is active and SHORT shows next, the LONG is sold and one SHORT position is started
// If only one SHORT is active and LONG shows next, the SHORT is bought to cover, and one LONG position is started
// If the price rises sharply, there can be two or three LONG positions. The next SHORT closes all LONG positions, and starts one SHORT position
// If the price falls sharply, there can be two or three SHORT positions. The next LONG closes all SHORT positions, and starts one LONG position
// Plot LONG and SHORT signals of the CCI on the chart with triangles and text labels
// White LONG occurs when the CCI rises above +100
// Yellow SHORT occurs when the CCI drops below +100
plotshape(series=buy_signal_pos100, title="Buy Signal (Above +100)", location=location.belowbar, color=color.rgb(192,192,192), style=shape.triangleup, size=size.small, text="LONG", textcolor=color.rgb(192,192,192), offset=0)
plotshape(series=sell_signal_pos100, title="Sell Signal (Below +100)", location=location.abovebar, color=color.yellow, style=shape.triangledown, size=size.small, text="SHORT", textcolor=color.yellow, offset=0)
// Blue LONG occurs when the CCI rises above 0.00
// Orange SHORT occurs when the CCI drops below 0.00
plotshape(series=buy_signal_zero, title="Buy Signal (Crossover Zero)", location=location.belowbar, color=color.rgb(0,128,255), style=shape.triangleup, size=size.small, text="LONG", textcolor=color.rgb(0,128,255), offset=0)
plotshape(series=sell_signal_zero, title="Sell Signal (Below +100)", location=location.abovebar, color=color.orange, style=shape.triangledown, size=size.small, text="SHORT", textcolor=color.orange, offset=0)
// Green LONG occurs when the CCI rises above -100
// Red SHORT occurs when the CCI drops below -100
plotshape(series=buy_signal_neg100, title="Buy Signal (Below -100)", location=location.belowbar, color=color.green, style=shape.triangleup, size=size.small, text="LONG", textcolor=color.green, offset=0)
plotshape(series=sell_signal_neg100, title="Sell Signal (Above -100)", location=location.abovebar, color=color.red, style=shape.triangledown, size=size.small, text="SHORT", textcolor=color.red, offset=0)
-
11:30:45
Day Trading Cryptos
10 months agoLIVE - Bitcoin + Ethereum - 5 Minute Charts - Pine Script Trade Bot
5545 -
1:23:47
Redacted News
1 hour agoEPSTEIN BOMBSHELL! SOMETHING VERY STRANGE IS GOING ON HERE, WHO ARE THEY PROTECTING? | REDACTED LIVE
24.3K50 -
1:05:37
Sean Unpaved
3 hours ago $1.07 earnedUnpaved
11.4K3 -
DVR
VSiNLive
1 hour agoFollow the Money with Mitch Moss & Pauly Howard | Hour 1
3.71K2 -
1:00:52
In The Litter Box w/ Jewels & Catturd
22 hours agoFIRST 40 DAYS | In the Litter Box w/ Jewels & Catturd – Ep. 754 – 3/4/2025
40.6K15 -
1:20:04
Awaken With JP
5 hours agoHow Impressive is Zelensky? - LIES Ep 81
53.6K32 -
2:14:02
The Quartering
5 hours agoEpstein Files FINALLY Arrive, Zelensky CRAWLS Back & Trump Cuts Off, Oscars Sink To New Low & More
76.7K40 -
57:11
Russell Brand
3 hours agoBREAK BREAD EP. 16 - SEAN FEUCHT
62.3K3 -
12:20
SLS - Street League Skateboarding
5 hours agoYuto Horigome's Top Moments of 2024! All The 9's 🔥
35K -
1:26:52
The Officer Tatum
4 hours agoLIVE: Leftists RAGE As Trump HALTS Aid to Ukraine + More | Officer Tatum Show Ep 72
51.3K23