源码
H1:(EMA(((SLOPE(CLOSE,34) * 20) + CLOSE),75) * 1);
H2:EMA(CLOSE,8);
KL:=(H2 - H1);
STICKLINE((KL >= 0),H2,H1,0.5,0)COLORRED;
STICKLINE((KL < 0),H2,H1,0.5,0)COLORGREEN;
源码
H1:(EMA(((SLOPE(CLOSE,34) * 20) + CLOSE),75) * 1);
H2:EMA(CLOSE,8);
KL:=(H2 - H1);
STICKLINE((KL >= 0),H2,H1,0.5,0)COLORRED;
STICKLINE((KL < 0),H2,H1,0.5,0)COLORGREEN;