同花顺三七花指标公式源码 同花顺指标公式大全
2015-8-26 15:56:36 股票入门 http://rumen.southmoney.com
EMA3:=EMA(SLOPE(1,1)+C,3),colormagenta;
EMA7:=EMA(SLOPE(1,1)+C,7),colorwhite;
DRAWICON(COUNT(EMA3<EMA7,5)=4 AND EMA3>=EMA7,LOW/1.02,1);
DRAWICON(CROSS(EMA3,EMA7) AND CLOSE/REF(CLOSE,1)>1.03,LOW/1.02,1);
DRAWICON(COUNT(EMA3>=EMA7,5)=4 AND EMA3<EMA7,HIGH*1.02 ,2);
STICKLINE(EMA3>= EMA7 ,CLOSE,OPEN,8,0) ,COLOR000077;
STICKLINE(EMA3>= EMA7 ,CLOSE,OPEN,7,0) ,COLOR000099;
STICKLINE(EMA3>= EMA7 ,CLOSE,OPEN,6,0) ,COLOR0000bb;
STICKLINE(EMA3>= EMA7 ,CLOSE,OPEN,5,0) ,COLOR0000cc;
STICKLINE(EMA3>= EMA7 ,CLOSE,OPEN,4,0) ,COLOR0000dd;
STICKLINE(EMA3>= EMA7 ,CLOSE,OPEN,3,0) ,COLOR0000ee;
STICKLINE(EMA3>= EMA7 ,CLOSE,OPEN,2,0) ,COLOR0000ff;
STICKLINE(EMA3>= EMA7 ,CLOSE,CLOSE/1.006,1,0),COLOR0000ff;
STICKLINE(EMA3>= EMA7 ,CLOSE,CLOSE/1.005,2,0),COLOR0000ee;
STICKLINE(EMA3>= EMA7 ,CLOSE,CLOSE/1.004,3,0),COLOR0000dd;
STICKLINE(EMA3>= EMA7 ,CLOSE,CLOSE/1.003,4,0),COLOR0000cc;
STICKLINE(EMA3>= EMA7 ,CLOSE,CLOSE/1.002,5,0),COLOR0000bb;
STICKLINE(EMA3>= EMA7 ,CLOSE,CLOSE/1.001,6,0),COLOR000099;
STICKLINE(EMA3>= EMA7 ,OPEN,OPEN*1.006,1,0),COLOR0000ff;
STICKLINE(EMA3>= EMA7 ,OPEN,OPEN*1.005,2,0),COLOR0000ee;
STICKLINE(EMA3>= EMA7 ,OPEN,OPEN*1.004,3,0),COLOR0000dd;
STICKLINE(EMA3>= EMA7 ,OPEN,OPEN*1.003,4,0),COLOR0000cc;
STICKLINE(EMA3>= EMA7 ,OPEN,OPEN*1.002,5,0),COLOR0000bb;
STICKLINE(EMA3>= EMA7 ,OPEN,OPEN*1.001,6,0),COLOR000099;
STICKLINE(EMA3<= EMA7 ,CLOSE,OPEN/1.006,9,0),colorliblue;
STICKLINE(EMA3<= EMA7 ,CLOSE,OPEN/1.005,8,0),colorliblue;
STICKLINE(EMA3<= EMA7 ,CLOSE,OPEN/1.004,7,0),colorliblue;
STICKLINE(EMA3<= EMA7 ,CLOSE,OPEN/1.003,3,0),colorliblue;
STICKLINE(EMA3<= EMA7 ,CLOSE,OPEN/1.002,2,0),colorgreen;
A1:=EMA(C,14),colorwhite,LINETHICK1;
A1X:=(A1-REF(A1,1))/REF(A1,1)*100,NODRAW;
STICKLINE(CROSS(A1X,0),C,O,2,0),coloryellow;
STICKLINE(CROSS(0,A1X),C,O,2,0),colorgreen;
更多相关资讯请关注南方财富网
股票入门声明:资讯来源于互联网,属作者个人观点,仅供投资者参考,并不构成投资建议。投资者据此操作,风险自担。