StockFetcher Forums · Filter Exchange · $volume<< 1 2 3 >>Post Follow-up
DMOBRIEN
363 posts
msg #78251
Ignore DMOBRIEN
8/30/2009 2:32:27 AM

The $1 to $5 version ... and removing the * as you suggested.

Fetcher[set {dollars, average volume (32) * ma (32)}
add column dollars
sort column 5 descending
price > 1.0
price < 5.0
and dollars > 100000
add column weekly rsi (2)
add column weekly williams %R
draw CLOSE 32 day low on plot price
draw weekly williams %r (5)
draw rsi (2)
add column average volume (32)
add column ma (32)
]





DMOBRIEN
363 posts
msg #78252
Ignore DMOBRIEN
8/30/2009 2:49:04 AM

KFN, BZH, CNO, RTK, PQ, PACR, BZ, PSUN. For fun gonna watch OCLS, REV, UEC.

DMOBRIEN
363 posts
msg #78253
Ignore DMOBRIEN
8/30/2009 2:56:09 AM

On 50 day look at LCC

Fetcher[set {dollars, average volume (50) * ma (50)}
add column dollars
sort column 5 descending
price > 1.0
price < 5.0
and dollars > 100000
add column weekly rsi (2)
add column weekly williams %R
draw CLOSE 50 day low on plot price
draw weekly williams %r (5)
draw rsi (2)
add column average volume (50)
add column ma (50)
]



Eman93
4,750 posts
msg #78281
Ignore Eman93
8/30/2009 12:57:35 PM

Fetcher[set {dollars, average volume (32) * ma (32)}
add column dollars
sort column 5 descending
price > 1.0
price < 5.0
and dollars > 100000
add column weekly rsi (2)
add column weekly williams %R
draw CLOSE 32 day low on plot price
draw weekly williams %r (5)
draw rsi (2)
add column average volume (32)
add column ma (32)

/*emans add ons*/

weekly rsi (2) > 90
set{c1, close - close 1 day ago}
set {c2, c1/close 1 day ago}
set{up%, c2 * 100}
up% > 3.99
up% < 10
add column up%
add column Ind
]




calhawk01
135 posts
msg #78299
Ignore calhawk01
8/30/2009 7:23:55 PM

We need to also try to add # of trades. Atleast 80 trades by EOD should be essential

mercury325
2 posts
msg #121069
Ignore mercury325
7/23/2014 3:44:05 PM

Hi,
I wanted to see if someone could help me convert this screen to also look for bearish setups.
Thanks,

Fetcher[
set {dollars, volume multiplied close}

set{var2a,high 1 day ago}
set{var1,count(dollars above 100000000,1)}
set{var2,count(close above var2a,1)}
set{HIRHI,var1 * var2}
set{VAR4,count(day change above 3.99,1)}
set{4%_breakout,HIRHI* VAR4}
draw 4%_breakout

draw 4%_breakout ON PLOT HIRHI

4%_breakout BELOW .5
HIRHI ABOVE .5
add column dollars
sort column 5 descending
dollars above 100000000
close above high 1 day ago
]



djones000buck
206 posts
msg #121088
Ignore djones000buck
7/24/2014 8:51:50 PM

Compare this to your posted version. Didn't change the labels but inversed the criteria.


Fetcher[

set {dollars, volume multiplied close}

set{var2a,low 1 day ago}
set{var1,count(dollars above 100000000,1)}
set{var2,count(close below var2a,1)}
set{HIRHI,var1 * var2}
set{VAR4,count(day change below -3.99,1)}
set{4%_breakout,HIRHI* VAR4}
draw 4%_breakout

draw 4%_breakout ON PLOT HIRHI

4%_breakout BELOW .5
HIRHI ABOVE .5
add column dollars
sort column 5 descending
dollars above 100000000
close below low 1 day ago
]



mercury325
2 posts
msg #121098
Ignore mercury325
7/25/2014 11:36:38 AM

Thanks djones000buck this is exactly what I'm looking for. Awesome!

StockFetcher Forums · Filter Exchange · $volume<< 1 2 3 >>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.