arthur702 38 posts msg #41011 - Ignore arthur702 |
2/6/2006 11:59:11 AM
Hi, can someone write me a filter that searches for stocks that had a 52 week high breakout on 100% volume increase, but the breakout occured anywhere from 15-60 days ago.
thanks.
|
arthur702 38 posts msg #41021 - Ignore arthur702 |
2/6/2006 3:28:43 PM
can someone please help, I got the filter below, can someone fix it. thanks.
set{dt1, darvas top 1 day ago}
set{db1, darvas bottom 1 day ago}
show stocks where
close > dt1
dt1 > db1
set{vh1, high reached a new 250 day high}
set{ph1, volume gained more than 100 percent within the past 1 days}
vh1=ph1 within the last 40 days
and market not otcbb
and draw darvas box
close > 2
|
nikoschopen 2,824 posts msg #41029 - Ignore nikoschopen |
2/6/2006 5:53:59 PM
Column "52hi200%" states how many days ago the breakout occured with at least 100% volume increase.
|
arthur702 38 posts msg #41032 - Ignore arthur702 |
2/6/2006 6:41:11 PM
why thank you very much!!!
|
TheRumpledOne 6,411 posts msg #41044 - Ignore TheRumpledOne |
2/7/2006 12:06:53 AM
|