咨詢內(nèi)容:
請(qǐng)老師幫助
O1:=STKDATA('',6,'open');
STICKLINE(C>O AND C<O1*1.02,H,L,0,10),COLORRED;
STICKLINE(C>O AND C<O1*1.02,C,O,3,10),COLORRED;
STICKLINE(C<O AND C>O1*0.98,H,L,0,10),COLORGREEN;
STICKLINE(C<O AND C>O1*0.98,C,O,3,10),COLORGREEN;
STICKLINE(C>O1*1.02,H,L,0,10),COLORYELLOW;
STICKLINE(C>O1*1.02,C,O,3,10),COLORYELLOW;
STICKLINE(C<O1*0.98,H,L,0,10),COLORWHITE;
STICKLINE(C<O1*0.98,C,O,3,10),COLORWHITE;
當(dāng)超過
+-2%時(shí),k線變成藍(lán)色,請(qǐng)問老師此指標(biāo)怎么改?
?
?來(lái)源:程序化99網(wǎng)( www.weiqiv.net.cn )
博易技術(shù)人員:
O1:=STKDATA('',6,'open');
STICKLINE(C>O AND C<O1*1.02,H,L,0,10),COLORRED;
STICKLINE(C>O AND C<O1*1.02,C,O,3,10),COLORRED;
STICKLINE(C<O AND C>O1*0.98,H,L,0,10),COLORGREEN;
STICKLINE(C<O AND C>O1*0.98,C,O,3,10),COLORGREEN;
STICKLINE(C>O1*1.02,H,L,0,10),COLORBLUE;
STICKLINE(C>O1*1.02,C,O,3,10),COLORBLUE;
STICKLINE(C<O1*0.98,H,L,0,10),COLORBLUE;
STICKLINE(C<O1*0.98,C,O,3,10),COLORBLUE;
謝謝老師
來(lái)源 程序化久久網(wǎng)