大智慧低买高卖指标公式
<div class="stock-fc-code-box"><p>引差:ref(c,1)-low,LINETHICK0;<br><br>引跌幅:if((ref(c,1)-low)/ref(c,1)*100>0,(ref(c,1)-low)/ref(c,1)*100,0),LINETHICK0;<br><br>三日均跌:ma(引跌幅,3),colorwhite;<br><br>STICKLINE(LOW<((REF(CLOSE,1)*(1-2/100))+0.03),-0.1,-0.2,3,0),COLORwhite;<br><br>STICKLINE(引跌幅<=2,0,引跌幅,5,0);<br><br>STICKLINE(引跌幅>2 and 引跌幅<=3,0,引跌幅,5,0),COLORyellow;<br><br>STICKLINE(引跌幅>3 and 引跌幅<=4,0,引跌幅,5,0);<br><br>STICKLINE(引跌幅>4 ,0,引跌幅,5,0),COLORgreen;<br>DRAWTEXTABS(1,10,'~☆~更多精选指标请访问:995168.cn'),COLORRED;</p><br><p></p></div>
页:
[1]