通达信进场稳赚主图指标公式

通达信顶底资金进场指标公式

A:MA(CLOSE,32),COLORBLUE,linethick2;

B:MA(CLOSE,12),COLORRED,linethick2;

stICKLINE(C>=A AND C>=O,C,O,7,0),COLORRED;

STICKLINE(C>=A AND C>=O,H,L,0,0),COLORRED;

STICKLINE(C>=A AND C<O,C,O,7,1),COLORRED;

STICKLINE(C>=A AND C<O,O,H,0,0),COLORRED;

STICKLINE(C>=A AND C<O,C,L,0,0),COLORRED;

DRAWTEXT(crOSS(B,A),B,'进场'),COLORGREEN,linethick2;

STICKLINE(C<A AND C>O,C,O,7,1),COLORYellow;

STICKLINE(C<A AND C<=O,C,O,7,0),COLORYellow;

{www.zhibiaow.com 指标网_通达信股票指标公式}

STICKLINE(C<A AND C<=O,H,L,0,0),COLORYellow;

STICKLINE(C<A AND C>O,C,H,0,0),COLORYellow;

STICKLINE(C<A AND C>O,O,L,0,0),COLORYellow;

通达信均线作战主图指标公式