大智慧筹码分布 朋友给的,有一定的参考价值,下面和大家分享下: (警告:公式是死的,人是活的) //大智慧副图——筹码分布 {用法: 1:上方筹码集中,主力在吸筹,股票处于下跌状。 2:上方筹码渐渐消失,中部筹码重心下移,开始启动! 3:底部攻击筹码出现,顶部筹码渐少,涨! 4:底部红黄筹码一出,顶部无筹码,强势到来,大涨!!! (每一部分都有3种颜色)} 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; {点击看本软件截图: 58股票 公式网 http://www. 58gu. com 整理} |