老师,请看截图的止盈点和实际止盈点的区别,是否存在第二次sth必须是最高的sth就能解决呢?
[PEL] 复制代码 sth:=ref(h,3)<ref(h,2)&&ref(h,2)>=ref(h,1)&&ref(h,2)>h;
stl:=ref(l,3)>ref(l,2)&&ref(l,2)<=ref(l,1)&&ref(l,2)<l;
ddzy:=llv(l,enterbars)<valuewhen(stl,ref(l,2))&&valuewhen(stl,ref(l,2))<ref(valuewhen(stl,ref(l,2)),barslast(stl)+1)&&(barpos-ref(valuewhen(stl,barpos-1),barslast(stl)+1))<enterbars;
kkzy:=hhv(h,enterbars)>valuewhen(sth,ref(h,2))&&valuewhen(sth,ref(h,2))>ref(valuewhen(sth,ref(h,2)),barslast(sth)+1)&&(barpos-ref(valuewhen(sth,barpos-1),barslast(sth)+1))<enterbars; |