| morteza471 132 posts
 msg #52849
 - Ignore morteza471
 | 7/7/2007 12:51:29 PM 
 can some one write a filter for up trending stocks
 thanks
 
 
 | 
| MARY4MONEY 806 posts
 msg #52850
 - Ignore MARY4MONEY
 | 7/7/2007 12:55:56 PM 
 set{ma1,close - ma(200)}
 set{ma2, ma1/close}
 set{%abovema200, ma2 * 100}
 
 
 set{low1,close - low 20 day low}
 set{low2, low1 / close}
 set{%above10daylow, low2 * 100}
 
 add column low 20 day low
 add column %above10daylow
 add column ma(200)
 add column %abovema200
 
 draw ma(200)
 and stock is optionable
 volume > 200000
 close > 1 and close above ema(200) and set{sm%, weekly atr(8)/ weekly ema(8) } and sm% above 0.05
 
 
 
 | 
| morteza471 132 posts
 msg #52872
 - Ignore morteza471
 | 7/8/2007 10:23:37 AM 
 thank you good filter
 
 
 | 
| maxreturn 745 posts
 msg #52906
 - Ignore maxreturn
 | 7/9/2007 12:24:44 PM 
 Made clickable:
 
 
 
 
 
 | 
| yahuar22 9 posts
 msg #52967
 - Ignore yahuar22
 modified
 | 7/10/2007 9:38:29 PM 
 to, maxreturn and mary4money thank you for the scan but can you make the scan search for lower stock prices for exsample 3 to 10 dollars?
 thank you
 
 
 | 
| miketranz 978 posts
 msg #52970
 - Ignore miketranz
 | 7/10/2007 11:00:31 PM 
 Hey,when you guys can put together a filter of when and where the "uptrends begins" then call me and I'll trade it......
 
 
 | 
| alf44 2,025 posts
 msg #52971
 - Ignore alf44
 | 7/10/2007 11:07:12 PM 
 ...when I find THAT filter I WON'T be calling you !
 
 I'll be SELLING it to "anthonyviera" over on the other thread ! lol
 
 
 Regards,
 
 alf44
 
 
 
 | 
| miketranz 978 posts
 msg #52972
 - Ignore miketranz
 | 7/10/2007 11:14:14 PM 
 lol lol lol............
 
 
 | 
| slotmarket 59 posts
 msg #52976
 - Ignore slotmarket
 | 7/11/2007 2:26:00 AM 
 yahuar22,
 Have you tried coding a filter, even a single line?  It's so easy, you almost had it.
 close price between 3 and 10
 
 see how close you were?
 
 
 | 
| anthonyviera 5 posts
 msg #53000
 - Ignore anthonyviera
 | 7/11/2007 8:55:48 PM 
 very funny guys!
 
 
 |