Skip to content

Instantly share code, notes, and snippets.

@marketcalls
Created December 18, 2014 19:46
Show Gist options
  • Select an option

  • Save marketcalls/4d5fb233f53316008d2a to your computer and use it in GitHub Desktop.

Select an option

Save marketcalls/4d5fb233f53316008d2a to your computer and use it in GitHub Desktop.
William VIX FIX - Amibroker AFL Code
_SECTION_BEGIN("William VIX FIX");
WVF = (HHV (Close,22) - Low)/(HHV(Close,22))*100;
Plot(WVF,"William VIX FIX", colorRed);
_SECTION_END();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment