指标公式详细说明
好公式网(www.goodgongshi.com)告诉您:当前正要下载:跟庄建仓公式 飞狐庄建指标 源码
跟庄建仓
a01:=dynainfo(7);
a03:=barscount(close);
a04:=(sma((close / hhv(high,120)),3,1) * 100);
a05:=if((a03 > 20),a04,0);
a06:=if((low > a01),0,if((high < a01),1,(((a01 - low) + 0.009) / ((high - low) + 0.009))));
a07:=dma(a06,(vol / capital)) * 60;
a09:=if((((a07 > 0) and (a07 > ref(a07,1))) and (a05 <= 88)),a07,0);
var1:=3*sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1)-2*sma(sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1),3,1);
var2:=ema(var1,8);
var3:=3*sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1)-2*sma(sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1),3,1);
趋势:=ema(var3,3)-10;
fillrgn(趋势>80,趋势,80);
drawicon(cross(趋势,0),0,1);
fillrgn((a09 > 0 and (趋势<20 or 趋势>ref(趋势,1)and 趋势<50)),0,a09),colorffff00;
机构建仓区:0,linethick0,colorffff00;
var4:=(趋势-ref(趋势,1))/ref(趋势,1)*100;
stickline(趋势<=13,0,20,5,0),colorcc9900;
drawtext(filter(趋势<=13,15),30,'准备现金'),colorcc9900;
stickline(趋势<=13 and var4>13,0,50,5,0),color0099ff;
var5:=filter((趋势<=13 and var4>13),10);
drawtext(var5,60,'买入'),color0099ff;
stickline(趋势>=90 and var4,0,30,5,0),colorgray;
var6:=filter((趋势>=90 and var4),10);
drawtext(var6,40,'清仓'),colorgray;
var7:=llv(low,30);
var8:=hhv(high,30);
var9:=ema((close-var7)/(var8-var7)*4,4)*25;
stickline(var9>90,100,105,10,2),colorred;
var10:=(var9-llv(var9,4))/(hhv(var9,4)-llv(var9,4))*100;
drawtext(if(cross(var9,var10) and var9>87,95,0),88,'险'),color00ff00,align1;
drawicon(cross(90,var9),95,9);
var11:=sma(abs(l-ref(l,1)),3,1)/sma(max(l-ref(l,1),0),3,1)*100;
var12:=hhv(var11,30)*8;
火焰山:ema(if(low<=var7 and 趋势<40,(var11+var12),0),3)/618,colorred,linethick2;
stickline(火焰山>0,0 ,火焰山*1.2,8,0 ),colorred;
var13:=(ma(c,1)+ma(c,3)+ma(c,5)+ma(c,7)+ma(c,9))/5;
var14:=(ma(c,2)+ma(c,4)+ma(c,6)+ma(c,8)+ma(c,10))/5;
趋势线: 趋势,colorff0000;
var16:=max(ema(var13,2)-ema(var14,5),0)*200;
var17:=ema(var16,5);
波浪峰:var17,stick,colorff00ff;
stickline(var17<ref(var17,1),0,var17,1,0),color00ff00;
var18:=ma(趋势线,8);
if(cross(var2,var18) and var2<15,50,0),colorred;
drawtext(cross(趋势线,var2)and 趋势线>ref(趋势线,1)and 趋势线<50,50,'追涨'),colorff0000;
>>>使用本站搜索工具可以找到更多“跟庄建仓公式 飞狐庄建指标 源码”