dear fellows, this indicator is yet another representation of S&P 500 industry sectors. it is inspired by mr. stanley drukenmiller who in an interview mentioned that he knows no better market forecaster than the inside of the sp500 itself, which are its industry sectors. thus, we have been for a while thinking on how to represent the performance of these sectors...
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...
1 min chart scalping version of my other TICK strategy with adjusted parameters and additional entry and exit conditions better suited for 1 min SPY chart. Please refer to my original TICK strategy for explanation. Important notes: 1. This strategy is designed for same day SPY option scalping on the 1 min chart . All profit shown in back testing report is...
This indicator compares the attractiveness of equities relative to the risk-free rate of return, by comparing the earnings yields of S&P 500 companies to the 10Y treasury yields. "Earnings yield" refers to the net income attributable to shareholders divided by the stock's price - effectively the inverse of the PE ratio. The tangible meaning of this metric is "the...
Yield curve of the 1-10 year US Treasury Bonds, with over 60 years of history. The Yield Curve is the interest rate on the 10 year bond minus the 1 year bond. When it inverts (crosses under 0) a recession usually follows 6-12 months later. It's a great leading indicator to identify risk in the macroeconomic environment. Yield curves can be constructed on...
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
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 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...
Original credits goes to @ElDoggo22 www.tradingview.com I looked in the post created by him, of USD liquidity and I have noticed that if you are going to apply a percentile top and bottom to it, can become an interesting swing strategy for US Stocks. So in this case I decided to create a 99th percentile for top and 4th percentile for bot with a big length,...
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...
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....
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...
This indicator is based on Volatility and Market Sentiment. When volatility is high, and market sentiment is positive, the indicator is in a low or 'buy state'. When volatility is low and market sentiment is poor, the indicator is high. The indicator uses the VIX as it's volatility input. The indicator uses the spread between the Call Volume on SPX/SPY and the...
The script determines and plots entry points for 1 hour S&P index using 8/34 emas and stochastic RSI. When 8 ema above/below 34 ema up/down crosses of stochastic RSI are considered as long/short entries. Entry prices should be above/below high/low of the signal bars accordingly. Ichimoku cloud can be used as extra filtering.
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...
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...