大智慧立体买卖副图指标
大智慧立体买卖副图指标
源码
成交量【手】:VOL,LINETHICK0;
STICKLINE(VOL>0,VOL,0,6,1),COLORgreen;
ye:=(high+low+close)/3;
ye1:=if(high=low,1,HIGH-Max(OPEN,CLOSE));
ye2:=if(high=low,1,max(CLOSE,OPEN)-ye);
ye3:=if(high=low,1,Min(OPEN,CLOSE)-LOW);
ye4:=if(high=low,1,ye-min(close,open));
ye5:=vol/if(high=low,4,HIGH-LOW);
YE6:=SUM((ye1*ye5),1);
YE7:=SUM((ye2*ye5),1);
YE8:=SUM((ye3*ye5),1);
YE9:=SUM((ye4*ye5),1);
买:(ye9+ye8),LINETHICK0,COLORRED;
STICKLINE((ye9+ye8)>0,(YE9+YE8),0,8,0),COLOR0000AA;
STICKLINE((ye6+ye7)>0,(ye6+ye7)+(YE9+YE8),(YE9+YE8),8,0),COLOR998855;
STICKLINE((ye9+ye8)>0,(YE9+YE8),0,5,0),COLOR0000CC;
STICKLINE((ye9+ye8)>0,(YE9+YE8),0,3,0),COLOR0000DD;
STICKLINE((ye9+ye8)>0,(YE9+YE8),0,1,0),COLOR0000FF;
STICKLINE((ye6+ye7)>0,(ye6+ye7)+(YE9+YE8
查看完整内容【开通VIP会员】
VIP会员数十万个公式随便用