不用修改,你这公式已能通过通达信测试,贴过去就能选股了。顺便把每个语句的翻译贴在下面:diff赋值:收盘价的12日指数移动平均-收盘价的26日指数移动平均dea赋值:diff的9日指数移动平均,colorffff00a1赋值:上次昨日diff上穿dea距今天数底背离赋值:a1+1日前的收盘价>收盘价 and diff>a1+1日前的diff and diff上穿deadea0赋值:di...
v1:=ema(close,60)-ema(close,300);v2:=ema(v1,300);v3:=(close-llv(low,8))/(hhv(high,8)-llv(low,8))*100;v4:=sma(v3,2,1);v5:=sma(v4,2,1);v6:=close/ref(close,3)>=1.1;v7:=backset(v6,3);大涨买:if((v7 and cou...