通达信,帮忙改为条件选股公式,主要是买点波段买入、出击
{坚决买进}var7:=ema(amount/vol/100,3);var8:=ema(var7,88);var9:=ema(var7,88)*0.85;vara:=var9*0.87;varb:=low<vara and close>ref(close,1)*1.02;坚决买进:filter(varb,6);{出击}va4:=llv(low,34);va5:=hhv(high,34);va6:=ema((varf-va4)/(va5-va4)*100,6);va7:=ema(0.667*ref(va6,1)+0.333*va6,4);出击:if(count(close<ref(close,1),8)/8>0.3 and count(va6>va7,3) and ref(low,1)=llv(low,120) and close>open,1,0);{波段买入}a:=(3*close+low+open+high)/6;d1:=(20*a+19*ref(a,1)+18*ref(a,2)+17*ref(a,3)+16*ref(a,4)+15*ref(a,5)+14*ref(a,6)+13*ref(a,7)+12*ref(a,8)+11*ref(a,9)+10*ref(a,10)+9*ref(a,11)+8*ref(a,12)+7*ref(a,13)+6*ref(a,14)+5*ref(a,15)+4*ref(a,16)+3*ref(a,17)+2*ref(a,18)+ref(a,20))/211;d2:=ema(d1,2);d3:=ema(d2,2);k1:=ema(d3,2);波段买入:cross(d1,k1);股票公式专家团为你解答,希望能帮到你,祝投资顺利。 20210311
类似问答
-
请高手帮帮我把下面通达信公式改成选股指标 要选出低买
-
2024-11-28 15:27:47
-
提问者: 未知
rsv:=(close-llv(low,25))/(hhv(high,25)-llv(low,25))*100;varb2:=(rsv/2+22)*1;量:=ema(vol,13);资金:=ema(amount,13);过滤:=((资金/量)/100);提纯:=(((close -过滤) / 过滤) * 100);黄金:=((提纯<(0)) and zxnh),colorred;低买xg:黄...
-
-
求高手帮忙把通达信指标公式改成选股公式
-
2024-11-28 17:01:00
-
提问者: 未知
这个公式很一般,所谓的魔鬼通道其实就是30周期的布林带,你看下面的买卖信号是用未来函数做的的,不能用于实战! drawicon(cross(zig(3,10) ,ref(zig(3 ,10),1)) ,low*0.98,1);这句的意思是:当收盘价的10%的之字转向上穿前次收盘价10%的之字转向时买进; drawicon(cross(ref(zig(3,10),1),zig(3,10)) ,hig...
-
下个公式在通达信条件选股公式不能通过 请高手帮忙
-
2024-11-28 20:24:54
-
提问者: 未知
n:=8;m:=13;回踩线:ma(c,m);中期线:ma(c,60);长期线:ma(c,120);均线多头:=中期线>ref(中期线,1) and 长期线>ref(长期线,1);大阳:=c/ref(c,1)>=1.08;dysj:=barslast(大阳);跟踪:=dysj<=13 and count(l>ref(l,dysj),dysj)=dysj and c/r...
-
通达信副图公式修改为条件选股公式
-
2024-11-28 06:27:38
-
提问者: 未知
var1:=(2*close+high+low+open)/5;var2:=llv(low,21);var3:=hhv(high,21);sk:=ema((var1-var2)/(var3-var2)*100,5);sd:=ema(0.667*ref(sk,1)+0.333*sk,4);xg:cross(sk,sd);(已测试)
-
1急求高手帮忙编写通达信选股公式及预警公式条件,条件如下:
-
2024-11-28 01:31:17
-
提问者: 未知
第一个:f:=100*(c-ref(c,1))/ref(c,1); 今小昨:=if(c<ref(o,1) and f<0,1,0); s1:=今小昨; 今小前:=if(c<ref(o,2) and f<0,1,0); s2:=今小前; a3:=s1=0 and ref(s1,1)=1 and s2=0 and ref(s2,1)=1 and cross(zig(3,10) ...
-
老师帮忙写个通达信的选股公式 条件如下
-
2024-11-28 20:05:41
-
提问者: 未知
今换手:=vol/capital*100;昨换手:=ref(今换手,1);xg:今换手/昨换手>=2 and 今换手>5 and v/ref(v,1)>2 and ma(c,20)>ref(ma(c,20),1) and "kdj.k"<=50 and if((c-ref(c,1))*100/ref(c,1)>=(10-0.01*100/re...
-
请高手帮忙把通达信指标公式改成选股公式,条件是出现黄色柱线时买入,谢谢了
-
2024-11-28 23:41:37
-
提问者: 未知
hdy:ema (100*(c-llv(low,34))/(hhv(h,34)-llv(low,34)),3)
-
麻烦您帮忙改成通达信选股公式,买入提示,谢谢!!
-
2024-11-28 18:10:50
-
提问者: 未知
ma5:=ma(c,5);ma10:=ma(c,10);ma30:=ma(c,30);zx:=(ma5+ma10)/2;qsxs:=ma5>=ma30 and ma30>ref(ma30,1);gd:=zx>=ref(zx,1) and ref(zx,1)<ref(zx,2);yb:=c>ref((o-c)/2+c,2);买:=cross(c,zx) and (gd ...
-
请高手帮改通达信选股公式 条件:选出所有红箭头的 谢谢
-
2024-11-28 21:57:33
-
提问者: 未知
var1:=(close-llv(low,34))/(hhv(high,34)-llv(low,34))*100;var2:=sma(var1,3,1);var3:=sma(var2,3,1);var4:=sma(var3,3,1);选红箭头:cross(var3,var4);
-
帮忙改成选股(通达信)
-
2024-11-28 13:43:52
-
提问者: 未知
rsv2:=(close-llv(low,89))/(hhv(high,89)-llv(low,89))*100;n2:=27;rsv1:=(close-llv(low,n2))/(hhv(high,n2)-llv(low,n2))*100;中k:=sma(rsv1,5,1);中d:=sma(中k,10,1);c_d1:=(3*c+2*o+l+h)/7; wma5:=(5*c_d1+4*ref(c...