var2:=REF(LOW,1);
var3:=SMA(ABS(LOW-var2),3,1)/SMA(MAX(LOW-var2,0),3,1)*100;
var4:=EMA(IF(CLOSE*1.2,var3*10,var3/10),3);
var5:=LLV(LOW,38);
var6:=HHV(var4,38);
var7:=IF(LLV(LOW,90),1,0);
var8:=EMA(IF(LOW<=var5,(var4+var6*2)/2,0),3)/618*var7;
有莊的影子: STICKLINE(var8,0,var8,6,1) , COLORffaaff;
趨勢線(xiàn): (CLOSE-MA(CLOSE,40))/MA(CLOSE,40)*100 , COLORaabbdd;
aa:=((ref(趨勢線(xiàn),1)<ref(趨勢線(xiàn),2) and 趨勢線(xiàn)<-30) and 趨勢線(xiàn)>=ref(趨勢線(xiàn),1)) or (ref(cross(-30,趨勢線(xiàn)),1) and cross(趨勢線(xiàn),-30)) or 趨勢線(xiàn)=-30;
drawtext(aa,500,'砸鍋賣(mài)田買(mǎi)'),coloryellow;
砸鍋賣(mài)田買(mǎi):if(aa,500,-30),coloryellow;
bb:=((ref(趨勢線(xiàn),1)<ref(趨勢線(xiàn),2) and 趨勢線(xiàn)<-20 and 趨勢線(xiàn)>-25) and 趨勢線(xiàn)>=ref(趨勢線(xiàn),1)) or (ref(cross(-20,趨勢線(xiàn)),1) and cross(趨勢線(xiàn),-20));
drawtext(bb,300,'見(jiàn)底信號'),colorred;
見(jiàn)底信號:if(bb,300,-20),colorred;
cc:=((ref(趨勢線(xiàn),1)<ref(趨勢線(xiàn),2) and 趨勢線(xiàn)<-25 and 趨勢線(xiàn)>-30) and 趨勢線(xiàn)>=ref(趨勢線(xiàn),1)) or (ref(cross(-25,趨勢線(xiàn)),1) and cross(趨勢線(xiàn),-25));
drawtext(cc,400,'莫錯失機會(huì )'),color00ff00;
莫錯失機會(huì ):if(cc,400,-25),color00ff00;
底部快顯:if(cross(-20,趨勢線(xiàn)),100,-20),linethick2,colorf0f000;
drawtext(cross(-20,趨勢線(xiàn)),120,'★'),colorf0f000;
機會(huì )來(lái)臨:if(cross(-25,趨勢線(xiàn)),150,-25),linethick2,colorf00ff0;
drawtext(cross(-25,趨勢線(xiàn)),170,'★'),colorf00ff0;
砸鍋賣(mài)田等:if(cross(-30,趨勢線(xiàn)),200,-30),linethick2,colorwhite;
drawtext(cross(-30,趨勢線(xiàn)),220,'★'),colorwhite;
{見(jiàn)底信號:}-20,colorred,pointdot;
{莫要錯失機會(huì ):}-25,colorlime,pointdot;
{砸鍋賣(mài)田等著(zhù)你:}-30,coloryellow,pointdot;
聯(lián)系客服