孕线帮忙编辑 [博易POBO]
咨询内容:
孕线帮忙编辑
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")
你好这个帮忙更改为博弈版本谢谢 来源 程序化久久网
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');你好这个帮忙更改为博弈版本谢谢 来源 程序化久久网
有思路,想编写各种指标公式,交易模型,选股公式,还原公式的朋友
可联系技术人员 QQ: 262069696 或微信号:cxh99cxh99 进行 有偿收费 编写!
(注:由于人数限制,QQ或微信请选择方便的一个联系我们就行,加好友时请简单备注下您的需求,否则无法通过。谢谢您!)
相关文章
-
没有相关内容