小男孩‘自慰网亚洲一区二区,亚洲一级在线播放毛片,亚洲中文字幕av每天更新,黄aⅴ永久免费无码,91成人午夜在线精品,色网站免费在线观看,亚洲欧洲wwwww在线观看

分享

大智慧股票池通常用到的條件選股公式

 秦王888 2014-07-04
1、活躍度選股
ma(vol,3)>ref(ma(vol,20),3)                                                        {最近三天的成交均量大于三天前的20日均量}
and vol>ref(vol,1) and ref(vol,1)>ref(vol,2)                                 {最近三天成交量遞增,逐漸活躍} 
and amount>30000000 and amount<500000000                   {成交額在3000萬到5億之間}
and amount/ref(amount,2)<3                                                      {今天的成交額不大于前天的4倍}
and (dynainfo(54)-dynainfo(3))/dynainfo(3)>0.06 and dynainfo(41)>0;                         {剔除停牌股票和ST股票}   

2、資金面選股
ma("ddx.ddx",2)/ma(abs("ddx.ddx"),120)>1                                 {最近二日DDX均值大于120日絕對(duì)值平均數(shù)的1.0倍}
and ma("ddy.ddy",2)/ma(abs("ddy.ddy"),120)>1                          {最近二日DDY均值大于120日絕對(duì)值平均數(shù)的1.0倍}
and count("ddz.ddz">0,5)>=3                                                        {最近5天DDZ有3天以上飄紅}
and (close-llv(close,20))/llv(close,20)*100<16                              {最新價(jià)與20日收盤最低點(diǎn)漲幅小于16%}
and (close-ref(close,3))/ref(close,3)*100<7;                                  {三日漲幅小于7%}  

3、價(jià)值選股
"1a0001$close">1.003*"1a0001$open"                           {上證指數(shù)收陽,實(shí)體在0.3%以上}
and count("ddy.ddy"<-0.8*ma(abs("ddy.ddy"),120),3)=0            {最近3個(gè)交易日沒有明顯的出貨}
and dynainfo(14)*100<5 and dynainfo(14)*100>-3                                           {漲幅介于-3%至5%之間}
and (close-llv(close,30))/llv(close,30)*100<18                                                     {最新價(jià)與30日收盤最低點(diǎn)漲幅小于18%}
and (close-ref(close,3))/ref(close,3)*100<7                                                          {三日漲幅小于7%}    
and (close-llv(close,min(barpos,250)))/llv(close,min(barpos,250))*100<100;  {如果上市超過1年,最近一年最大漲幅小于100%}

4、突破趨勢(shì)線
AA1:=REF(H,4)=HHV(H,2*4+1);
BB1:=BACKSET(AA1,4+1);
SS1:=FILTER(BB1,4) AND H=HHV(H,4+1);
vb:=REF(L,4)=LLV(L,2*4+1);
vb2:=BACKSET(vb,4+1);
vb1:=FILTER(vb2,4) AND L=LLV(L,4+1);
var1:=barslast(ss1);
var2:=ref(var1,var1+1)+1;
Xhigh:=if(var1>0,ref(high,var1),high);
XXhigh:=ref(high,var1+var2);
K:=(xhigh-xxhigh)/var2;
res:=xhigh+K*var1;
K<0
and filter(cross(close,res),3)
and dynainfo(17)>1.6 and isup and dynainfo(14)<0.05;

5、MACD空中加油
ref(last("macd.macd"<ref("macd.macd",1)),1)>=3
and "Macd.macd">ref("macd.macd",1)
and last("macd.dea">0)>=10;
6、MACD底部反轉(zhuǎn)
var1:=ma(abs("macd.macd"),100);
ref("MACD.macd",1)=LLv("MACD.macd",13) and "macd.macd"<0-2*var1;

7、價(jià)值突破
MA1:=EMA(Close,3);
MA2:=EMA(Close,5);
MA3:=EMA(Close,8);
MA4:=EMA(Close,10);
MA5:=EMA(Close,12);
MA6:=EMA(Close,15);
MA7:=EMA(Close,30);
MA8:=EMA(Close,35);
MA9:=EMA(Close,40);
MA10:=EMA(Close,45);
MA11:=EMA(Close,50);
MA12:=EMA(Close,60);
var1:=(ma1+ma2+ma3+ma4+ma5+ma6)/6;
var2:=(ma7+ma8+ma9+ma10+ma11+ma12)/6;
shortmin:=min(ma1,ma2,ma3,ma4,ma5,ma6);
shortmax:=max(ma1,ma2,ma3,ma4,ma5,ma6);
longmin:=min(ma7,ma8,ma9,ma10,ma11,ma12);
longmax:=max(ma7,ma8,ma9,ma10,ma11,ma12);
var3:=barslast(longcross(shortmin,longmax,5));
var4:=ma(longmax/longmin-1,50);
cond1:=((cross(close,shortmax) and cross(close,shortmin))
          or (open<shortmin and close>shortmax))                 
   and ((var1>ref(var1,1) and ref(var1,1)<ref(var1,2)            
         and count(close/ref(close,1)<0.93,10)=0)                 
       or count(max(open,close)<shortmin,10)>=2);                
cond2:= last(var2>ref(var2,1))>=8                                
    and last(shortmin>longmax*0.995)>=10                         
    and between(longmax/longmin-1,var4/2,min(var4*1.5,0.13))      
    and count(longmax/longmin-1>max(var4*2,0.13),var3)=0;         
cond1 and cond2;

8、基本面選股
DYNAINFO(39)>0 and DYNAINFO(39)<100                 {市盈率介于0—100之間,可自己調(diào)整數(shù)值}
and DYNAINFO(58)>0 and DYNAINFO(58)<5               {市凈率介于0—5之間,可自己調(diào)整數(shù)值}
and (4/PFFINTERM(0))*PFFIN(1251,0)/DYNAINFO(56)>0.3;  {最近一期財(cái)報(bào)的年化營(yíng)業(yè)收入與總市值之比大于0.3,可自己調(diào)整參數(shù)}

流通市值小于10億的選股公式
C*CAPITAL*100/100000000<10

大智慧,流通市值小于60億的選股公式是怎么寫的?

流通市值:=C*CAPITAL*VOLUNIT/100000000; 
流通市值<60;

    本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn)。請(qǐng)注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊一鍵舉報(bào)。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評(píng)論

    發(fā)表

    請(qǐng)遵守用戶 評(píng)論公約

    類似文章 更多