通达信快赢操盘线主图指标公式
2020/3/3 18:23:58
D:EXPMA(CLOSE,18);
STICKLINE(C>=D && C>=O,C,O,4,0),COLORRED;
STICKLINE(C>=D&& C>=O,H,L,0,0),COLORRED;
STICKLINE(C>=D && C<O,C,O,4,1),COLORRED;
STICKLINE(C>=D && C<O,O,H,0,0),COLORRED;
STICKLINE(C>=D && C<O,C,L,0,0),COLORRED;
{看股吧-股票公式网站 www.kanguba.com}
STICKLINE(C<D && C>O,C,O,4,1),COLORBLUE;
STICKLINE(C<D && C<=O,C,O,4,1),COLORBLUE;
STICKLINE(C<D && C<=O,H,L,0,1),COLORBLUE;
STICKLINE(C<D && C>O,C,H,0,1),COLORBLUE;
STICKLINE(C<D && C>O,O,L,0,1),COLORBLUE;
看股吧 公式 www.kanguba .com
其它股票公式列表