StockFetcher Forums · General Discussion · high volatility filter?<< >>Post Follow-up
jota2123
2 posts
msg #37535
Ignore jota2123
8/19/2005 2:50:46 AM

Do you know how to write a filter for stocks that have a beta of 2?


rtucker
318 posts
msg #37537
Ignore rtucker
8/19/2005 4:54:20 AM

This is one way of looking at it. The 90 day moving average of SPY's daily percent change is about .5% ... this example returns those ten times as volatile. Adjust to your liking.

Fetcher[set{a, close - close 1 day ago}
set{b, a/close}
set{c, b * 100}
set{vola,abs(c)}
and add column cema(vola,90) and sort column 5 descending

cema(vola,90) > 5 percent

/* cema(vola,90) between 1 and 2 */
]




StockFetcher Forums · General Discussion · high volatility filter?<< >>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.