With the usage of ATR, applied on the close of the daily candle, I am calculated the volatility channels for the TOP and BOTTOM Based on this logic, we can estimate, with a huge confidence factor, where the prices are going to be compressed for the trading day. Having said that, lets take a look at the data gathered among the most important financial...
This model is an index fund trading model, which uses moving averages and price percentage oscillators to minimize downside exposure.
This script plots the levels generated via a combination of SPX 2Y Quartiles for everyday, red days, and green days. It is intended for use solely with SPX. These quartiles are also sorted by VIX averages into bands that expand and contract with VIX. It gives us an idea of what levels to potentially expect resistance/support fairly well, but is designed to be...
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...
Script for Macro: This indicator shows the 9 day average of the correlation of the 11 S&P500 sectors with the security. Recommend you use the indicator on SPX or SPY, but you can change the values to be compared. GLHF - DPT
A simple script that I made that draws lines between the high and low pivots. The color of the line define if the pivot is higher or lower than the previous pivot. The main thing to tune is the pivot look back vs look ahead, which are the same params used by the tradingview pivot indicator. There are several other params you can tweaks to get the look you want.
I created a single indicator that combines 1) Cyclic Smoothed RSI and 2) the Divergence indicator (bull, bear). It is very handy when used with the MACD and crossover points. Please refer to for info on how to use the cRSI indicator. Info on the chart. 1) Red dotted lines = cRSI crossed back from overbought and crossover in MACD 2) Red solid lines = Bear...
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 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 script aims to identify optimal times when to write Puts for premium, for example using the SPX Weeklies model or simply buying Calls. Not perfect but provides some additional confidence when playing Puts on SPX or the Wheel on SPY. What it does: We compare current VIX with a lookback VIX for X% delta. If there is a jump of say 20% over a defined period then...
This script uses the close of the VIX on a daily resolution to provide the 'implied move' for the E-mini SP500 futures. While it can be applied to any equity index, it's crucial to know that the VIX is calculated using SPX options, and may not reflect the implied volatility of other indices. The user can adjust the length of the moving average used to calculate...
Enjoy, enhance your trading (I hope), copy or adapt to your needs and keep smiling! Thanks to @MartinShkreli. The sector variables and the "repaint" option (approx lines 20 through 32 of this script) are used directly from your script "Sectors" RECOMMENDATION: Update the sector weightings -inputs are provided. They change as often as monthly and the annual...
As a long-term buyer/short-seller, you will always find different ways to enter the market , moving average crossovers, breakouts , overbought/oversold conditions being some of the classy methods. However, they are decreasingly effective... 😢 Recently I have realized that analysis beyond the technical indicators will bring trading to the next level because I will...
CREDITS to @HPotter for the orginal code. CREDITS to @Yo_adriiiiaan for recently publishing the UT Bot study based on the original code - I just added some simple code to turn it into a strategy. Now, anyone can simply add the strategy to their chart to see the backtesting results! While @Yo_adriiiiaan mentions it works best on a 4-hour timeframe or above, I...
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 script attempts to show the relative strength of the 11 sectors in the SPX, which can be accomplished in three ways: 1. Sectors - displays all sector indices as they appear normally 2. Sector Relativity - displays each sector divided by the sum of the other 10 sectors 3. Sector Alpha - displays the alpha of each sector as compared to the sum of the other...
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...
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...