StockFetcher Forums · Filter Exchange · Standard Deviation Questions<< >>Post Follow-up
wkloss
231 posts
msg #96306
Ignore wkloss
9/16/2010 6:17:25 PM

Does anyone know how to code these:

Augen Strategy: Jeff Augen uses a 20 day period to calculate standard deviation. Then he selects a big up day for the markets and a big down day for the markets, preferably within 20 days of each other. He ranks the stocks in order of their standard deviation (highest to lowest) for each of the 2 days and places them in a list format. He compares the top 20 stocks from each list and looks for stocks that appear on both lists. He believes that the stocks that appear on both lists are the strongest stocks in the market. This is how he develops his list of trading candidates. Since this isn't done very often, I can manually compare the lists if someone can get me that far.

Research Paper: I read a research paper that took all the stocks that made up an index (NASDAQ showed interesting results) and ranked them by standard deviation from highest to lowest. Then they selected the top 10% as their trading candidates. When the price of any of these stocks crossed above their MA10, that was the buy signal. When price crossed below MA10, that was the sell signal. Results for the top 10% standard deviation group were impressive. The purpose of the study was to prove that filtering by standard deviation and moving averages improved trading system performance so there was no information about win/loss%, drawdowns etc.

If anyone wants links to the literature of either one, please let me know.



Kevin_in_GA
4,599 posts
msg #96308
Ignore Kevin_in_GA
modified
9/16/2010 6:54:47 PM

Research Paper: I read a research paper that took all the stocks that made up an index (NASDAQ showed interesting results) and ranked them by standard deviation from highest to lowest. Then they selected the top 10% as their trading candidates. When the price of any of these stocks crossed above their MA10, that was the buy signal. When price crossed below MA10, that was the sell signal. Results for the top 10% standard deviation group were impressive. The purpose of the study was to prove that filtering by standard deviation and moving averages improved trading system performance so there was no information about win/loss%, drawdowns etc.
+++++++++

Fetcher[

market is nasdaq
close above 1
average volume(50) above 500000
set{stdev, cstddev(close, 100)}
set{metric, stdev / close}

add column stdev
add column metric
Add column MA(10)

metric above 0.1
sort on column 6 descending
]



All you need to do is to add a few lines of code that show when one of these volatile stocks has crossed above its MA(10).

EDIT: Changed the stdev period from 20 (short term) to 100 (the longest period SF will measure).

wkloss
231 posts
msg #96355
Ignore wkloss
9/17/2010 5:02:06 PM

Kevin,

I'm traveling but didn't want to wait any longer to say thank you. I may have a question or two if you don't mind.

Bill

wkloss
231 posts
msg #96375
Ignore wkloss
9/18/2010 2:05:02 PM

Report on Research Paper Concept:

That dog don't hunt. Didn't test well at all. I tried a number of variations but this didn't work like the research paper reported.

Kevin, thanks again for the coding.

Question: Would I be correct in assuming that I can change the standard deviation period to 20 and get the Augen ranking?

Idea: If you took Augen's concept of comparing a list of the top 20 stocks (by standard deviation) on a big up day and a big down day and looked for stocks that were on both top 20 lists; then did the same process for the bottom 20 on each day, could this give you your balanced long/short trading candidates? It seems logical to go long on the strongest stocks in the market and short the weakest. If this is of interest but you are having difficulty following my rambling explanation, I can post Augen's article.

StockFetcher Forums · Filter Exchange · Standard Deviation Questions<< >>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.