底部红黄筹码一出,顶部无筹码,强势到来,大涨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),color0066ff; cst10:=(WINNER(C/0.9)-WINNER(C))*100,POINTDOT; cst20:=(WINNER(C/0.8)-WINNER(C))*100,POINTDOT; cst30:=(WINNER(C/0.7)-WINNER(C))*100,POINTDOT; 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;
 |