fokane 74 posts msg #51844 - Ignore fokane modified | 
5/28/2007 10:13:40 AM
  I have a filter for stocks bouncing off the 50 MA, see below.
 For backtesting, the stop profit was set as 3% and stop loss trigger was "close is 1 percent below MA(50)".
 I'd appreciate any feedback and improvements.
 I also tried EMA instead of MA. EMA seems to give better W/L but gives less stocks. 
 
 Close is above MA(50) for the last 3 months 
 and Close today is approaching MA(50)from above 
 and Close today is above Close 1 day ago 
 and Open today is below Open 1 day ago 
 and MA(50) is above MA(200) for the last 3 months 
 and MA(150) is above MA(200) for the last 3 months 
 and price is above 10 
 and price is below 100 
 and average volume(10) is above 50000 
 
 
  | 
TheRumpledOne 6,529 posts msg #51846 - Ignore TheRumpledOne | 
5/28/2007 11:25:42 AM
 
  	    
 
 I added my BASIC FILTER DISPLAY
 
  |