sandip2325 5 posts msg #86457 - Ignore sandip2325 | 
1/17/2010 5:50:10 PM
  Hi All,
 
 Can anybody please help me to write the below filter? This is a filter for swing trading for stockcharts.com.
 
 [type = stock] and [country = us] and[daily ema(60,daily volume) > 150000] and
 [daily high < yesterday's daily high] and
 [yesterday's daily high < 2 days ago daily high] and
 [sma(10, close) > ema(30, close)]and
 [daily close > daily ema(30,daily close)]and
 [daily close < daily sma(10,daily close)]and
 [daily close > daily sma(200,daily close)]and
 [weekly sma(10,weekly close) > weekly ema(30,weekly close)]and
 [ADX Line(10) > 20.0]and
 [close >= 5]
 
 Regards,
 Sandip
 
  |