你要的选来股公式代码如下源 n:=9;m1:=3;m2:=3;var1:=(high+low+close)/3;var2:=(var1-ma(var1,14))/(0.015***edev(var1,14));var3:=if(trou**ars(3,16,1)=0 and high>low+0.04,80,0);var4:=if(zig(3,22)>ref(zig(3,22),1)a...
不用修改,你这公式已能通过通达信测试,贴过去就能选股了。顺便把每个语句的翻译贴在下面:diff赋值:收盘价的12日指数移动平均-收盘价的26日指数移动平均dea赋值:diff的9日指数移动平均,colorffff00a1赋值:上次昨日diff上穿dea距今天数底背离赋值:a1+1日前的收盘价>收盘价 and diff>a1+1日前的diff and diff上穿deadea0赋值:di...
cn1:=hhv(v,5);cn2:=o>c;cn02:=c>o;cn03:=c=o;cn04:=((sum(v,5)/cn1));cn05:=if(cn04>0.3,1,0);cn06:=if(cn2 and cn05,v,0);cn07:=if(cn02 and cn05,v,0);ad:=sum(cn07,3),coloryellow;da:=sum(cn06,3);az:...