Premium Only Content
LIVE - AI Trading Bot - Bitcoin + Ethereum - 5 Minute Chart - CCI.5LONG.5SHORT-150
@DayTradingCryptos strategy "CCI.5LONG.5SHORT-150"
For 1 and 5 minute charts set between 100->150
Open source pine script code -> copyright free.
Can only be used on TradingView charts.
//@version=5
indicator("CCI.5LONG.5SHORT", overlay=true)
// Calculate CCI
length = input.int(150, title="CCI Length")
cci_value = ta.cci(close, length)
// Define conditions of LONG and SHORT
// The bot is always in a position, either SHORT or LONG
// The bot trades 0.1 BTC each LONG signal, and 0.1 BTC each SHORT signal
// The bot trades 1.0 ETH each LONG signal, and 1.0 ETH each SHORT signal
// 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 falls sharply, there can be a maximum of five SHORT positions. Any LONG closes all SHORT positions, and starts one LONG position
// If the price rises sharply, there can be a maximum of five LONG positions. Any SHORT closes all LONG positions, and starts one SHORT position
// Define CCI +250 line LONG and SHORT
// LONG occurs when the CCI rises above +250
// SHORT occurs when the CCI drops below +250
buy_signal_pos250 = ta.crossover(cci_value, +250)
sell_signal_pos250 = ta.crossunder(cci_value, +250)
// 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 CCI -250 line LONG and SHORT
// LONG occurs when the CCI rises above -250
// SHORT occurs when the CCI drops below -250
buy_signal_neg250 = ta.crossover(cci_value, -250)
sell_signal_neg250 = ta.crossunder(cci_value, -250)
// Plot LONG and SHORT signals of the CCI on the chart with colored triangles and text labels
// LONG occurs when the CCI rises above +250
// SHORT occurs when the CCI drops below +250
plotshape(series=buy_signal_pos250, title="Buy Signal (Above +250)", location=location.belowbar, color=color.green, style=shape.triangleup, size=size.small, text="LONG", textcolor=color.green, offset=0)
plotshape(series=sell_signal_pos250, title="Sell Signal (Below +250)", location=location.abovebar, color=color.orange, style=shape.triangledown, size=size.small, text="SHORT", textcolor=color.orange, offset=0)
// LONG occurs when the CCI rises above +100
// SHORT occurs when the CCI drops below +100
plotshape(series=buy_signal_pos100, title="Buy Signal (Above +100)", location=location.belowbar, color=color.green, style=shape.triangleup, size=size.small, text="LONG", textcolor=color.green, offset=0)
plotshape(series=sell_signal_pos100, title="Sell Signal (Below +100)", location=location.abovebar, color=color.orange, style=shape.triangledown, size=size.small, text="SHORT", textcolor=color.orange, offset=0)
// LONG occurs when the CCI rises above 0.00
// SHORT occurs when the CCI drops below 0.00
plotshape(series=buy_signal_zero, title="Buy Signal (Crossover Zero)", location=location.belowbar, color=color.green, style=shape.triangleup, size=size.small, text="LONG", textcolor=color.green, 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)
// LONG occurs when the CCI rises above -100
// 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.orange, style=shape.triangledown, size=size.small, text="SHORT", textcolor=color.orange, offset=0)
// LONG occurs when the CCI rises above -250
// SHORT occurs when the CCI drops below -250
plotshape(series=buy_signal_neg250, title="Buy Signal (Below -250)", location=location.belowbar, color=color.green, style=shape.triangleup, size=size.small, text="LONG", textcolor=color.green, offset=0)
plotshape(series=sell_signal_neg250, title="Sell Signal (Above -250)", 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
5 months agoThe Best Crypto Charts of the Day
157 -
1:09:10
PMG
23 hours ago $1.11 earned"HHS Whistleblower Speaks Out After 300,000 Migrant Children Go Missing"
8.05K6 -
1:40:48
The Quartering
4 hours agoMystery Drones Spraying Chemicals, Firing Bullets & Everyone's Lying!
64.4K20 -
2:59:59
vivafrei
20 hours agoConversation with a Lefty: "Pastor Ben" Talking Daniel Perry, MAGA & Much More! Viva Frei Live
88.5K78 -
12:21
Silver Dragons
4 hours agoSilver Price Pushed Down - Is There Any Hope in 2025?
23.5K3 -
LIVE
tacetmort3m
14 hours ago🔴 LIVE - THIS GAME IS ABSOLUTE CINEMA - INDIANA JONES AND THE GREAT CIRCLE - PART 3
198 watching -
1:58:49
The Charlie Kirk Show
5 hours agoThe New Jersey Drone Mystery + "Only" 26 J6 Informants + Pop Culture Power Hour | Kelly | 12.13.24
131K70 -
29:49
Brewzle
5 hours agoThis Distiller Is The Mad Scientist Of Corn
22.5K4 -
17:53
Misha Petrov
18 hours agoWoman Sleeps with 100 Men in One Day, Plans 1,000 Next?! The Sad Reality of OF Culture
69.3K92 -
49:45
The Dan Bongino Show
8 hours agoBONGINO REACTS: Best Clips Of 2024 - 12/13/24
568K1.51K