| calhawk01 135 posts
 msg #88324
 - Ignore calhawk01
 | 2/16/2010 2:54:25 PM 
 I am trying to make a live streaming filter on strategydesk
 
 set{x,count(volume above volume 1 day ago,1)*2} and set{y,count(volume above average volume(90),3)} and set{z,x+y} and set{toptail,high-open} and set{bottail,close-low} and set{taildelta,bottail-toptail} and z is above 1.1 and close has been decreasing over the last 3 days and close is between 1 and 10 and low is below lower bollinger band(20) and count(close above open,3) is below 2.1 and average volume(90) is above 100000
 
 Close has been decreasing for last 3 days and close is between 1 and 1 and low is below lower bollinger(20) and close is above open and average volume(90) is above 100,000
 
 ?
 Thanks
 
 
 |