同花顺自然趋势公式
同花顺自然趋势公式
源码
A1:EMA(CLOSE,5),colorwhite;
A2:EMA(A1,15),coloryellow;
A3:EMA(CLOSE,120),colormagenta;
STICKLINE(A1>A2,A1,A2,1,1),colorred;
STICKLINE(A1<A2,A1,A2,1,1),colorblue;
同花顺自然趋势公式
源码
A1:EMA(CLOSE,5),colorwhite;
A2:EMA(A1,15),coloryellow;
A3:EMA(CLOSE,120),colormagenta;
STICKLINE(A1>A2,A1,A2,1,1),colorred;
STICKLINE(A1<A2,A1,A2,1,1),colorblue;
本地下载
(免费下载)
问题反馈 取消