Skip to main content

Williams VIX FIX Indicator for Amibroker (AFL)

Bend over 12 years ago Amibroker (AFL)

  • Rating:
    2 / 5 (Votes 5)
  • Tags:
    oscillator, amibroker

Details:
http://www.poweryourinvestment.com/amibroker-afl-williams-vix-fix/

Screenshots

Indicator / Formula

Copy & Paste Friendly
_N(Title = StrFormat(FullName() + "  {{INTERVAL}} {{DATE}} Open %g, High %g, Low %g, Close %g (%.1f%%) Volume " +WriteVal( V, 1.0 ) +"\n{{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1 )) ));
WVF = (HHV (Close,22) - Low)/(HHV(Close,22))*100;

Plot(WVF, "Williams VIX FIX", colorBlue, styleLine);

0 comments

Leave Comment

Please login here to leave a comment.