請問程序為什么沒有信號? [開拓者 TB]
- 咨詢內(nèi)容:
Params
Numeric n(5);
Numeric jxts(20);
Vars
Numeric xg;
Numeric xd;
Numeric jx;
Begin
xg = Highest(High,n);
xd = Lowest(Low,n);
jx=AverageFC(close,jxts);
If(Close>jx and High>xg) Buy(1,open);
If(Close<jx and Low<xd) SellShort(1,open);
End
如何更改?
有思路,想編寫各種指標(biāo)公式,程序化交易模型,選股公式,預(yù)警公式的朋友
可聯(lián)系技術(shù)人員 QQ: 511411198 進(jìn)行 有償 編寫!(不貴!點(diǎn)擊查看價格!)
相關(guān)文章
-
沒有相關(guān)內(nèi)容