| Wowzers 35 posts
 msg #91177
 - Ignore Wowzers
 modified
 | 4/14/2010 1:24:47 PM 
 Hi, i am trying to use the filter below but I get 0 results when I know I shouldnt.
 
 What is the problem? Does it have something to do with having a basic vs. advanced subscription?
 
 
 
 [set{s1,(abs(close minus open)}
 set{a1,(abs(high minus low)}
 
 set{var1, count(s1 reached 5 day low,1)}
 set{var2, count(a1 reached 5 day low,1)}
 
 set{OR1, var1 + var2}
 OR1 above 0
 
 volume above 100000
 close above 1]
 
 
 | 
| chetron 2,817 posts
 msg #91179
 - Ignore chetron
 | 4/14/2010 1:45:36 PM 
 2 VAR1'S AND NO VAR2 DEFINED
 
 
 | 
| Wowzers 35 posts
 msg #91180
 - Ignore Wowzers
 | 4/14/2010 2:42:05 PM 
 K, must have made that mistake when I copied it onto this thread but it was correct before and It still wasnt (and isnt working).
 
 Any ideas?
 
 
 | 
| welliott111 98 posts
 msg #91181
 - Ignore welliott111
 | 4/14/2010 3:44:46 PM 
 Lose the " ( "   before abs
 
 
 | 
| Wowzers 35 posts
 msg #91182
 - Ignore Wowzers
 | 4/14/2010 3:48:09 PM 
 Thanks. Don't now how I missed that. :-)
 
 
 | 
| chetron 2,817 posts
 msg #91188
 - Ignore chetron
 modified
 | 4/14/2010 5:53:19 PM 
 CLICKABLE...
 
 
 
 
 
 
 |