trex232 7 posts msg #51481 - Ignore trex232 |
5/8/2007 10:27:05 PM
I want to screen stocks where the previous day's close is below the 50MA, and today's close is above the 50MA.
I constructed the following phrase:
show me stocks where 1 day ago close is below MA(50)
and days close is above MA(50)
however, some of the results don't match the language.
what is wrong with my phrase?
thanks trex
|
heypa 283 posts msg #51482 - Ignore heypa |
5/8/2007 10:47:52 PM
use 'close yesterday is less than ma(50) yesterday.'
If you don't use exact language stockfetcher will automatically apply today to each specified event
|
corsino 259 posts msg #51483 - Ignore corsino |
5/9/2007 12:53:27 AM
You might use a simple line:
Close crossed above ma(50)
|
trex232 7 posts msg #51486 - Ignore trex232 |
5/9/2007 7:45:29 AM
thanks heypa, that worked
|