I'm just testing to get a reliable signal from MS 7.2  but little luck so far
in a simple  exploration, I asked for the high of today to be greater than a 
20MA and the 20MA to be above a 40MA

so   ColA     Mov(c,20,S) >=Mov(C,40,S)
       ColB      H >=Mov(C,20,S)
with a volume filter

out of 2000 stocks , I  got  about 12%   &  most were wrong

so I changed ColA to     Cross(H,Mov(C,20,S) & this time I got about 1.5% -- 
pretty good I thought
but when I looked at the charts,  all showed the 20ma above the 40ma , and  all 
had the high above the 20ma, but none crossed today ! --  most crossed 5-10 
days ago

I thought the Cross would be tight but not true

am I missing something here?
I'd appreciate some advice as to how to sweettalk MS into doing what I asked it 
to

thansk
Keith


Reply via email to