I wanted to ask around what filters people have been using for those who have a subscription to stockfetcher.
Here is mine and some I have found, I would to create some that search for Tim's patterns such as supernovas, technical breakouts etc. Let me know from your friend from Canada :)
Mine
Day Change 10 week high is above 11 percent
and Volume is above 200000
and Volume is below 2000000
and Close-to-open gap is above 0
and Average True Range(14) has been increasing for 5 days
and price is below 10
and price is above 1
ANOTHER FILTER (supernova pattern)
show stocks where close gained more than 20 percent over the last 5 days
and price is between .8 and 9
average day range is above 3
and volume is greater than 500000
set{ DayChg1 , close – close 5 days ago }
set{ DayChg2 , DayChg1 / close 5 days ago }
Set{ 5DayPctGain, DayChg2 * 100}
add column 5DayPctGain
and sort column 5 descending
Set{5DaysAgoPrice, close 5 days ago}
and add column 5DaysAgoPrice
Another
set{fivedaylow, Low 5 day low}
set{a1, Close / fivedaylow }
set{a2, a1*100}
set{percentincrease, a2 – 100}
add column percentincrease
set{b1, upper bollinger band(20,2)}
set{b2, close / b1}
set{b3, b2 * 100}
set{percaboveubb, b3 – 100}
percaboveubb greater than 14
and volume above 100000
and close above 0.5
and percentincrease above 79
add column percaboveubb
sort by column 5 descending
Show stocks where volume gained more than 40 percent over average
and Average Volume(90) is above 200000
and price crossed above EMA(50)in the last 3 days
and macd histogram is above 0
and the 30 day slope of rsi is above 0
and price is below 10
and price is above 1
LPTH
Which results are those from?
the first 2 filters and play around with some of the paramaters
Sweet
Join now or log in to leave a comment