竹林走势指标公式
-
相关简介:竹林走势 a1:=(close*vol)/(close*100); JJ:=(a1+ref(a1,1)+ref(a1,2)+ref(a1,3))/4; A:=EMA(JJ,10); B:=REF(A,1); STICKLINE(AB,A,B,8,0),COLORaa00bb; STICKLINE(AB,A,B,6.6,0),COLORbb11bb; STICKLINE(AB,A,B,4.4,0),COLORcc22bb; STICKLINE(AB,A,B,3.3,0),COLORdd33bb;
-
文章来源:公式网 发布时间:2015-01-19浏览次数:
竹林走势
a1:=(close*vol)/(close*100);
JJ:=(a1+ref(a1,1)+ref(a1,2)+ref(a1,3))/4;
A:=EMA(JJ,10);
B:=REF(A,1);
STICKLINE(A>B,A,B,8,0),COLORaa00bb;
STICKLINE(A>B,A,B,6.6,0),COLORbb11bb;
STICKLINE(A>B,A,B,4.4,0),COLORcc22bb;
STICKLINE(A>B,A,B,3.3,0),COLORdd33bb;
STICKLINE(A>B,A,B,2.2,0),COLORee44bb;
STICKLINE(A>B,A,B,1.1,0),COLORff55bb;
STICKLINE(A
STICKLINE(A
STICKLINE(A
STICKLINE(A
STICKLINE(A
STICKLINE(A
ema(a,5),colorwhite;
ema(a,10),coloryellow;
ema(a,20),colorff00ff;
ema(a,60),colorgreen;
STICKLINE( ema(a,250)>ref(ema(a,250),1) , ema(a,250) , ref( ema(a,250),1) , 8 ,0 ),colorred;
STICKLINE( ema(a,250)
lhnh:=BARSLAST(barpos=sysparam(2))+1;
nnl:=barpos=sysparam(3);
qqqq:=BACKSET(barpos=sysparam(3) ,barslast(barpos=sysparam(2)));
hh:=HHV(a ,lhnh);
ll:=llV(a ,lhnh);
q809:=ll+(hh-ll)*0.809;
q618:=ll+(hh-ll)*0.618;
q500:=ll+(hh-ll)*0.5;
q382:=ll+(hh-ll)*0.382;
q191:=ll+(hh-ll)*0.191;
PARTLINE(hh,qqqq),colorred;
PARTLINE(q191


现在就去充值积分
加入VIP可下载100以下的所有资源