| duke56468 683 posts
 msg #102986
 - Ignore duke56468
 | 10/17/2011 6:55:05 PM 
 Eman....not sure if you have seen Gars latest
 
 http://www.youtube.com/watch?v=NHlqY4scy3s
 
 
 | 
| Eman93 4,750 posts
 msg #103280
 - Ignore Eman93
 | 11/9/2011 10:04:50 PM 
 Sold all RDN today.. at 3.10..
 
 
 
 | 
| Eman93 4,750 posts
 msg #103434
 - Ignore Eman93
 | 11/20/2011 10:29:17 AM 
 http://www.chrisperruna.com/2011/11/17/identify-the-primary-market-trend-using-the-dow-theory/
 
 
 | 
| Eman93 4,750 posts
 msg #103656
 - Ignore Eman93
 | 12/7/2011 12:15:24 AM 
 
  
 
 | 
| Eman93 4,750 posts
 msg #103677
 - Ignore Eman93
 modified
 | 12/8/2011 7:15:04 AM 
 
 
 
 
 | 
| Eman93 4,750 posts
 msg #103690
 - Ignore Eman93
 modified
 | 12/8/2011 10:39:01 PM 
 BTFO
 
  
 
 | 
| johnpaulca 12,036 posts
 msg #103691
 - Ignore johnpaulca
 | 12/9/2011 12:19:38 AM 
 agreed
 
 
 | 
| Eman93 4,750 posts
 msg #103700
 - Ignore Eman93
 | 12/9/2011 10:32:41 AM 
 SWHC.... your welcome
 
 
 | 
| Eman93 4,750 posts
 msg #103708
 - Ignore Eman93
 | 12/9/2011 3:22:20 PM 
 SWHC the gift that keeps on giving........LOL
 
 
 | 
| mslattery@dc.rr.com 91 posts
 msg #103763
 - Ignore mslattery@dc.rr.com
 | 12/14/2011 1:52:47 AM 
 Started new thread on this one "Closing Strength" because I did not see this one on swing trading.
 
 It looks for the closeness of the closing price to the high of the day.
 
 It has bugs and I need some assistance.  It's only three lines.
 
 
 
 /* #5 CLOSING STRENGTH */
 set {score1, High - Low}
 set {score2, score1 / High}
 add col score2
 and sort column 5 descending
 Show stocks where the score2 is below 0.05 for the last 3 days
 
 
 
 
 |