大智慧移动筹码指标公式股票软件源码如下: 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; {www.gpxiazai.com 股票软件下载网_大智慧股票指标公式} 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; cst20:=(WINNER(C/0.8)-WINNER(C))*100; cst30:=(WINNER(C/0.7)-WINNER(C))*100; stickline(cst30>-10,200,200+cst30,1,0),color99ff66; stickline(cst20>-10,200,200+cst20,1,0),color00ff33; stickline(cst10>-10,200,200+cst10,1,0),color009900; bb:100,pointdot,linethick2,colorred; aa:200,coloryellow; cc:300,pointdot,linethick2,colorgreen; |