找CPA合作,或者会报各州税# Accounting - 会计审计
z*g
1 楼
图形见附图最底下一格,柱子变红色,指示反弹买进点位,反弹回抽短线操作比较适用
。如汉森制药的指示点位在41快,反弹到51。
源码:
AA1:=filter(low=llv(low,13),15);
AA2:=if(LLV(low,3)=llv(low,13) and close,12),barslast(AA1)+1)-low,0),0);
AA3:=ema(AA2,3)*3;
AA4:=sumbars(AA3>0,21);
AA5:=sum(AA3,AA4)/21;
AA6:=ref(AA3,1)=hhv(AA3,3) and ref(AA3,1)>AA5*3 and count(close/ref(close,1)
<0.9025,8)=0 and isup and llv(low,3)/hhv(high,18)<0.88;
AA7:=(count("ddx.ddx">0,5)>0 or not("ddx.ddx1"ddx.ddx3")) and count("ddx.ddx">ref("ddx.ddx",1),10)>=4;
反弹:filter(AA6 and AA7,5),colorblack;
stickline(close,0,AA3,8,1),coloryellow;
stickline(反,0,AA3,8,0),colorred;
。如汉森制药的指示点位在41快,反弹到51。
源码:
AA1:=filter(low=llv(low,13),15);
AA2:=if(LLV(low,3)=llv(low,13) and close,12),barslast(AA1)+1)-low,0),0);
AA3:=ema(AA2,3)*3;
AA4:=sumbars(AA3>0,21);
AA5:=sum(AA3,AA4)/21;
AA6:=ref(AA3,1)=hhv(AA3,3) and ref(AA3,1)>AA5*3 and count(close/ref(close,1)
<0.9025,8)=0 and isup and llv(low,3)/hhv(high,18)<0.88;
AA7:=(count("ddx.ddx">0,5)>0 or not("ddx.ddx1"ddx.ddx3")) and count("ddx.ddx">ref("ddx.ddx",1),10)>=4;
反弹:filter(AA6 and AA7,5),colorblack;
stickline(close,0,AA3,8,1),coloryellow;
stickline(反,0,AA3,8,0),colorred;