你好,游客 登录 注册 搜索
背景:

通达信快赢操盘线主图指标公式

[日期:2020-01-19] 来源:  作者: [字体: ]
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;

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;

通达信快赢操盘线主图指标公式

 

收藏 推荐 打印 | 录入:admin | 阅读: