麻烦大家帮看看这个有什么语法错误?

{价格区间交易系统}
tj1:=high>ref(close,1);tj2:=ref(close,1)>low;
if tj1 then
fz:=high-ref(close,1)+(close-low);
else fz:=close-low;

if tj2 then
fm:=ref(close,1)-low+(high-close);
else fm:=high-close;
td8:sum(fz,8)/sum(fm+fz,8)*100,linethick3;

{以上为技术指标部分)}

count("td2.td8"<40,7)=7;

第1个回答  2007-03-31
什么语言?
第2个回答  2007-04-01
是啊,你用的是什么语言啊???
相似回答