Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Williams VIX FIX Indicator for Amibroker (AFL)
Details:
http://www.poweryourinvestment.com/amibroker-afl-williams-vix-fix/
Screenshots
Similar Indicators / Formulas
Indicator / Formula
_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.
Back