VIX Contango OscillatorVIX Contango Oscillator as outlined in the following blog post
vixcontango.wordpress.com
By Daniel Xu
VIX CBOE Volatility Index
Moving MedianThis simple script was a collaborative effort with 4X4good.
It plots a moving median for the period using the 50th percentile value.
We wanted to know the median value of VIX but surprisingly, a median indicator wasn't yet available in the indicators library.
So we did a little research & put this together.
Vix FIX / StochRSI StrategyThis strategy is based off of Chris Moody's Vix Fix Indicator . I simply used his indicator and added some rules around it, specifically on entry and exits.
Rules :
Enter upon a filtered or aggressive entry
If there are multiple entry signals, allow pyramiding
Exit when there is Stochastic RSI crossover above 80
This works great on a number of stocks. I am keeping a list of stocks with decent Profit Factors and clean equity curves here .
Possible ways to use this:
Modify this script and setup alerts around the various entries
Use as is with different stocks or currency pairs
Modify entry / exit points to make it more profitable for even more symbols and currencies
UVXY Contango Rate - my quick and dirty indicatorFeel the force ... read the source.
Give you an idea of the contango headwind / backwardation tailwind that UVXY is experiencing.
Works on Daily time frame only unless you buy the VIX feed.
SPYIX EMAVariation on idea at url below using SPYIX from BATS instead of VIX
from marketsci.wordpress.com
Aids in identifying changes in volatility direction.
EDIT: just noticed that URL is now password protected. The concept from the author is simple: use EMA and SMA smoothing of the VIX as two signal lines. When they cross you have a change in VIX direction. I simply coded that for SPYIX which is a slightly different (but theoretically similar) index vs VIX. SPYIX provides intraday updates without a subscription so this indicator can be used for intraday tracking.
Pseudo VIX -Intraday -.betaFor Educational Purpose -
Intraday VIX estimation using yesterdays VIX, previous overnight roll , and intraday values for the VXX etf (scaled up to VIX)
Works in all intraday time frames.
First attempt...feedback welcome.
Humble Student OB/OS Trifecta indicatorAfter reading Cam Hui's blog post about his "Trifecta" bottom spotting model I thought I'd try my hand at scripting it as an indicator. The results are pretty close to what he describes. Though the data TradingView feeds me doesn't seem to be identical to what he's using on StockCharts.com the results are close enough that I will call the effort a success worth publishing.
VIX EMA/SMA divergence Here is a simple indicator that implements the idea in an article titled "The VIX is Very Predictable"
Read the indicator's script comments for the article location.
Published in tandem with this post
If you improve it please let me know.
CM_Williams_Vix_Fix_V3_Upper_Text PlotsWilliams Vix Fix Text Plots! Alert Capable!
Use With Lower Indicator or as Single Indicator!
Has Text Plots For All Plot Types Lower Indicator Uses.
To Get Lower Indicator:
Info On Lower Indicator - Discussion:
VIX Fear Gauge (Inverse)Chris Moody did this VIX FIX and helped me inverse it so I could read it easier.. I love it and it works great
VIX - Fast 30% gains in volatility - shorting Script is showing if volatility has risen 30% or more from the 10-day MA. Great opportunity for shorting when indicator gets close or above green 30% line. Red line is current MA average.