联系方式 Contact

云指标公式网

淘宝:zb-mart.taobao.com

电话:18020657357

微信:18020657357

Q Q:396950280

点击这里给我发消息

网址:www.yzhibiao.com

搜索 Search

天罡

2015-6-22 15:33:01点击:

免费体验:请加微信号:18020657357。

 MA1:EMA(CLOSE,3),colorblue;

MA2:EMA(CLOSE,5),colorblue;
MA3:EMA(CLOSE,8),colorblue;
MA4:EMA(CLOSE,10),colorblue;
MA5:EMA(CLOSE,12),colorblue;
MA6:EMA(CLOSE,15),colorblue;
MA7:EMA(CLOSE,30),colorred;
MA8:EMA(CLOSE,35),colorred;
MA9:EMA(CLOSE,40),colorred;
MA10:EMA(CLOSE,45),colorred;
JJ:=(CLOSE+HIGH+LOW)/3;
A:=EMA(JJ,7);
B:=REF(A,1);
STICKLINE(A>B,A,B,5,0),coloryellow;
STICKLINE(A<B,A,B,5,0),colorblue;