指标公式详细说明
好公式网(www.goodgongshi.com)告诉您:当前正要下载:带预测量的立体成交量公式 飞狐指标预测指标 源码
带预测量的立体成交量指标
仅仅提供源码,并无公式下载。
本公式用于通达信副图。
vvol:=if(currbarscount=1 and period=5,vol*240/fromopen,drawnull),nodraw;
stickline(currbarscount=1 and period=5,vvol,0,2.5,1),color00c0c0;
volume:=vol,volstick;
成交量:vol,colorred,nodraw;
mavol5:ma(volume,5);
mavol10:ma(volume,10);
收益:finance(33), pointdot,colorffcc66;
量比:dynainfo(17),coloryellow,nodraw;
成交量增减:(100*((vol/ref(vol,1))-1)),nodraw;
虚换手:vvol/finance(7)*10000;
虚量:vvol/10000;
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);
stickline((ye9+ye8)>0,(ye9+ye8),0,2.5,0),color0000aa;
stickline((ye9+ye8)>0,(ye9+ye8),0,1.7,0),color0000cc;
stickline((ye9+ye8)>0,(ye9+ye8),0,0.9,0),color0000dd;
stickline((ye9+ye8)>0,(ye9+ye8),0,0.04,0),color0000ff;
stickline((ye6+ye7)>0,(ye6+ye7)+(ye9+ye8),(ye9+ye8),2.5,0),color998855;
stickline((ye6+ye7)>0,(ye6+ye7)+(ye9+ye8),(ye9+ye8),1.7,0),colorbbaa77;
stickline((ye6+ye7)>0,(ye6+ye7)+(ye9+ye8),(ye9+ye8),0.9,0),colorddcc99;
stickline((ye6+ye7)>0,(ye6+ye7)+(ye9+ye8),(ye9+ye8),0.04,0),colorffeebb;
买盘:=(ye9+ye8);
卖盘:=(ye6+ye7)*(-1);
买卖差:=(ye9+ye8)-(ye6+ye7);
stickline(买卖差>0,0,买卖差,2.5,0),color00aaaa;
stickline(买卖差>0,0,买卖差,1.7,0),color00cccc;
stickline(买卖差>0,0,买卖差,0.9,0),color00eeee;
stickline(买卖差>0,0,买卖差,0.04,0),color00ffff;
aa:=vol/((high-low)*2-abs(close-open));
>>>使用本站搜索工具可以找到更多“带预测量的立体成交量公式 飞狐指标预测指标 源码”