| thorodin 13 posts
 msg #118895
 - Ignore thorodin
 | 4/1/2014 9:53:41 AM 
 Can someone please help re-writing this filter from stockbee made in telechart. Many Thanks!
 
 In Telechart you can run a scan :
 
 c/c10>=1.08 and minv3.1>100000 and c>5
 
 Where
 c= price today
 c10= price 10 days ago
 minv3.1= minimum volume in last 3 days as of yesterday
 
 This gives you stocks that are up 8% plus in last 10 days. That gives you good idea of where money is flowing .
 
 As a swing trader I look for 8 to 20% moves. This scan gives you stocks that in past 10 days had that kind of swing moves.
 
 You can run a similar bearish scan :
 
 c/c10<.92 and minv3.1>100000 and c>5
 
 
 | 
| dwiggains 448 posts
 msg #118899
 - Ignore dwiggains
 modified
 | 4/1/2014 10:58:16 AM 
 
 
 
 
 Good luck
 see ya
 David
 
 
 | 
| compound_gains 225 posts
 msg #118901
 - Ignore compound_gains
 | 4/1/2014 11:50:15 AM 
 
 
 
 
 
 | 
| duke56468 683 posts
 msg #118912
 - Ignore duke56468
 | 4/1/2014 5:06:30 PM 
 maybe something simple would work
 
 
 
 
 
 | 
| thorodin 13 posts
 msg #118918
 - Ignore thorodin
 modified
 | 4/2/2014 5:39:16 AM 
 Many thanks dwiggains,compound_gains and duke56468 for helping out.
 
 
 |