orela 2 posts msg #125241 - Ignore orela | 
9/25/2015 3:36:59 AM
  Hello
 
 I wrote this filter:
 show stocks where market cap is above 1000 and
 pe ratio between 0 and 16 and
 close above ema(35) and
 trix (35,9) crossed above the trix ema(35,9) and
 trix(35,9) > 0 and
 add column P/E Ratio and 
 add column market cap
 
 I got result for EIX stock but:
 TRIX below 0 and crossed above  the trix ema(35,9) happened   2 days ago and not last day.
 
 Why i got result that TRIX is below 0 and the crossing happened 2 days ago and not now?
 
 Thanks
 
 
  | 
mahkoh 1,065 posts msg #125273 - Ignore mahkoh modified | 
9/26/2015 3:59:20 AM
  Try
 
 trix (35,9) crossed above the trix ema(35,9) in the last 1 day
 add column trix(35,9)
 
 value for trix(35,9) was 0.01 on 9/24
 
  |