Premium Only Content

Adding my indicators to Trading View
Adding my indicators to Trading View - Petes Investing +1 Apr 25 2025
Welcome to Pete’s investing.
This video goes through the basic steps required to setup the charts yourselves, to then follow along on the daily videos.
#chartSetup #averagedown #MovingAverage #CCI #CommodityChannelIndex #divergence #TradingIdea #HeikenAshi
Become a PetesInvesting Patreon member with weekly scans on Bullish Shares across various world stock markets.
https://www.patreon.com/petesinvesting
Link to:
Trading View code:
//SMA20 offset5
study(title="sma", shorttitle="sma", overlay=true)
// Define input variable
sma_period = input(20, title="sma Period")
// Calculate CCI
cci = sma(close, sma_period)
ma5=sma(cci, 20)
ma50=ma5[5]
// Plot SMA
plot(SMA, color=color.black, linewidth=2, title="sma")
plot(ma5, color=color.red, linewidth=2, title="ma5")
plot(ma50, color=color.blue, linewidth=2, title="ma50")
//CCI150 offset6
study(title="CCI", shorttitle="CCI", overlay=true)
// Define input variable
cci_period = input(150, title="CCI Period") // 150 / 1500
// Calculate CCI
cci = cci(close, cci_period)
ma5=sma(cci, 8) // 8 / 50
ma50=ma5[6]
// Plot CCI
plot(cci, color=color.rgb(160, 236, 18), linewidth=2, title="CCI")
plot(ma5, color=color.red, linewidth=2, title="ma5")
plot(ma50, color=color.blue, linewidth=2, title="ma50")
-
9:00
Petes Investing
9 days agoGold & Silver Break Higher
661 -
1:20:12
Russell Brand
3 hours agoFrank Turek on Charlie Kirk, Faith & Today’s Battle for Truth - SF643
80.4K30 -
1:59:29
The Charlie Kirk Show
2 hours agoShut It Down + End the ADL + The Baddest Bunny | Tim Pool | 10.1.2025
171K75 -
57:39
Dear America
1 hour agoThe Government Is Closed And Netflix Wants Your Kids! + Revival Happens If We Keep Moving Forward
44.5K24 -
The White House
3 hours agoPress Secretary Karoline Leavitt Briefs Members of the Media, Oct. 1, 2025
17.5K11 -
53:14
The Kevin Trudeau Show Limitless
4 hours agoKevin Trudeau Reveals the Crypto Secrets Only the Ultra-Rich Know
4.9K5 -
3:36
Michael Heaver
4 hours agoItaly Witnesses POWERFUL Election Victory
5.14K1 -
12:51
Silver Dragons
16 hours agoIs Silver a Good Buy at an ALL TIME HIGH?
4.5K -
23:38
Professor Nez
1 hour agoCandace Owens Just BROKE the Internet with Charlie Kirk BOMBSHELL!
6.8K9 -
DVR
Side Scrollers Podcast
4 hours agoMASSIVE Netflix Boycott + The TRUTH About Jimmy Kimmel’s Return + BIG Side Scrollers NEWS
9.71K