指标公式详细说明
好公式网(www.goodgongshi.com)告诉您:当前正要下载:十六个选股公式 飞狐选股源码指标 源码
本主题仅仅提供源码,并不提供公式下载。
{霸王买点}
m5:=13;
n5:=16;
a51:=(close+open)/2;
a52:=(high+low)/2;
a53:=if(close>ref(close,1),max(a51,a52),min(a51,a52));
b51:=sum(a53*vol,m5)/sum(vol,m5);
霸王买点:(close-b51)/b51*100<n5*-1 and close/hhv(close,50)<=0.7 and c/llv(c,5)<1.1;
{财神到}
var3:=(close-llv(low,20))/(hhv(high,20)-llv(low,20))*100;
var4:=sma(sma(var3,3,1),3,1);
var5:=ema(var4,5);
var7:=3*var4-2*var5;
财神到:cross(var7,var4) and var7<21;
{大胆买入}
cvq:=(ma(close,80)-ma(close,13)/3);
cq:= ma((close-cvq)/cvq,1);
cxa:=ema(cq,12)*0.7;
cxb:=ema(cq,3);
cd:=if(llv(cxb-cxa,12)>0,0,-30);
大胆买入:filter(count(cd<-20,3)=3,34);
{东方不败}
vv13:=(close-ma(close,45))/ma(close,45)*100<-17 ;
东方不败:vv13 and vol>ma(vol,5);
{短买}
mv1:=llv(low,5)=llv(low,45) and close>=open*1.04;
mv2:=close>(ref(high,1)+ref(low,1))/2;
短买:mv1 and mv2;
{短线买点}
db1:=sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1)-3*sma(sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1),3,1);
db2:=sma(sma(sma((close-llv(low,27))/(hhv(high,27)-llv(low,27))*100,5,1),3,1),2,1);
趋势2:=5*db1-db2;
短线买点:if(cross(趋势2,5),1,0);
{极端买点}
无极:= sma(low,21,2)*0.95;
雪鹰:= if(ma(vol,1)>ma(vol,2)>ma(vol,3), sma(high,2,1),sma(close,3,1));
神枪:= if(ma(vol,3)>ma(vol,5)>ma(vol,9),sma(close,3,1),sma(close,5,1));
极端买点:cross(雪鹰,无极) or cross(神枪,无极);
{抢钱}
抢钱:if(filter(sma(close/hhv(high,120),3,1)*100<50,10),1,0);{52};
{公式名称:轻松追涨}
追涨:ref(hhv(high,60)=hhv(high,96),0)
and ref(vol/capital,0)*100<1.16
and ref(close,0)/ref(close,1)>1.07
and ref(cross(hhv(high,1),hhv(high,96)),1)
and hhv(high,1)/hhv(high,96)=1;
{上升在即}
xxvar1:=4*sma((close-llv(low,5))/(hhv(high,5)-llv(low,5))*100,5,1)-3*sma(sma((close-llv(low,5))/(hhv(high,5)-llv(low,5))*100,5,1),3.2,1);{,color0099ff,linethick1;}
上升在即:cross(xxvar1,4);{ if(cross(xxvar1,4),80,0);} {,stick,colorred,linethick2; };
{神枪}
fa1:=ref(close,2);
fa2:=sma(max(close-fa1,0),7,1)/sma(abs(close-fa1),7,1)*100;
神枪:if(fa2<14,1,0),linethick0;
{顺势搭轿}
顺势搭轿:(c-ma(c,48))/ma(c,48)*100<-28 and sma(max(c-ref(c,1),0),12,1)/sma(abs(c-ref(c,1)),12,1)*100>23 and vol>ma(vol,18) and count(c=o,6)=0;
{天下奇兵}
mv1:=llv(low,5)=llv(low,45) and close>=open*1.04;
mv2:=close>(ref(high,1)+ref(low,1))/2;
天下奇兵:mv1 and mv2;
{无敌}
var21:=3*sma((close-llv(low,40))/(hhv(high,40)-llv(low,40))*100,5,1)-2*sma(sma((close-llv(low,40))/(hhv(high,40)-llv(low,40))*100,5,1),3,1);
无敌:cross(var21,3);
{雨后春笋}
my换手率:=100*vol/capital;
春笋:if((c-min(ref(c,2)*0.865,ref(c,13)*0.772))/c<0.05 and sum(my换手率,5)/5<1.8,1,0);
{专抢反弹}
qv2:=dma(ema(close,12),sum(vol,5)/3/capital);
qv3:=(close-qv2)/qv2*100;
反弹:(ref(qv3,1)<-45 and qv3>ref(qv3,1) and ref(qv3,1)<ref(qv3,2) and qv3-ref(qv3,1)>2.5)*1;{40};
>>>使用本站搜索工具可以找到更多“十六个选股公式 飞狐选股源码指标 源码”