mahkoh 1,065 posts msg #100495 - Ignore mahkoh | 
4/30/2011 6:09:05 PM
  Suppose I want to create a global filter that will add a column to show the change in % since open and I only want to show stocks that have gone up since the open.
  I go to settings -> my filters and paste this
 
 set{pct,close/open}  
 set{calc1,1 - pct}
 set{calc2,calc1 * -100} 
 add column calc2 
 calc2 above 0 
 
 Now if I run one of my filters it will plot calc2 below the chart. 
 
 Add "do not draw calc2" in the global filter and my filters do not return any stocks
 
 I also tried adding "do not draw calc2" in the filter I run, same result.
 
 Anyone got a clue?
 
  |