通达信红绿波段主图指标 源码

2017-09-15 10:33:00来源:本站整理浏览:647

M25:MA(C,25);
EXP1:EXPMA(CLOSE,17);
M99:MA(C,99);
STICKLINE(C>M25 AND C>O,H,L,0,0),COLORRED;
STICKLINE(C>M25 AND C>O,O,C,3,1),COLORRED;
STICKLINE(C>M25 AND C<=O,H,L,0,0),COLORRED;
STICKLINE(C>M25 AND C<=O,O,C,3,0),COLORRED;
STICKLINE(CROSS(C,M25),H,L,0,0),COLORMAGENTA;
STICKLINE(CROSS(C,M25),O,C,3,0),COLORMAGENTA;
STICKLINE(C<=M25 AND C>O,H,L,0,0),COLORGREEN;
STICKLINE(C<=M25 AND C>O,O,C,3,1),COLORGREEN;
STICKLINE(C<=M25 AND C<=O,H,L,0,0),COLORGREEN;
STICKLINE(C<=M25 AND C<=O,O,C,3,0),COLORGREEN;
STICKLINE(CROSS(M25,C),H,L,0,0),COLORYELLOW;
STICKLINE(CROSS(M25,C),O,C,3,0),COLORYELLOW;

通达信红绿波段主图指标 源码

股票公式栏目导航

精品指标推荐

最新热门

本类随机推荐

相关公式