孕線幫忙編輯 [博易POBO]
咨詢(xún)內(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")
你好這個(gè)幫忙更改為博弈版本謝謝 來(lái)源 程序化久久網(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")
?
?來(lái)源:程序化99網(wǎng)( www.kzuj.com.cn )
博易技術(shù)人員: 您好,此類(lèi)公式無(wú)法修改。 H>REFX(H,1)&&L<REFX(L,1),ICON(1,'ICO151');你好這個(gè)幫忙更改為博弈版本謝謝 來(lái)源 程序化久久網(wǎng)
有思路,想編寫(xiě)各種指標(biāo)公式,交易模型,選股公式,還原公式的朋友
可聯(lián)系技術(shù)人員 QQ: 262069696 或微信號(hào):cxh99cxh99 進(jìn)行 有償收費(fèi) 編寫(xiě)!
(怎么收費(fèi),代編流程等詳情請(qǐng)點(diǎn)擊閱讀!)
(注:由于人數(shù)限制,QQ或微信請(qǐng)選擇方便的一個(gè)聯(lián)系我們就行,加好友時(shí)請(qǐng)簡(jiǎn)單備注下您的需求,否則無(wú)法通過(guò)。謝謝您!)
相關(guān)文章
-
沒(méi)有相關(guān)內(nèi)容