欢迎使用金字塔普通技术服务论坛,您可以在相关区域发表技术支持贴。我司技术服务人员将优先处理 VIP客服论坛 服务贴,普通区问题处理速度慢,请耐心等待。谢谢您对我们的支持与理解。
L1:=llv(l,barslast(date<>ref(date,1)));H1:=hhv(h,barslast(date<>ref(date,1)));L2:=barslast(l>l1);L3:=barslast(h<h1);if type(1)=1 then begin V1:=enterbars; L4:=L2;end if type(1)=3 then begin V2:=enterbars; L5:=L3;end
空间隔:L4-V2,nodraw;多间隔:L5-V1,nodraw;
//以上代码,需要验证,你加到你的策略中,看看指标输出是否是你要的效果。