wkloss 231 posts msg #107437 - Ignore wkloss |
8/7/2012 5:18:56 PM
I'm trying to construct a weekly filter where SPY is below MA(50) and MA(100) and has been below both for a minimum of 3 weeks. The syntax checker says the code below is ok but when I click to go back to graphs of previous dates, the graphs show price above the moving averages. Any help would be appreciated.
chart-display is weekly
and price is below ma(50)
and price is below ma(100)
and weekly close below weekly close 3 weeks ago
apply to symlist(spy)
|
Kevin_in_GA 4,599 posts msg #107438 - Ignore Kevin_in_GA |
8/7/2012 5:48:17 PM
I'm trying to construct a weekly filter where SPY is below MA(50) and MA(100) and has been below both for a minimum of 3 weeks. The syntax checker says the code below is ok but when I click to go back to graphs of previous dates, the graphs show price above the moving averages. Any help would be appreciated.
chart-display is weekly
and price is below ma(50)
and price is below ma(100)
and weekly close below weekly close 3 weeks ago
apply to symlist(spy)
+++++++++++++++++++++
|
wkloss 231 posts msg #107439 - Ignore wkloss |
8/7/2012 5:53:02 PM
Thanks.
|