JF10大周期Var6:=low*1.03 AND CLOSE>REF(MA(CLOSE,5),1) AND MA(CLOSE,5)>REF(MA(CLOSE,5),1) ; 卖:EMA(SLOPE(C,21)*20+C,42),colorGREEN,linethick0; 卖卖:EMA(SLOPE(C,34)*20+C,68),linethick0; A2:MA(c,1),linethick0; STICKLINE(Var6<1 AND Var6=REF(Var6,1),0.5,0,10,0),colorwhite; STICKLINE(Var6<1 AND Var6<REF(Var6,1),0.5,0,10,0),colorwhite; Var7:low*1.03 AND A2>REF(MA(卖,1),1) AND MA(卖,1)>REF(MA(卖,1),1) ,coloryellow; STICKLINE(A2<卖 AND A2<=REF(卖,1),0.5,0,10,0),colorwhite; STICKLINE(A2>卖 AND A2>REF(卖,1),0.5,0,10,0),COLORRED; 买:IF(CROSS((4*SMA((CLOSE-LLV(LOW,25))/(HHV(HIGH,25)-LLV(LOW,25))*100,5,1)- 3*SMA(SMA((CLOSE-LLV(LOW,25))/(HHV(HIGH,25)-LLV(LOW,25))*100,5,1),3,1)),(8)),2,0),stick,color0099ff,linethick6; drawtext(买,1.5,'我买'),color66ffcc; ls:=c/ref(c,1)>1.048 and c=h and between(forcast(V,4),0.2*forcast(v,12),2.1*forcast(v,12)); 拉升:filter(ls,20)*2,COLORRED; aa1:=(max(c,o)+h)/2; aa2:=(min(c,o)+l)/2; a21:=c>=ref(c,2)+(ref(c,1)-ref(c,2))/ref(c,2)/4; a31:=ref(c,1)>ref(c,2)*1.03 or ref(c,1)>ref(c,3)*1.04 or count(ref(c,1)>ref(c,2),3)=3; a41:=(aa1-aa2)/ref(c,1)<0.04 and (c-ref(c,1))/ref(c,1)<=0.75*(ref(c,1)-ref(c,2))/ref(c,2); a51:=(aa1-aa2)/ref(c,1)<0.6*(ref(c,1)-ref(c,2))/ref(c,2); a61:=(ref(h,1)-ref(c,1))<(ref(c,1)-ref(c,2))*1.5 and ref(c,1)>=ref(o,1); 回档:a21 and a31 and a41 and a51 and a61,colorGREEN,linethick2;{点击看本软件截图: 58股票 公式网 http://www. 58gu. com 整理} |