CTA8:=(EMA(CLOSE,5)*7+EMA(CLOSE,10)*3)/10;
CTA9:=IF(YEAR>=2025,0,1);
CTA10:=EMA(EMA(LOW,21)+6.8*STD(LOW,2),55);
CTA11:=EMA(CLOSE/CTA10*(1.88*CLOSE+LOW+OPEN)/2.75,3);
CTA16:=(CTA11-CTA10)/CTA10/2;
CTA18:=EMA(CTA11-CTA16*CTA11,5)*CTA9;
漏斗下:=IF(CTA8>CTA18,CTA8,CTA18)*CTA9;
漏斗上:=IF(CTA18<CTA8 AND CTA18<C*0.15,EMA(C,300)-3*STD(C,300),CTA18);
XG:BARSLASTCOUNT(漏斗下!=漏斗上)=1;