StockFetcher Forums · Filter Exchange · AN MA(10) ON THE ^VIX how do I get it?<< >>Post Follow-up
woofys
212 posts
msg #103564
Ignore woofys
12/1/2011 9:25:45 AM

your help is appreciated. Thank you.

Kevin_in_GA
4,599 posts
msg #103566
Ignore Kevin_in_GA
12/1/2011 12:09:05 PM

Fetcher[

symlist(spy)
set{vix, ind(^vix, close)}
set{vixma10, cma(vix,10)}
]



Easy. But let's have a little more fun and make Bollinger Bands on the ^VIX

Fetcher[

symlist(spy)
set{vix, ind(^vix, close)}
set{vixma10, cma(vix,10)}
set{vixsd, cstddev(vix, 10)}

SET{DIFF, vix - vixma10}
SET{ZSCORE, DIFF / vixsd}
SET{THRESHOLD, vixsd * 2}


SET{UPPERBAND, vixma10 + THRESHOLD}
SET{LOWERBAND, vixma10 - THRESHOLD}
DRAW LOWERBAND ON PLOT vix
DRAW UPPERBAND ON PLOT vix
DRAW vixma10 on plot vix

ADD COLUMN vix
ADD COLUMN ZSCORE

DRAW ZSCORE LINE AT 2
DRAW ZSCORE LINE AT -2
DRAW ZSCORE LINE AT 0


SORT ON COLUMN 6 DESCENDING
CHART-TIME IS 3 MONTHS



]



woofys
212 posts
msg #103567
Ignore woofys
12/1/2011 1:45:17 PM

thank you kevin for the help, I really needed it.


15minoffame
131 posts
msg #103569
Ignore 15minoffame
12/1/2011 2:47:42 PM

Kevin!
You're this decade TRO/Chetron!

StockFetcher Forums · Filter Exchange · AN MA(10) ON THE ^VIX how do I get it?<< >>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.