这个关于筹码峰的公式第8行哪出问题了

来源:百度知道 编辑:UC知道 时间:2024/06/14 01:29:25
stickline(c>0,300,400,100,0),color002300;
stickline(c>0,200,300,100,0),color320000;
stickline(c>0,100,200,100,0),color320000;
stickline(c>0,-5,100,100,0),color002300;
hl10:winner(c/1.1)*100,stick,color0000ff;
hl20:winner(c/1.2)*100,stick,color00ffff;
hl30:winner(c/1.3)*100,stick,colorff00ff;
tl10:=(1-WINNER(C/0.9))*100,pointdot,colorffff00;
tl20:=(1-WINNER(C/0.8))*100,pointdot,color00ffff;
tl30:=(1-WINNER(C/0.7))*100,pointdot,colorff00ff;
stickline(tl10>-10,400,400-tl10,1,0),colorffff33;
stickline(tl20>-10,400,400-tl20,1,0),colorff6600;
stickline(tl30>-10,400,400-tl30,1,0),colorcc0000;
cxh10:=(winner(c)-winner(c/1.1))*100,pointdot;
cxh20:=(winner(c)-winner(c/1.2))*100,pointdot;
cxh30:=(winner(c)-winner(c/1.3))*100,pointdot;
stickline(cxh30>-10,200,200-cxh30,1,0),color99ffff;
stickline(cxh20>-10,200,200-cxh20,1,0),color33ccff;
stickline(cxh10>-10,200,200-cxh10,1,0),col

stickline(c>0,300,400,100,0),color002300;
stickline(c>0,200,300,100,0),color320000;
stickline(c>0,100,200,100,0),color320000;
stickline(c>0,-5,100,100,0),color002300;
hl10:winner(c/1.1)*100,stick,color0000ff;
hl20:winner(c/1.2)*100,stick,color00ffff;
hl30:winner(c/1.3)*100,stick,colorff00ff;
tl10:=(1-WINNER(C/0.9))*100 ;
tl20:=(1-WINNER(C/0.8))*100 ;
tl30:=(1-WINNER(C/0.7))*100 ;
stickline(tl10>-10,400,400-tl10,1,0),colorffff33;
stickline(tl20>-10,400,400-tl20,1,0),colorff6600;
stickline(tl30>-10,400,400-tl30,1,0),colorcc0000;
cxh10:=(winner(c)-winner(c/1.1))*100 ;
cxh20:=(winner(c)-winner(c/1.2))*100 ;
cxh30:=(winner(c)-winner(c/1.3))*100 ;
stickline(cxh30>-10,200,200-cxh30,1,0),color99ffff;
stickline(cxh20>-10,200,200-cxh20,1,0),color33ccff;
stickline(cxh10>-10,200,200-cxh10,1,0),color0066ff;
cst10:=(WINNER(C/0.9)-WINNER(C))*100 ;
cs