This script is built on a request of one of the best trader yoyo. The script compares the performance of a tickers against SPX. The script gives user option to override default SPX ticker to a ticker of their choice using settings. The script does a % change comparison against base stock which is SPX by default for same timeframes and you can see relativity of...
This script is simply provided because a few rare people may actually be able to use one or two coding ideas. It is not possible to provide useful (description, explanation)s here. Maybe you can find those with a webSearch. If anybody is interested in the basic concept, just copy the code and run with it. As the original was in violation of PineScript rules,...
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 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...
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...
An example of the linear regression library, showing the regression of VX futures on the VIX. The beta might help you weight VX futures when hedging SPX vega exposure. A VX future has point multiplier of 1000, whereas SPX options have a point multiplier of 100. Suppose the front month VX future has a beta of 0.6 and the front month SPX straddle has a vega of 8.5....
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
This script shows the volatility risk premium for several instruments. The premium is simply "IV30 - RV20". Although Tradingview doesn't provide options prices, CBOE publishes 30-day implied volatilities for many instruments (most of which are VIX variations). CBOE calculates these in a standard way, weighting at- and out-of-the-money IVs for options that expire...
This script plots the ratio between a ticker and the selected index. Currently, I have US equities indexes listed + BTC. It's a great way to check for relative strength, determine if absolute highs relative to the ratio are being made, etc. Additionally, optional comparison of the RSI is included. I was just testing something out but figured I'd leave in here...
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 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 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...
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...
Hello Guys This is a reupload! The 0dte is for options trading and is used for the main 1 to 0 odte strategy! It uses volume, sector and tik analysis in order to give an understanding of looking which way to play. The next version will look at correlations between the es! Feel free to point out bugs and reach out as I want this to grow into something way stronger!
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.
Highlights the extended hours/Globex session for US Equity Index Futures.
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...
Fama-French 3 Factor Model Extension of the Capital Asset Pricing Model (CAPM) CAPM Ra = Rfr + where, Ra = Return of the Asset Rfr = Risk-Free Rate βa = Beta Coefficient of the Asset Rm - Rfr = Market Risk Premium Fama-French 3 Factor r = rf + β1*(rm - rf) + β2(smh) +β3(hml) r = Expected rate of return rf = Risk-free rate ß = Factor’s coefficient...