Test of dynamic channels and some statistics made by hand. This indicator was done specifically for the S&P500 index. As you can see, below the 125 EMA there's a lot more volatility than in the upside. I've made some kind of a dynamic linear regression of the lows and the highs. I've chosen the MA that best fits the SPX, and then calculated in Excel the...
This script is a major trend following script. The calculations use Keltner Channels, moving averages and RSI. The indicator is simple to follow: Green Candlesticks indicate more bullish momentum expected Red Candlesticks indicate more bearish momentum expected blue dots are possible long ideas due to RSI oversold Orange dots are possible short ideas due to...
This script tracks the U.S. 2Yr/10Yr Spread and uses inversions of the curve to predict recessions. Whenever a red arrow appear on the yield curve, expect a recession to begin within the next 2 years. Use this signal to either exit the market, or hedge current positions. Whenever a green arrow appears on the yield curve, expect a recession to have nearly ended....
This strategy uses the RSI indicator together with the Bollinger Bands to go long when the price is below the lower Bollinger Band (and to close the long trade when this value is above the upper Bollinger band). This simple strategy only places a long, when both the RSI and the Bollinger Bands indicators are at the same time in a oversold condition. In this new...
Fill indicates Strong Trend Cross indicates End of Trend -- El relleno indica una fuerte tendencia cuando el Di supera "Level Trend" El cruce de Di+ con Di- indica el fin de la tendencia Cuando el valor del ADX es menor a "Level Range", estamos en Rango
If you are desperately looking for a novel RSI, this isn't that. This is another lesser known novel species of indicator. Hot off the press, in multiple stunning color schemes, I present my version of "Relative Strength (RSMK)" employing PSv4.0, originally formulated by Markos Katsanos for TASC - March 2020 Traders Tips. This indicator is used to compare...
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...
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.
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:...
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 adapted version of my swing bot with additional filters that mean it works quite well on lower timeframes like 1min, 5 mins as long as you adjust the setting accordingly (reduce pivot timescale, band width) Entry conditions are filtered by an invisible trend calculation running in the background so the bot doesn't repeatedly try and fail to fade a...
This is a simple swing trading algorithm that uses a fast RSI-EMA to trigger buy/cover signals and a slow RSI-EMA to trigger sell/short signals for SPY, an xchange-traded fund for the S&P 500. The idea behind this strategy follows the premise that most profitable momentum trades usually occur during periods when price is trending up or down. Periods of flat price...
This indicator colors volume bars that are significantly higher volume than the vol moving average ( SMA ). Utilizes two multiplier that can be adjusted by user. Defaults are that the indicator colors volume bars yellow if 20% higher than average, and orange if over 50% higher than average. Reason why i created this indicator is i typically don't care about...
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...
Modified version of ATR Pips The indicator's value is a third of the daily range which is good to use as a stop loss value for intra day scalping on markets such as index futures and forex. It's good for detecting and confirming inflection points in the market.
This employ the multi time frame analysis to give you the most accurate retracement signal. The entries are fairly simple. Buy = color turns green, then turn blank Sell = color turns read, then turn blank
Firstly, 100% of the credit goes to Greg Morris @ Stockcharts.com for the article detailing the concept and most of the settings/components. I've simply implemented his idea. I haven't sought permission from him, but given that he was open with the components of the indicator I'm assuming he's happy for me to go ahead and code this in pinescript. See the article...