StockFetcher Forums · General Discussion ·  Anyone know of a scan the resembles INVESTOOLS scan<< 1 2 >>Post Follow-up
SAFeTRADE
630 posts
msg #107108
Ignore SAFeTRADE
7/18/2012 10:24:16 AM

Fetcher[
close crossed above ma(30) in the last 1 day
MACD histogram(12,26) crossed above 0 in the last 10 days
Slow Stochastic(25,3) Fast %K above 25 in the last 10 days






set{histu, count(MACD histogram(12,26) crossed above 0 in the last 1 day,1)}
set{stocu, count(Slow Stochastic(25,3) Fast %K crossed above 25 in the last 1 day,1)}
set{clseu, count(close crossed above ma(30) in the last 1 day,1)}
set{cls, close}
set{ma30, ma(30)}
set{25,25}
set{75,75}



close above 5
volume > 100000


draw macd histogram(12,26)
draw Slow Stochastic(25,3) Fast %K
draw 25 on plot Slow Stochastic(25,3) Fast %K
draw 75 on plot Slow Stochastic(25,3) Fast %K
draw cls on plot ma30


draw histd on plot histu
draw stocd on plot stocu
draw clsed on plot clseu

add column histxd
add column stocxd
add column clsex

*/ Days */
set{histxd, days(MACD histogram(12,26) crossed above 0,10)}
set{stocxd, days(Slow Stochastic(25,3) Fast %K crossed above 25,10)}


/* Eliminate OTCBB stocks */

Market is S&p 500

set{histd, count(MACD histogram(12,26) crossed below 0 in the last 1 day,1)}
set{stocd, count(Slow Stochastic(25,3) Fast %K crossed below 25 in the last 1 day,1)}
set{clsed, count(close crossed below ma(30) in the last 1 day,1)}
]




vinci
13 posts
msg #107113
Ignore vinci
7/18/2012 12:13:16 PM

Thanks for the filter!

How do you interpret and, therefore, trade the numbers ( positive and negative values) posted in "histxd" and "stocxd"?

Kevin_in_GA
4,599 posts
msg #107117
Ignore Kevin_in_GA
7/18/2012 2:21:50 PM

I would propose a simple set of code here - look at when all three "arrows" are green and visually review entries and exits.

Fetcher[


set{MACDcross, count(MACD histogram(12,26) above 0,1)}
set{stochcross, count(Slow Stochastic(25,3) Fast %K above 25,1)}
set{MA30cross, count(close above ma(30),1)}

set{trigger1, MACDcross + stochcross}
set{trigger, trigger1 + MA30cross}

MACD Histogram (12,26,9) above 0
Slow Stochastic(25,3) Fast %K above 25
close above MA(30)
add column trigger

draw trigger
draw macd histogram(12,26)
draw Slow Stochastic(25,3) Fast %K line at 25 line at 75
draw MA(30)

Market is S&P 500
]



Right now 288 of the 500 S&P stocks are meeting these criteria. Operationally this is too many, so some additional screening needs to be added to get this to a more manageable (and hopefully more profitable) number.

jackmack
334 posts
msg #107122
Ignore jackmack
7/18/2012 11:38:04 PM

Kevin - that is where I thought your relative strength measure would come in handy.
Using something similar to your 12 week ROC and Alpha indication from the ETF filter
from the retirement selection thread?
That would greatly reduce the candidates even more.
Just a thought but I thank all for getting this this far - this is awesome.
Cheers

jackmack
334 posts
msg #107124
Ignore jackmack
7/19/2012 8:27:51 AM

When I say reduce the candidates that is not a correct statement - sorry it was late - what I meant to state was that buy ranking the candidates it would allow one to pick higher ranked candidates for further review based on relative strength or Alpha.

StockFetcher Forums · General Discussion ·  Anyone know of a scan the resembles INVESTOOLS scan<< 1 2 >>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.