eyoung 42 posts msg #27440 - Ignore eyoung |
7/18/2003 6:50:44 PM
i want to write a filter that show the high is 1 dollar above open, im trying, but cant get it, also, how do you write a filter if you want the high greater than the open for the past 10 days every day.
|
rdnzl999 3 posts msg #27441 - Ignore rdnzl999 |
7/18/2003 9:27:42 PM
"I want to write a filter that show the high is 1 dollar above open, im trying, but cant get it,..."
show stocks where high minus open is above 1.0
also, how do you write a filter if you want the high greater than the open for the past 10 days every day.
show stocks where high minus open has been above 1.0 for the last 10 days
I had the same question, and wrote to the support folks... Me being a newbie here, the filter syntax seems takes practive, I get unexpected results, and with no debug tool, leaves me wondering what happened too.
|
rdnzl999 3 posts msg #27442 - Ignore rdnzl999 |
7/18/2003 9:27:42 PM
"I want to write a filter that show the high is 1 dollar above open, im trying, but cant get it,..."
show stocks where high minus open is above 1.0
also, how do you write a filter if you want the high greater than the open for the past 10 days every day.
show stocks where high minus open has been above 1.0 for the last 10 days
I had the same question, and wrote to the support folks... Me being a newbie here, the filter syntax seems takes practive, I get unexpected results, and with no debug tool, leaves me wondering what happened too.
|