StockFetcher Forums · Filter Exchange · Price and Volume Filter<< >>Post Follow-up
SAFeTRADE
630 posts
msg #49028
Ignore SAFeTRADE
modified
1/7/2007 3:22:58 PM

I have been playing with this filter for awhile based on price and volume, thought I would throw it up for eval.
Fetcher[
/* Price and Volume Filter */
set{cvmlimit,3}
draw cvmlimit on plot cvm
high reached a new 10 day high
close between 1 and 12
volume > 50000
cvm > 3
set{cvm, volume / average volume(90)}
set{bulls, cma(high,10)}
set{bears, cma(low,8)}
set{clz, close}
set{buy, count(high reached a new 10 day high in the last 1 day,1)}
add column cvm
add column industry
add column market

draw bulls on plot bears
draw clz on plot bears

/* draw buy */

sort column 5 descending


/* Eliminate OTCBB stocks */

set{place1,count(market is nasdaq,1) + count(market is nyse,1)}
set{place2,place1 + count(market is amex,1)}
place2 above 0
not otcbb
industry = or > 0
do not draw place2
chart-length is 20 days



set{hgh, high}
set{hghval, indposition(hgh, 60) * 100}
set{buyval, indposition(buy, 60) * 100}

draw buyval on plot hghval
draw rsi(2) on plot hghval


draw slow stochastics(13,3)
draw macd
]


Buy signal requires: 1) New 10 day high 2) Stochastics greater than 50
3) Macd, fast greater than slow or increasing for 3 days 4) RSI(2) > 70
and 5) common sense. From Friday's screen I like, NEXC, PRGX, MVIS AND NOOF.
I especially like PRGX.






SAFeTRADE
630 posts
msg #49184
Ignore SAFeTRADE
modified
1/12/2007 4:21:14 PM

GNBT, Q, F, TQNT, THC




StockFetcher Forums · Filter Exchange · Price and Volume 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.