MA1:=MA(C,60);
MA2:=LLV(LOW,1);
MA3:=IF(LLV(L,1)>MA(C,60),((HHV(H,1)-MA(C,60))/MA(C,60))*100,-(MA(C,60)/LLV(L,1)-1)*100,);
MA4:=LLV(LOW,250);
MA5:=LLV(L,1)/LLV(L,250);
MA6:=LLV(L,1)/HHV(H,120);
MA7:=(((MA(C,7)-MA(C,14))*100)/(MA(C,14)*100))*100;
z: 0,colorwhite;//分析家公式网www.fxjgsw.com
均值比:MA3,colorred,NODRAW;
现低与最低比:MA5,colorcyan,NODRAW;
最高与现低:MA6,colorwhite,NODRAW;
STICKLINE(MA3<-50 ,0,MA3,8,0),colorred; //红色
STICKLINE(MA3<=-30 AND MA3>=-50,0,MA3,8,0),colorlimagenta; //洋红
STICKLINE(MA3<=-20 AND MA3>-30,0,MA3,8,0),colormagenta; //浅洋红
STICKLINE(MA3>-30.3 AND MA3<-29.7,MA3,3,0),colorwhite;
STICKLINE(MA3<=10 AND MA3>-20,0,MA3,2,0),colorwhite;
STICKLINE(MA3<=20 AND MA3>10,0,MA3,8,0),coloryellow; //黄s
STICKLINE(MA3<=50 AND MA3>=20,0,MA3,8,0),colorcyan; //青色
STICKLINE(MA3>=50,0,ma3,8,0),colorgreen; //绿色
|
