StockFetcher Forums · General Discussion · New Forum Post<< >>Post Follow-up
raheelali
4 posts
msg #56195
Ignore raheelali
modified
10/30/2007 1:58:57 PM

Which indicator should I use to screen for stocks that are volatile on a daily chart. I am looking for more stocks whose daily chart may look similiar to LRCX, for example.

dwiggains
441 posts
msg #56222
Ignore dwiggains
10/31/2007 9:53:25 AM

atr (10) > 2 and close > 10 and average volume (90) > 900,000 add column atr (10)

Try looking at ATR.

Just a thought.

See ya
David

TheRumpledOne
6,407 posts
msg #56223
Ignore TheRumpledOne
modified
10/31/2007 11:01:16 AM

Fetcher[
/* BIG MOVERS */

set{xrange, high - low }
set{movers, count( xrange above 2, 100 ) }

movers above 90
average volume(90) above 1000000

add column movers

/* profit checker - long only */

set{ LongProfit, high - open}
set{Long10, count(longprofit above .10, 100) }
set{Long50, count(longprofit above .50, 100) }
set{LoseLg, Long10 - Long50}

add column LoseLg
add column LongProfit
add column Long10
add column Long50

and add column cma(longprofit, 100)

/* profit checker - short only */

set{ ShortProfit, open - low }
set{Short10, count(Shortprofit above .10, 100) }
set{Short50, count(Shortprofit above .50, 100) }
set{LoseSh, Short10 - Short50}

add column LoseSh
add column ShortProfit
add column Short10
add column Short50

and add column cma(Shortprofit, 100)

sort column 5 descending
]






TheRumpledOne
6,407 posts
msg #56224
Ignore TheRumpledOne
10/31/2007 11:06:23 AM

Fetcher[
/* MOVERS */

set{xrange, high - low }
set{movers, count( xrange above 1, 100 ) }

movers above 80
close below 100
average volume(90) above 1000000

add column movers

/* profit checker - long only */

set{ LongProfit, high - open}
set{Long10, count(longprofit above .10, 100) }
set{Long50, count(longprofit above .50, 100) }
set{LoseLg, Long10 - Long50}

add column LoseLg
add column LongProfit
add column Long10
add column Long50

and add column cma(longprofit, 100)

/* profit checker - short only */

set{ ShortProfit, open - low }
set{Short10, count(Shortprofit above .10, 100) }
set{Short50, count(Shortprofit above .50, 100) }
set{LoseSh, Short10 - Short50}

add column LoseSh
add column ShortProfit
add column Short10
add column Short50

and add column cma(Shortprofit, 100)

sort column 5 descending
]




TheRumpledOne
6,407 posts
msg #56225
Ignore TheRumpledOne
modified
10/31/2007 11:08:56 AM

Fetcher[
/* MOVERS under 20 */

set{xrange, high - low }
set{movers, count( xrange above .25, 100 ) }

movers above 90
close below 20
average volume(90) above 1000000

add column movers

/* profit checker - long only */

set{ LongProfit, high - open}
set{Long10, count(longprofit above .10, 100) }
set{Long50, count(longprofit above .50, 100) }
set{LoseLg, Long10 - Long50}

add column LoseLg
add column LongProfit
add column Long10
add column Long50

and add column cma(longprofit, 100)

/* profit checker - short only */

set{ ShortProfit, open - low }
set{Short10, count(Shortprofit above .10, 100) }
set{Short50, count(Shortprofit above .50, 100) }
set{LoseSh, Short10 - Short50}

add column LoseSh
add column ShortProfit
add column Short10
add column Short50

and add column cma(Shortprofit, 100)

sort column 5 descending
]



TheRumpledOne
6,407 posts
msg #56226
Ignore TheRumpledOne
10/31/2007 11:11:00 AM

Fetcher[
/* MOVERS under 10 */

set{xrange, high - low }
set{movers, count( xrange above .15, 100 ) }

movers above 90
close below 10
average volume(90) above 1000000

add column movers

/* profit checker - long only */

set{ LongProfit, high - open}
set{Long10, count(longprofit above .10, 100) }
set{Long50, count(longprofit above .50, 100) }
set{LoseLg, Long10 - Long50}

add column LoseLg
add column LongProfit
add column Long10
add column Long50

and add column cma(longprofit, 100)

/* profit checker - short only */

set{ ShortProfit, open - low }
set{Short10, count(Shortprofit above .10, 100) }
set{Short50, count(Shortprofit above .50, 100) }
set{LoseSh, Short10 - Short50}

add column LoseSh
add column ShortProfit
add column Short10
add column Short50

and add column cma(Shortprofit, 100)

sort column 5 descending
]



StockFetcher Forums · General Discussion · New Forum Post<< >>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.