好公式网用指标公式为投资注入科技力量!
您的位置:好公式网飞狐公式任意买卖主图日周月周期同显无加密公式下载 飞狐加密源码指标 源码

任意买卖主图日周月周期同显无加密公式下载 飞狐加密源码指标 源码

  • 指标公式类型:飞狐公式
  • 公式推荐星级:
  • 指标公式安全:已通过5款杀毒软件查杀,请放心下载!
  • 公式更新时间:2018-11-27 06:52:35
  • 指标公式标签:
  • 公式运行环境: WinXP/Win7/Win8/Win10/Win All
  • 指标公式语言:用简体中文编写

指标公式详细说明

好公式网(www.goodgongshi.com)告诉您:当前正要下载:任意买卖主图日周月周期同显无加密公式下载 飞狐加密源码指标 源码

{任意k线}
drawgbk(close=close,colorrgb(30,30,30),colorrgb(130,130,130),1);
drawgbk(close>open,colorrgb(110,0,0),colorrgb(0,0,0),0);
drawgbk(close<open,colorrgb(0,110,0),colorrgb(0,0,0),0);
input:aa(5,1,1000),bb(20,1,1000);

{-----------------------☆功能开关------------------------}
{月--周期k线}
if datacount<bb then exit;
y1:=mod(barpos,bb);
y2:=if(y1=0,bb-1,y1-1);
y3:=barslast(y2=0);
y4:=barslast(y2=bb-1);
y5:=ref(o,y3);
y6:=hhv(h,y3+1)*(y4=0);
y7:=llv(if(l=0,100000,l),y3+1)*(y4=0);
y8:=if(y3=0,c,0);
y9:=if(y4=0,c,0);
y10:=if(y4=0,y6,0);
y11:=if(y4=0,y7,0);

for n=lbound(y8) to ubound(y8) do begin
if y8[n]>0 then begin
for z=n+bb-1 to ubound(y8) do begin
if y9[z]>0 then begin
for s=n to z-1 do begin
yc1[s]:=y9[z];
yh1[s]:=y10[z];
yl1[s]:=y11[z];
end;
break;
end;
end;
end;
end;

yxqc1:=c;
yxqh1:=hhv(h,y2[datacount]+1);
xql1:=llv(if(l=0,1000000,l),y2[datacount]+1);
yxqcc:=if(barpos>datacount-y2[datacount]-1,yxqc1[datacount],if(y2=bb-1,c,yc1));
yxqhh:=if(barpos>datacount-y2[datacount]-1,yxqh1[datacount],if(y2=bb-1,ref(yh1,1),yh1));
yxqll:=if(barpos>datacount-y2[datacount]-1,xql1[datacount],if(y2=bb-1,ref(yl1,1),yl1));

{周--周期k线}
if datacount<aa then exit;
z1:=mod(barpos,aa);
z2:=if(z1=0,aa-1,z1-1);
z3:=barslast(z2=0);
z4:=barslast(z2=aa-1);
z5:=ref(o,z3);
z6:=hhv(h,z3+1)*(z4=0);
z7:=llv(if(l=0,100000,l),z3+1)*(z4=0);
z8:=if(z3=0,c,0);
z9:=if(z4=0,c,0);
z11:=if(z4=0,z6,0);
z12:=if(z4=0,z7,0);

for n=lbound(z8) to ubound(z8) do begin
if z8[n]>0 then begin
for z=n+aa-1 to ubound(z8) do begin
if z9[z]>0 then begin
for s=n to z-1 do begin
zc1[s]:=z9[z];
zh1[s]:=z11[z];
zl1[s]:=z12[z];
end;
break;
end;
end;
end;
end;

zzc1:=c;
zzh1:=hhv(h,z2[datacount]+1);
zzl1:=llv(if(l=0,1000000,l),z2[datacount]+1);
zzcc:=if(barpos>datacount-z2[datacount]-1,zzc1[datacount],if(z2=aa-1,c,zc1));
zzhh:=if(barpos>datacount-z2[datacount]-1,zzh1[datacount],if(z2=aa-1,ref(zh1,1),zh1));
zzll:=if(barpos>datacount-z2[datacount]-1,zzl1[datacount],if(z2=aa-1,ref(zl1,1),zl1));

{-----------------【图解模板】---------------------}
{月--周期k线}
fillrgn(y2>0 and yxqcc>=y5,yxqhh,yxqll),colorred;
fillrgn(y2>0 and yxqcc<y5,yxqhh,yxqll),colorgreen;
{周--周期k线}
fillrgn(z2>0 and zzcc>=z5,zzhh,zzll),colormagenta;
fillrgn(z2>0 and zzcc<z5,zzhh,zzll),colorcyan;
{日--k线}

//


a:=ema(close,3);
b:=ema(close,5);
z:=ema(close,15);
资本:=ref(hhv(a,b),z);
运作:=a;
体系:=ma(运作,5);
【▲】z:=ma(z,7);

获利盘:=winner(close)*100;
套牢盘:=100-获利盘;
win1:=cost(85);
win2:=cost(15);
股票卖出价预测:=ma(套牢盘,89)*0.618/50+close;
股票买进价预测:=close-ma(套牢盘,60)*0.618/100;
转折价明日:=ref(close,2)*2-ref(close,5);
转折价后日:=ref(close,1)*2-ref(close,4);
转折价大后日:=close*2-ref(close,3);
高:=hhv(high,0);
低:=llv(low,0);
dcfl:=cost(95);
scfl:=cost(55);
jcfl:=cost(15);
ch:=cost(5);
di:=cost(0.38);
m:=58;
x:=3;
p:=sysparam(1);
ws:=barpos;
ws1:=if(ws<m,ws,m);
wsp:=p-ws1+1;
wsp1:=ws1-1;
h1:=hhv(high,ws1);
l1:=llv(low,ws1);
hp:=h1[p];
lp:=l1[p];
hlpx:=(hp-lp)/x;
if ws1[p]>1 then begin
drawsl(ws=wsp[p],hp,0,wsp1[p],3),pointdot,linethick1;
drawsl(ws=wsp[p],lp,0,wsp1[p],3),pointdot,linethick1;
drawsl(ws=wsp[p],lp+hlpx,0,wsp1[p],3),pointdot,linethick1;
drawsl(ws=wsp[p],lp+hlpx*2,0,wsp1[p],3),pointdot,linethick1,coloraaaaaa;
drawnumber(ws=wsp[p],hp,hp,2),shift38,colorff;
drawnumber(ws=wsp[p],lp,lp,2),shift38,colorff00;
drawnumber(ws=wsp[p],lp+hlpx,lp+hlpx,2),shift38,colorffff;
drawnumber(ws=wsp[p],lp+hlpx*2,lp+hlpx*2,2),shift38,colorffffff;
end;
x1:=(close+low+high)/3;
挑战巅峰:=ma(x1,5);
jczt:=if(cross(体系,【▲】z),1,0);
sczt:=if(cross(【▲】z,体系),2,0);
a:=sysparam(1)=barpos;
时间:=if(a>0,date,体系);
mm:=barslast(date=时间);
hh:=hhv(high,mm+1);
ll:=llv(low,mm+1);
mid:=(hh+ll)/2;
renq:=【▲】z-(hh-ll)/6;
加权移平均:=wma(close,5);
jnyy:=dma(加权移平均,vol/capital);
個z:=ema(jnyy,3);
十z:=ema(jnyy,5);
百z:=ema(jnyy,7);
千z:=ema(jnyy,9);
萬z:=ema(jnyy,11);
partline(個z<ref(個z,1),個z),pointdot,linethick1,colorffaa11;
partline(十z<ref(十z,1),十z),pointdot,linethick1,colorffbb22;
partline(百z<ref(百z,1),百z),pointdot,linethick1,colorffcc33;
partline(千z<ref(千z,1),千z),pointdot,linethick1,colorffdd44;
partline(萬z<ref(萬z,1),萬z),pointdot,linethick1,colorffee55;
partline(個z>ref(個z,1),個z),pointdot,linethick1,colorff00ff;
partline(十z>ref(十z,1),十z),pointdot,linethick1,colorff99ff;
partline(百z>ref(百z,1),百z),pointdot,linethick1,colorff88ff;
partline(千z>ref(千z,1),千z),pointdot,linethick1,colorff77ff;
partline(萬z>ref(萬z,1),萬z),pointdot,linethick1,colorff66ff;

drawline(sczt,hh,renq,hh,1),linethick1,colorccdd77;
历史最高:=高;
drawtext(barpos=sysparam(2),high,' 历史最高'+numtostr(历史最高[sysparam(1)],2)),align4,colorff00ff;
历史最低:=低;
drawtext(barpos=sysparam(2),high,' 历史最低'+numtostr(历史最低[sysparam(1)],2)),align4,colorffffff;
获利★:=获利盘;
drawtext(barpos=sysparam(2),high,'获利★'+numtostr(获利★[sysparam(1)],2)),align5,colorff00;
套牢★:=套牢盘;
drawtext(barpos=sysparam(2),high,' 套牢★'+numtostr(套牢★[sysparam(1)],2)),align5,colorffffff;
近卖预测★:=股票卖出价预测;
drawtext(barpos=sysparam(2),high,' 近卖预测★'+numtostr(近卖预测★[sysparam(1)],2)),align5,colorff00;
近买预测★:=股票买进价预测;
drawtext(barpos=sysparam(2),high,' 近买预测★'+numtostr(近买预测★[sysparam(1)],2)),align5,colorff00cc;
【90%成本】:=win1;
drawtext(barpos=sysparam(2),high,' 【90%成本】'+numtostr(【90%成本】[sysparam(1)],2)),align5,colorff;
【70%成本】:=win2;
drawtext(barpos=sysparam(2),high,' 【70%成本】'+numtostr(【70%成本】[sysparam(1)],2)),align5,colorffffff;
底出击★:=di;
drawtext(barpos=sysparam(2),high,'底出击★'+numtostr(底出击★[sysparam(1)],2)),align4,colorff00cc;
稳建仓:=ch;
drawtext(barpos=sysparam(2),high,' 稳建仓'+numtostr(稳建仓[sysparam(1)],2)),align4,colorccccff;
快刀手:=jcfl;
drawtext(barpos=sysparam(2),high,' 快刀手'+numtostr(快刀手[sysparam(1)],2)),align4,colorffffff;
预测★:=dcfl;
drawtext(barpos=sysparam(2),high,' 预测★'+numtostr(预测★[sysparam(1)],2)),align4,colorffff;
升浪:=scfl;
drawtext(barpos=sysparam(2),high,' 升浪'+numtostr(升浪[sysparam(1)],2)),align4,color3300cc;





stickline(barscount(c)=sysparam(1),((h+l)/2),((h+l)/2),10,0),coloryellow,linethick2;
stickline(barscount(c)=sysparam(1),((h+l)/2)*1.01,((h+l)/2)*1.01,2,0),coloryellow,pointdot,shift1;
stickline(barscount(c)=sysparam(1),((h+l)/2)*1.02,((h+l)/2)*1.02,2,0),coloryellow,{pointdot},linethick1,shift1;
stickline(barscount(c)=sysparam(1),((h+l)/2)*1.03,((h+l)/2)*1.03,5,0),coloryellow,shift1;
stickline(barscount(c)=sysparam(1),((h+l)/2)*1.05,((h+l)/2)*1.05,17,0),colormagenta,pointdot,shift1;
{stickline(barscount(c)=sysparam(1),((h+l)/2)*1.1,((h+l)/2)*1.1,2,0),coloryellow,pointdot,shift1;}
stickline(barscount(c)=sysparam(1),((h+l)/2)*0.99,((h+l)/2)*0.99,2,0),colorafb49c,pointdot,shift1;
stickline(barscount(c)=sysparam(1),((h+l)/2)*0.98,((h+l)/2)*0.98,2,0),,colorafb49c,,pointdot,linethick1,shift1;
stickline(barscount(c)=sysparam(1),((h+l)/2)*0.97,((h+l)/2)*0.97,5,0),colorafb49c,,pointdot,shift1;
stickline(barscount(c)=sysparam(1),((h+l)/2)*0.95,((h+l)/2)*0.95,17,0),coloryellow,pointdot,shift1;
{stickline(barscount(c)=sysparam(1),((h+l)/2)*0.90,((h+l)/2)*0.90,2,0),colorafb49c,pointdot,shift1;}
drawbkbmp(close>=open or close<open,'999');
var1:=(open+low+high+close)/4;

ma1:ma(close,5);
ma2:ma(close,13);
ma3:ma(close,55);
stickline(close>=open,high,low,0,0),color0000ff;
stickline(close>=open,high,low,0,0),color0000ff;
stickline(close>=open,close,open,8,0),color0000ff;
stickline(close<=open,high,low,0,0),colorred;
stickline(close<=open,high,low,0,0),colorffff00;
stickline(close<=open,close,open,8,0),colorcyan;
var32:=close/ref(close, 1)>=1.062 and high/close<1.005 and ma(close, 90)/close>=1.150;
var33:=var32 and count(var32, 20)=1 ;
var34:=(indexc-ref(indexc, 1))/ref(indexc, 1);
var35:=(close-ref(close, 1))/ref(close, 1);
var36:=if(var34>0.010, 0.900, 1) and if(var34>(-0.025), 1, 1.200);
var37:=var36*(var35-var34)*100;
var38:=sum(var37, 10);
var39:=sma(var38, 40, 1);
var310:=var38>20;
var311:=cross(close, ma(close*1.055, 3)) and close>open*1.060 and vol>=ref(vol, 1)*1.5 and close>=ma(close, 10);
var312:=var310 and var311 ;
var313:=(-100)*(hhv(high, 3)-close)/(hhv(high, 3)-llv(low, 3));
var314:= cross(var313, (-87)) and open=1.090*ref(close, 1) and indexc>0.980*ref(indexc, 1) and close<=1.470*llv(close, 58);
var315:=ema(close, 12)-ema(close, 26);
var316:=ema(var315, 9);
var317:=2*(var315-var316);
var318:=(close-llv(low, 9))/(hhv(high, 9)-llv(low, 9))*100;
var319:=sma(var318, 3, 1);
var320:=sma(var319, 3, 1);
var321:=ema(if(var316>ref(var316, 1), 1, (-1)), 14)*14;
var322:=ema(if(var320>ref(var320, 1), 1, (-1)), 14)*14*2;
var323:=(ma(close, 5)/ma(close, 70)-1)*100;
var324:=(var323+var322+var321)/3;
var325:=ma(close, 80)-ma(close, 10)/3;
var326:=if(close and ma(vol, 5)/240 and close>ref(close, 1)*1.0 and close,88,0);{var38>var39;}
var327:=if(close/ref(close, 1)>1.050 and vol/capital*100<10 and close<17 and high/close<1.010 and var326>0, 91, 0);
var328:=if(var324>ref(var324, 1) and ref(var324, 1)<ref(var324, 2) and (var33 or var312 or var314) or var326>0 or var327>0, 85, 0);
var329:=if(var327>0 ,95,0), stick,linethick2;
var330:=if(var326>0 or var327>0,91,0), stick,linethick2;
var331:=if(var328>0 or var327>0 or var326>0,88,0), stick,linethick2;
var332:=100*(close-llv(low,42))/(hhv(high,42)-llv(low,42)),linethick1,colorgreen;
var333:=count(ma(close,3)>ref(ma(close,3),1),1)=1;
var334:=(var332<93 and var333 and max(max(var329, var330), var331))*100;
drawicon(var333>0,low*0.99,10),align5;
drawicon(var333=0,low*0.99,11),align4;
stickline(var327>90,low*0.99,low*0.95,6,0),coloryellow;
drawtext(var327>90,low*0.95,'▲追涨'),coloryellow;
drawicon(var310>0 and var327=0,high*1.01,5);

早晨之星:=ref(close,2)/ref(open,2) < 0.95 and ref(open,1) < ref(close,2) and abs(ref(open,1)-ref(close,1))/ref(close,1)<0.03 and
close/open>1.05 and close>ref(close,2);
黄昏之星:=ref(close,2)/ref(open,2) > 1.03 and ref(open,1) > ref(close,2) and abs(ref(open,1)-ref(close,1))/ref(close,1)<0.02 and
close/open<0.97 and close<ref(close,2);
长十字:=close=open and high/low >1.03;
垂死十字:=close=open and close=low and close<>high;
早晨十字星:=ref(close,2)/ref(open,2) < 0.95 and ref(open,1) < ref(close,2) and ref(open,1)=ref(close,1) and
close/open>1.05 and close>ref(close,2);
黄昏十字星:=ref(close,2)/ref(open,2) > 1.05 and ref(open,1) > ref(close,2) and ref(open,1)=ref(close,1) and
close/open<0.95 and close<ref(close,2);
射击之星:=min(open,close)=low and high-low > 3*(max(open,close)-low) and close > ma(close,5);
倒转锤头:=min(open,close)=low and high-low > 3*(max(open,close)-low) and close < ma(close,5);
锤头:=high = max(open,close) and high-low > 3*(high-min(open,close)) and close < ma(close,5);
吊颈:=high = max(open,close) and high-low > 3*(high-min(open,close)) and close>ma(close,5);
穿头破脚:=(ref(close,1)/ref(open,1)>1.03 and close/open<0.96 and close<ref(open,1) and open>ref(close,1))
or (ref(close,1)/ref(open,1)<0.97 and close/open>1.04 and close>ref(open,1) and open<ref(close,1));
乌云盖顶:=ref(close,1)/ref(open,1)>1.03 and close/open<0.97 and open>ref(close,1) and close<ref(close,1);
曙光初现:=ref(close,1)/ref(open,1)<0.97 and close/open>1.03 and open<ref(close,1) and close>ref(close,1);
身怀六甲:=abs(ref(close,1)-ref(open,1))/ref(close,1) > 0.04 and abs(close-open)/close<0.005 and
max(close,open) < max(ref(close,1),ref(open,1)) and min(close,open) > min(ref(close,1),ref(open,1));
十字胎:=abs(ref(close,1)-ref(open,1))/ref(close,1) > 0.04 and close=open and
close < max(ref(close,1),ref(open,1)) and close > min(ref(close,1),ref(open,1));
平顶:=abs(high-ref(high,1))/high<0.001;
平底:=(abs(low-ref(low,1))/low<0.001 and abs(ref(low,1)-ref(low,2))/ref(low,1)<=0.001);
大阳烛:=close/open>1.05 and high/low < close/open+0.018;
三个白武士:=ref(close,2)>ref(open,2) and ref(close,1)>ref(open,1) and close>open
and ref(close,1)>ref(close,2) and close>ref(close,1);
双飞乌鸦:=ref(close,1)<ref(open,1) and close<open and close/open<0.98;
孕育线:=ref(close,2)>ref(open,2) and (ref(close,2)-ref(open,2))/ref(open,2)>=2/100and ref(open,1)>=ref(close,1) and
(ref(open,1)-ref(close,1))/ref(close,1)<=2/100 and ref(open,1)<=ref(close,2) and ref(close,1)>=ref(open,2) and close>=open and
(close-open)/open>=2/100 and close>=ref(open,1) and open<=ref(close,1) and (max(close,ref(close,2))-min(close,ref(close,2)))/min(close,ref(close,2))<=1/100;
多方炮:=ref(close,2)>ref(open,2) and ref(close,1)<ref(open,1) and close>open;
出水芙蓉:=(open<ema(close,20) or open<ema(close,40) or open<ema(close,60)) and (close>max(ema(close,20),max(ema(close,40),ema(close,60))))
and (vol/ma(vol,30)>1.2 and close/ref(close,1)>1.049);
上升三部曲:=ref(close,4)/ref(open,4)>1.03 and ref(close,3)<ref(open,3) and ref(close,2)<ref(open,2) and ref(close,1)<ref(open,1) and
ref(low,4)<ref(low,3) and ref(low,4)<ref(low,2) and ref(low,4)<ref(low,1) and ref(high,4)>ref(high,3) and ref(high,4)>ref(high,2) and
ref(high,4)>ref(high,1) and close/open>1.03 and close>ref(close,4);
下跌三部曲:= ref(close,4)/ref(open,4)<0.97 and ref(close,3)>ref(open,3) and ref(close,2)>ref(open,2) and ref(close,1)>ref(open,1) and ref(low,4)<ref(low,3) and
ref(low,4)<ref(low,2) and ref(low,4)<ref(low,1) and ref(high,4)>ref(high,3) and ref(high,4)>ref(high,2) and ref(high,4)>ref(high,1) and close/open<0.97 and
close<ref(close,4);
跳空缺口:=high<ref(low,1) or low>ref(high,1);
三只乌鸦:=ref(close,2)<ref(open,2) and ref(close,1)<ref(open,1) and close<open and ref(close,1)<ref(close,2) and close<ref(close,1);
光脚阴线:=low=close and high<>low;
光头阳线:=high=close and high<>low;
分离:=open=ref(open,1) and (close-open)*(ref(close,1)-ref(open,1))<0;
长下影:=(min(close,open)-low)/(high-low)>0.667;
长上影:=(high-max(close,open))/(high-low)>0.667;
十字星:=close=open and high<>low;
大阴烛:=open/close > 1.05 and high/low < open/close+0.018;
好友反攻:=(ref(close,1)<ref(open,1) and close>open and abs(close-ref(close,1))/close<0.002)
or (ref(close,1)>ref(open,1) and close<open and abs(close-ref(close,1))/close<0.002);
倾盆大雨:=ref(close,1)/ref(open,1)>=1.03 and open<ref(close,1) and open>ref(open,1) and close<ref(open,1);

explain(倾盆大雨,'k线形态分析:倾盆大雨,见顶信号;'),colorcyan;
explain(大阴烛,'k线形态分析:大阴烛,后市向淡,发生逆转;'),colorcyan;
explain(好友反攻,'k线形态分析:好友反攻,底部反转;'),colorred;
explain(跳空缺口,'k线形态分析:跳空缺口,注意向上还是向下跳空;'),colorwhite;
explain(光脚阴线,'k线形态分析:光脚阴线,下跌信号;'),colorcyan;
explain(光头阳线,'k线形态分析:光头阳线,后市看涨;'),colorred;
explain(三只乌鸦,'k线形态分析:三只乌鸦,可能见顶回落;'),colorcyan;
explain(分离,'k线形态分析:分离,注意看涨分离和看跌分离;'),colorwhite;
explain(长下影,'k线形态分析:长下影,持续下跌后出现,有可能止跌回升;在升势末期出现,须多加留意;'),colorred;
explain(长上影,'k线形态分析:长上影,表明行情上档压力沉重,升势受阻;'),colorcyan;
explain(下跌三部曲,'k线形态分析:下跌三部曲,下跌信号;'),colorred;
explain(上升三部曲,'k线形态分析:上升三部曲,上涨信号;'),colorcyan;
explain(早晨之星,'k线形态分析:早晨之星,见底回升;'),colorred;
explain(黄昏之星,'k线形态分析:黄昏之星,见顶回落;'),colorcyan;
explain(十字星,'k线形态分析:十字星,有转向意味,注意股价位置在顶部还是底部;'),colorwhite;
explain(长十字,'k线形态分析:长十字,注意在顶部还是底部;'),colorwhite;
explain(垂死十字,'k线形态分析:垂死十字,下跌信号;'),colorcyan;
explain(早晨十字星,'k线形态分析:早晨十字星,上涨信号,见底回升;'),colorred;
explain(黄昏十字星,'k线形态分析:黄昏十字星,下跌信号,见顶回落;'),colorcyan;
explain(射击之星,'k线形态分析:射击之星,可能见顶回落,可靠性低;'),colorcyan;
explain(倒转锤头,'k线形态分析:倒转锤头,可能见底回升;'),colorred;
explain(锤头,'k线形态分析:锤头,可能见底回升,如有量配合,信号强烈;'),colorred;
explain(吊颈,'k线形态分析:吊颈,上升行情中见顶回落,顶部出现,见顶信号;'),colorcyan;
explain(平顶,'k线形态分析:平顶,温和的反转;'),colorcyan;
explain(穿头破脚,'k线形态分析:穿头破脚,顶部出现,见顶回落信号;'),colorcyan;
explain(乌云盖顶,'k线形态分析:乌云盖顶,见顶回落信号;'),colorcyan;
explain(曙光初现,'k线形态分析:曙光初现,后市见底回升;'),colorred;
explain(身怀六甲,'k线形态分析:身怀六甲,出现在底部,是见底回升信号;出现在顶部,是见顶回落信号;'),colorred;
explain(十字胎,'k线形态分析:十字胎;'),colorred;
explain(平底,'k线形态分析:平底,温和的反转;'),colorred;
explain(大阳烛,'k线形态分析:大阳烛,,看涨;'),colorred;
explain(三个白武士,'k线形态分析:三个白武士,每日收盘价上移,表示可能见底回升;'),colorred;
explain(双飞乌鸦,'k线形态分析:双飞乌鸦,行情将见顶回落;'),colorcyan;
explain(孕育线,'k线形态分析:孕育线,注意股价位置;'),colorwhite;
explain(多方炮,'k线形态分析:多方炮,在底部出现有上涨以为,在中间出现有可能是上涨中继,顶部出现是复合见顶信号;'),colorred;
explain(出水芙蓉,'k线形态分析:出水芙蓉,见底回升;'),colorred;

mid:=ma(close,20);
upper:=mid+2*std(close,20);
lower:=mid-2*std(close,20);
v1:=(close-lower)/(upper-lower)*100;
v2:=v1-ema(v1,5);
k1:=sum(llv(v2,4),4)/4;
v3:=ema(v2,64)*10;
v4:=ema(0.4*v2*(-1),3);
v5:=-1*ema(v2,39)*10;
a:=v3>10;
b:=v2>v4;
d:=v5>10;
e:=v3<=10 or v2<=v4 or v5<=10;
ks:=(close-sma(close,13,1))/sma(close,13,1)*(-100);
rks:=ref(ks,1);
mls:=rks/ks>1.23 and rks>13 and close/ref(close,1)>1.03;
开:=open;
高:=high;
低:=low;
收:=close;
stickline(收>=开 and e,高,低,0,0),colorred;
stickline(收>=开 and e,收,开,8,0),colorred;
stickline(收< 开 and e,高,低,0,0),colorgreen;
stickline(收< 开 and e,收,开,8,0),colorgreen;
stickline(开> 收 and a,低,高,0,0),coloryellow;
stickline(开> 收 and a,收,开,8,0),coloryellow;
stickline(开<=收 and a,低,高,0,0),coloryellow;
stickline(开<=收 and a,收,开,8,1),coloryellow;
stickline(开> 收 and b,低,高,0,0),colorred;
stickline(开> 收 and b,收,开,8,0),colorred;
stickline(开<=收 and b,低,高,0,0),colorred;
stickline(开<=收 and b,收,开,8,1),colorred;
stickline(开> 收 and d,低,高,0,0),colorgreen;
stickline(开> 收 and d,收,开,8,0),colorgreen;
stickline(开<=收 and d,低,高,0,0),colorgreen;
stickline(开<=收 and d,收,开,8,1),colorgreen;
超跌:stickline(ks>13,高,低,0,1),colorwhite,linethick2;
反弹:stickline(mls=1,高,低,0,1),colormagenta,linethick2;
stickline(ks>13,开,收,8,1),colorwhite,linethick2;
stickline(mls=1,开,收,8,1),colormagenta,linethick2;

a:ma(close,3),colorff00ff,linethick0;
a1:=(close+high+low)/(3);
b:=ema(a1,10);
b2:=ref(b,1);
ma20:=ema(close,20);
drawtext((b>b2),ma20,'*'),colorffff00;
drawtext((b<b2),ma20,'*'),coloryellow;
var1:=ema(close,3);
var2:=ema(close,8);
ma5:ma(close,5),coloryellow;
ma21:=ema(close,21);
stickline(var1<ma21,h,l,0,0),colorgreen;
stickline(var1<ma21,c,o,8,0),color007700;
stickline(var1<ma21,c,o,7,0),color008e00;
stickline(var1<ma21,c,o,6,0),color009900;
stickline(var1<ma21,c,o,5,0),color00a600;
stickline(var1<ma21,c,o,4,0),color00b500;
stickline(var1<ma21,c,o,3,0),color00c600;
stickline(var1<ma21,c,o,2,0),color00d500;
stickline(var1<ma21,c,o,1,0),color00e600;
stickline(var1>ma21,h,l,0,0),color106fff;
stickline(var1>ma21,c,o,8,0),color000084;
stickline(var1>ma21,c,o,7,0),color000095;
stickline(var1>ma21,c,o,6,0),color0000a2;
stickline(var1>ma21,c,o,5,0),color0000b3;
stickline(var1>ma21,c,o,4,0),color0000c8;
stickline(var1>ma21,c,o,3,0),color0000d7;
stickline(var1>ma21,c,o,2,0),color0000ea;
stickline(var1>ma21,c,o,1,0),color0000ff;

stickline(var1<var2 and var1>ma21,h,l,0,0),colorff5d10;
stickline(var1<var2 and var1>ma21,c,o,8,0),colorff5d10;
stickline(var1<var2 and var1>ma21,c,o,5,0),colorff7710;
stickline(var1<var2 and var1>ma21,c,o,2,0),colorff9910;
stickline(var1>var2 and var1<ma21,h,l,0,0),colorff00ff;
stickline(var1>var2 and var1<ma21,c,o,8,0),color8e008e;
stickline(var1>var2 and var1<ma21,c,o,7,0),color9d009d;
stickline(var1>var2 and var1<ma21,c,o,6,0),colorb000b0;
stickline(var1>var2 and var1<ma21,c,o,5,0),colorc600c6;
stickline(var1>var2 and var1<ma21,c,o,4,0),colord000d0;
stickline(var1>var2 and var1<ma21,c,o,3,0),colore600e6;
stickline(var1>var2 and var1<ma21,c,o,2,0),colorf900f9;
stickline(var1>var2 and var1<ma21,c,o,1,0),colorff09ff;

ma2:=ma(close,10);
ma34:=ma(close,34);
vara:=((amount)/(vol))/(100);
varb:=((3)*(high)+low+open+(2)*(close))/(7);
varc:=((sum(amount,7))/(vara))/(100);
vard:=dma(varb,(vol)/(varc));
vare:=((close-vard)/(vard))*(100);
varf:=((close-llv(low,34))/(hhv(high,34)-llv(low,34)))*(100);
varj:=ma(vare,20)+std(vare,20);
bias18:=((close-ma(close,18))/(ma(close,18)))*(100);
k:=sma(varf,3,1);
顶:=(ref(bias18,1)>=5) and cross(varj,vare) and (k>79);
drawtext((ref(bias18,1)>=5) and cross(varj,vare) and (k>79),h*1.02,'★风险'),coloryellow;


任意买卖主图(日、周、月周期同显,源码,贴图,无加密)

  >>>使用本站搜索工具可以找到更多任意买卖主图日周月周期同显无加密公式下载 飞狐加密源码指标 源码

指标公式下载地址

点这下载软件
好公式网提供全网最全的指标公式软件,感谢您的支持!鼠标双击图片可看大图!
下载请点击右侧“立即下载”,如只有源码,请点击本页面右侧的导入方法按图导入!
本站指标基于网友分享,仅供研究自学,勿作他用,本站对下载使用不承担任何责任!

指标公式下载注意

    ☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!

    ☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。

    ☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;

    ☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;

    ☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;

    ☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;

    ☉ hxf格式指标公式,仅可以用同花顺软件引入使用。

    ☉ 如果您发现下载软件链接错误,请联系管理员报告错误。

    ☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!

    ☉ 本文任意买卖主图日周月周期同显无加密公式下载 飞狐加密源码指标 源码仅供学习研究。

猜你喜欢

学了又学