[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ChandeTrend Score



PureBytes Links

Trading Reference Links

In a message dated 05/23/2000 1:02:00 PM Pacific Daylight Time, 
husky@xxxxxxxxxxxxxxxx writes:

<< Anyone have it for TS4?  >>
Try this.
Lynn

inputs:x(10),n(10);
vars:counter(0),score(0);

score=0;
for counter=x to x+n begin
 if c-c[i]>0 then score=score+1
  else score=score-1;
end;
plot1(score,"CT");