孕線幫忙編輯 [博易POBO]
咨詢內(nèi)容:
孕線幫忙編輯
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")
你好這個幫忙更改為博弈版本謝謝 來源 程序化久久網(wǎng)
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網(wǎng)( www.weiqiv.net.cn )
博易技術(shù)人員: 您好,此類公式無法修改。 H>REFX(H,1)&&L<REFX(L,1),ICON(1,'ICO151');你好這個幫忙更改為博弈版本謝謝 來源 程序化久久網(wǎng)
有思路,想編寫各種指標公式,交易模型,選股公式,還原公式的朋友
可聯(lián)系技術(shù)人員 QQ: 262069696 或微信號:cxh99cxh99 進行 有償收費 編寫!
(注:由于人數(shù)限制,QQ或微信請選擇方便的一個聯(lián)系我們就行,加好友時請簡單備注下您的需求,否則無法通過。謝謝您!)
相關(guān)文章
-
沒有相關(guān)內(nèi)容