{n:(1950,2100,2013);y:(1,12,3);r:(1,31,25);将以上参数输入参数栏内,参数n\y\r分别表示年、月、日,可以自由调整} 指定日期:=year=n and month=y and day=r;指定均线:=expma(c,x);cross(c,指定均线)and 指定日期;
n:=9;m1:=3;m2:=3;rsv:=(close-llv(low,n))/(hhv(high,n)-llv(low,n))*100;k:=sma(rsv,m1,1);d:=sma(k,m2,1);j:=3*k-2*d;a1:=barslast(ref(cross(k,d),1));底背离:ref(close,a1+1)>close and k>ref(k,a1+1)and cr...