StockFetcher Forums · Filter Exchange · Larry William's VIX FIX<< >>Post Follow-up
KSK8
561 posts
msg #146472
Ignore KSK8
2/7/2019 7:47:29 PM

The Volatility Index (VIX) is calculated only for the S&P, Dow, and Nasdaq.

However, according to Larry Williams; A synthetic” (VIX) calculation can be used in any market to reproduce the performance of the well-known volatility index.


Fetcher[

market is NASDAQ

set{x1, close 22 day high}
set{x2, x1-low}
set{x3, x2/x1}
set{wvf, x3*100}
set{x4, cstddev(wvf,20)}
set{sDev, 2*x4}
set{midline, cma(wvf,20)}
set{lowerBand, midline - sDev}
set{upperBand, midline + sDev}
set{rangeHigh50, wvf 50 day high}
set{rangeHigh, rangeHigh50 *0.85}
set{rangeLow50, wvf 50 day low}
set{rangeLow, rangeLow50 * 1.01}

draw wvf
PlotType{wvf,zerobar}
draw upperBand on plot wvf
draw rangeHigh on plot wvf

]



High values = High volatility and potential market bottoms
Low values = Low volatility and potential market tops

High values above the lines help confirm market bottoms


Credits to Larry Williams

jimvin
170 posts
msg #146736
Ignore jimvin
modified
2/26/2019 7:50:51 PM

Here's a simple jazz riff on the filter above (with some of my preferred add-ins) for those of us who do better with numbers than charts. (Or, like me, prefer the obvious to be clearly shown...).

Fetcher[
Market is NASDAQ
Average Volume(30) > 300000
Volume > 300000
Price > 3

set{x1, close 22 day high}
set{x2, x1-low}
set{x3, x2/x1}
set{wvf, x3*100}
set{x4, cstddev(wvf,20)}
set{sDev, 2*x4}
set{midline, cma(wvf,20)}
set{lowerBand, midline - sDev}
set{upperBand, midline + sDev}
set{rangeHigh50, wvf 50 day high}
set{rangeHigh, rangeHigh50 *0.85}
set{rangeLow50, wvf 50 day low}
set{rangeLow, rangeLow50 * 1.01}

draw wvf
PlotType{wvf,zerobar}
draw upperBand on plot wvf
draw rangeHigh on plot wvf
add column upperBand
add column rangeHigh

and upperBand > rangeHigh
set{diff, upperBand - rangeHigh}
add column diff
sort column 7 descending
]



Might be worth paper-trading for a while to see if there is an actual pattern at play.


KSK8
561 posts
msg #146741
Ignore KSK8
modified
2/27/2019 2:14:51 AM

There is no pattern. It is the FEAR INDEX... Cool additions though.


Fun Fact; Larry's daughter was in the movie Venom.



StockFetcher Forums · Filter Exchange · Larry William's VIX FIX<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.