大智慧攻击线率指标公式
<div class="stock-fc-code-box"><p>攻击线:(ATAN((MA(CLOSE,5)/REF(MA(CLOSE,5),1)-1)*100)*57.295),LINETHICK0;<br>
操盘线:(ATAN((MA(CLOSE,10)/REF(MA(CLOSE,10),1)-1)*100)*57.295),LINETHICK0;<br>
动力线:(ATAN((MA(CLOSE,17)/REF(MA(CLOSE,17),1)-1)*100)*57.295),LINETHICK0;<br>
生命线:(ATAN((MA(CLOSE,30)/REF(MA(CLOSE,30),1)-1)*100)*57.295),LINETHICK0;<br>
单比净:=SUM(操盘线,1);<br><br>
STICKLINE(单比净>0,0,单比净,7,0),COLORred,linethick2;<br>
STICKLINE(单比净>0,0,单比净,6,0),COLOR005555;<br>
STICKLINE(单比净>0,0,单比净,6,0),COLOR006666;<br>
STICKLINE(单比净>0,0,单比净,5,0),color007777;<br>
STICKLINE(单比净>0,0,单比净,4,0),color009999;<br>
STICKLINE(单比净>0,0,单比净,3,0),color00BBBB;<br>
STICKLINE(单比净>0,0,单比净,2,0),color00DDDD;<br>
STICKLINE(单比净>0,0,单比净,1,0),color00FFFF;<br>
{yin柱图}<br>
STICKLINE(单比净<0,0,单比净,7,0), COLORgreen,linethick2;<br>
STICKLINE(单比净<0,0,单比净,6,0), COLOR444444;<br>
STICKLINE(单比净<0,0,单比净,6,0), COLOR555555;<br>
STICKLINE(单比净<0,0,单比净,5,0), COLOR777777;<br>
STICKLINE(单比净<0,0,单比净,4,0), COLOR999999;<br>
STICKLINE(单比净<0,0,单比净,3,0), COLORbbbbbb;<br>
STICKLINE(单比净<0,0,单比净,2,0), COLORdddddd;<br>
STICKLINE(单比净<0,0,单比净,1,0), COLORffffFF;<br>
DRAWTEXTAbs(0,0,'FY-操盘线率'),COLOR52FFFF;<br>DRAWTEXTABS(1,10,'~☆~更多精选指标请访问:995168.cn'),COLORRED;</p>
<p></p>
</div>
页:
[1]