katil9654 33 posts msg #123445 - Ignore katil9654 | 
4/2/2015 5:27:53 AM
  I am looking for a setup where a bullish or white candle is just crossed above the T line (8day EMA) in a stock which is in uptrend for last 6 month.
  I want to trade for a long position.
 
 Any prior reference will help but i am unable to find over here.
 
 Thanks.
 
 
  | 
dashover 229 posts msg #123446 - Ignore dashover | 
4/2/2015 11:07:43 AM
   
 
 price crossed above the eMA(8) within the last 1 day
  
 Price > 5
 set{diff180,close minus close 180 days ago}
 set{diff180%,diff180 / close 180 days ago}
 set{ratio180,diff180% * 100}
 
 add column ratio180 
 open below close
 Average Volume(30) > 400000
 ratio180 > 10
 
 add column average volume (30)
 set{voldiff,volume minus average volume (30)}
 set{volmult,voldiff/ average volume (30)}
 
 add column volmult 
 
  | 
four 5,087 posts msg #123447 - Ignore four | 
4/2/2015 11:20:19 AM
  found this... http://www.stockfetcher.com/forums/Filter-Exchange/8EMA-10-Percent-or-more-below-34EMA/121727
 
  | 
katil9654 33 posts msg #123453 - Ignore katil9654 | 
4/3/2015 6:24:02 AM
  Thanks. It is just perfect I was looking for long position. This setup is a strong winner to go long.
 
  |