咨詢內容:
孕線幫忙編輯
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.tumamayizhan.com )
博易技術人員:
您好,此類公式無法修改。
H>REFX(H,1)&&L<REFX(L,1),ICON(1,'ICO151');
你好這個幫忙更改為博弈版本謝謝
來源 程序化久久網