通达信天道酬勤波段主图指标公式

通达信分时控盘指标公式

A:expma(CLOSE,18);

stICKLINE(C>=A && C>=O,C,O,4,0),COLORRED;

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

STICKLINE(C>=A && C<O,C,O,4,1),COLORRED;

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

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

{指标网-股票公式网站 www.zhibiaow.com}

STICKLINE(C<A && C>O,C,O,4,1),COLORBLUE;

STICKLINE(C<A && C<=O,C,O,4,1),COLORBLUE;

STICKLINE(C<A && C<=O,H,L,0,1),COLORBLUE;

STICKLINE(C<A && C>O,C,H,0,1),COLORBLUE;

STICKLINE(C<A && C>O,O,L,0,1),COLORBLUE;

通达信棒棒糖买卖指标公式