PureBytes Links
Trading Reference Links
|
Am I missing something, or does the following
formula for Tushar Chande's target prices, pulled
from www.nt-tech.com.au, forcast today's high
and low only after today's close?
A:=Mov(Abs(C-Ref(C,-1)),10,S);
TPH1:=C+A;
TPH2:=C+(2*A);
TPL1:=C-A;
TPL2:=C-(2*A);
TPH1;
TPH2;
TPL1;
Somehow, I don't think that's what Chande had in mind.
Owen Davies
|