cabogordon 88 posts msg #74928 - Ignore cabogordon | 
6/2/2009 11:58:38 AM
  thanks
 
  | 
johnpaulca 12,036 posts msg #74938 - Ignore johnpaulca | 
6/2/2009 3:36:26 PM
 
  	    
 
  | 
Kevin_in_GA 4,599 posts msg #74945 - Ignore Kevin_in_GA | 
6/2/2009 7:09:46 PM
  Slight typo in johnpaulca's filter.  Try this:
 
  	    
 
  | 
Kevin_in_GA 4,599 posts msg #74946 - Ignore Kevin_in_GA | 
6/2/2009 7:16:25 PM
  However, I prefer the following (thanks to M4M for the concept):
 
  	    
 
 I like this much better - earlier entry into stocks with upward momentum, and earlier exit if they run out of steam.  Run this on almost any stock for the past three months - you'll find it to be surprisingly profitable.
 
 Good luck!
 
  | 
cabogordon 88 posts msg #74961 - Ignore cabogordon | 
6/3/2009 1:37:28 AM
  thanks guys. great board.... glta
 
  | 
mystiq 650 posts msg #74963 - Ignore mystiq | 
6/3/2009 4:08:40 AM
  nice work guys:i tweeked M4M macd crossover with these:
 
 volume > 500000 
 set{STRSI, stochRSI(3,2)} 
 weekly MACD (2,3,1) <= .000 
 weekly macd (2,3,1) > -.002 
 add column weekly macd (2,3,1) 
 optionable 
 Historical Volatility(100,1) > 50 
 draw weekly VWMACD(2,3,1) on plot weekly VWMACD Histogram(2,3,9) 
 5 day slope of the close above 0 
 draw strsi line at .50 
 add column strsi 
 set{diff2,volume minus volume 3 days ago} 
 set{diff2%,diff2 / volume 3 days ago} 
 set{Vchange%,diff2% * 100} 
 add column vchange% 
 
  | 
chetron 2,817 posts msg #74964 - Ignore chetron | 
6/3/2009 6:39:57 AM
  CLICKABLE....
 
 
  	    
 
  |