StockFetcher Forums · Filter Exchange · FIlter for scalpers?<< >>Post Follow-up
calhawk01
135 posts
msg #90069
Ignore calhawk01
3/21/2010 9:43:39 PM

Any idea for a filter that find stocks that have large waves in the daily chart (price movements)? In other words the daily range is large...


dwiggains
441 posts
msg #90090
Ignore dwiggains
modified
3/22/2010 10:00:39 AM

Large daily range in dollars

Fetcher[
atr (5) > 4
add column atr (5)
sort column 5 descending
]



Large daily range in percentage

Fetcher[
set {range, atr (5) / close}
add column range
sort column 5 descending
set { dollars, close multiplied by volume}
dollars > 500,000
add column dollars
]



Change the atr and dollars to what you want.

See ya
David

Wowzers
35 posts
msg #90128
Ignore Wowzers
3/22/2010 8:28:43 PM

Hi calhawk, I think you might be able to find what you are looking for in the DEADLY COMBO thread by 13th_floor. It's pretty much TRO's Run Forest Run filter with some slight mods.




four
5,087 posts
msg #90136
Ignore four
3/22/2010 11:01:57 PM

Fetcher[
set{dpr, count(day point range above .80,100)}
dpr above 80
add column day point range
add column dpr

close between 10 and 35
]



StockFetcher Forums · Filter Exchange · FIlter for scalpers?<< >>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.