| katil9654 33 posts
 msg #123384
 - Ignore katil9654
 | 3/28/2015 2:48:19 PM 
 I am trying to find stocks where TAZ setup is formed by using 10 period ma is just crossed down through 30 moving average.Therefore,  this will have a potential to change from uptrend to downtrend and  typical TAZ setup for  bulish or trading long. I tried to type these command and not able to find any. i am new here. I am not sure what command to type i am new here. Please change the command setup for me. Although it should look like below:
 
 [type = stock] and [country = us] and[daily ema(60,daily volume) > 300000] 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]
 
 Thanks.
 
 
 |