咨询内容:
孕线帮忙编辑
study("InSide Bar Strategy", overlay=true)
First = input(true,title="First Inside Bar (crosses)")
Second = input(true,title="Second Inside Bar (dots)")
IB1 = high<high[1] and low>low[1]?1:0
IB2 = high<high[1] and high[1]<high[2] and low>low[1] and low[1]>low[2]?1:0
both = IB1 == IB2? true:na
plotshape(First?(both?na:IB1):na,style=shape.cross,color=yellow,location=location.abovebar,transp=0,title="First Inside Bar")
plotshape(Second?IB2:na,style=shape.circle,color=yellow,location=location.abovebar,transp=0,title="Second Inside Bar")
来源:程序化99网( WWW.CXH99.COM )
博易技术人员:
您好,此类公式无法修改。
H>REFX(H,1)&&L<REFX(L,1),ICON(1,'ICO151');
你好这个帮忙更改为博弈版本谢谢
来源 程序化久久网