This is a very simple Bollinger Band strategy with stochastic oscillator added. Main trend is determined by Band breakout while (5,3,3) stochastic crosses is used for additional entries. Alert function is configured as "one alert for any events", so that free users can set up and get alert for every events in the script. The following code segment can be...
A relative strength indicator that compares your main symbol (one on your chart) strength to another symbol by percentage. The result is plotted as a histogram showing which symbol is rising or falling more in percentage. In case your chart symbol is TSLA (Tesla) and the indicator 'Symbol to compare' is SPX: GREEN area (above zero) means TSLA is rising more than...
I am going to start taking requests to open source my indicators and they will also be updated to Version 4 of Pinescript. I added some features to the original code such the ability to smooth the oscillator and select the look back periods for the historical volatility. Link to original: Original post: "The idea for this started here: www.tradingview.com...
This is a swing strategy adapted to stock market using correlation with either SP500 or Nasdaq, so its best to trade stocks from this region. Its components are Correlation Candle Fast moving average to choose from SMA , EMA , SMMA (RMA), WMA and VWMA Medium moving Average to choose from SMA , EMA , SMMA (RMA), WMA and VWMA Slow moving average to choose from SMA...
I wrote this indicator as an attempt to see the Relative Strengths of different sectors in the same scale, but there is also other ways to do that. This indicator plots the normal distribution for the 10 sectors of the SPY for the last X bars of the selected resolution, based on the selected comparative security. It shows which sectors are outperforming and...
This is an improved bollinger band strategy adapted to Nasdaq Index/Stocks. The new update include a multiple logic calculation BB adapted for long and short, together with a risk management using movement in %. Rules for entry For long we have a crossover between the close and the lower band from the bb For long we have a crossover between the close and the...
Hello, this script consists of training candlesticks with Artificial Neural Networks (ANN). In addition to the first series, candlesticks' bodies and wicks were also introduced as training inputs. The inputs are individually trained to find the relationship between the subsequent historical value of all candlestick values 1.(High,Low,Close,Open) The outputs...
I have developed this custom indicator very loosely based on the Sector Rotation Model (Giorgos E. Siligardos. Technical Analysis of Stocks & Commodities, August 2012) and I called it the MRI because this is essentially a brain scan of any particular stock. This will not only tell you when a stock is breaking out over the market at large but also how the stock is...
This script allows users to visualize the state of the VIX Futures Term Structure. The user is able to select from five CBOE VIX Indices; VIX, VIX9D, VIX3M, VIX6M, and VIX1Y and the script will color the candles based on the price relationship between selected indices. Visit the CBOE website for more info on how the various VIX indices are calculated.
DISCRIPTION The stock market cap to GDP ratio has become known as the Buffett Indicator in recent years, as Warren Buffett commented that he believes it is “probably the best single measure of where valuations stand at any given moment.” CALCULATION 100*VALUE OF ALL STOCKS IN COUNTRY/GDP OF COUNTRY 100*wilshire5000/gdp
Second version of Market Breadth EMAs for $SPY. Getting a little more complicated than V1 but removed noise. Key: Green line = % of stocks above their 20-period moving average, the "twitch line" Red line = % of stocks above their 200-period moving average, the "long term trend" White line = weighted average of the % of stocks above the 20/50/100/200...
This script offers an SMI index of VIX, SPY, and NDX. Rather than overlaying VIX, NDX and SPY on the same chart. It's much easier to see the correlation between VIX's price and NDX / SPY price in this manner. Thanks to Buckkets & William Blau for the TSI smoothing method.
The Compare Price Momentum Oscillator was created by Vitali Apirine (Stocks and Commodities Aug 2020 pg 16) and this is a handy indicator to compare the momentum of the current symbol you are looking at to the s&p to determine the relative strength of the underlying security. Buy when the line turns green and sell when it turns red. Let me know if there are any...
This script is a combination of my overnight fakeout script and bollinger band color bars. It's designed to be used on CME/CBOT Equity Indexes during their GLOBEX session. It uses the built in Bollinger Band script and highlights bars that exceed the upper/lower bands during the overnight session.
This is the Warren Buffett Indicator, the total market cap relative to the US gross domestic product (GDP). It is also called "Market Cap to GDP Indicator". For the market cap typically the Wilshire 5000 total market cap is used, which is representing the value of all stocks traded in the United States. Tradingview just provides the Wilshire W4500. We can...
This is a trend system made with multiple oscillator averages designed especially for trending markets such as stocks or crypto. It can be used with any timeframe. Its made of multiple moving oscillators such as RSI Stochastic ADX CCI AO MACD MOM STOCH RSI WPR BP UO Avg of all oscillators It has also a rating, making an avg from all of the oscillators ,...
The “Recession Watch” indicator tracks 7 key economic metrics which have historically preceded US recessions. It provides a real-time indication of incoming recession risk. This indicator gives a picture of when risk is increasing, and therefore when you might want to start taking some money out of risky assets. All of the last seven recessions were preceded by a...