William’s VIX Fix is a synthetic VIX (CBOE Volatility Index) calculation which can be used in any market to mimic the performance (but not the quotes) of the well-known volatility index (the WVF is not based on option’s implied volatility but derived from historical and intraday prices only).
William’s original formula:
WVF = [Highest (Close,22) - Low) / (Highest(Close,22)] * 100
WVF.lua
- (2.08 KiB) Downloaded 2357 times
Alternate version based on the request.
viewtopic.php?f=27&t=61782Strategy is available here.
viewtopic.php?f=31&t=64170