在线检测未来函数

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

来源:Internet,编辑:股旁网,2010-08-05

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.gupang.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;

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

相关文章