早盤突破模型為什么不顯示 用日線測(cè)試不能用.為什么呢,用在別的時(shí)期就能用. [金字塔]
- 咨詢內(nèi)容:
runmode:0;
buycond:=open<ref(low,1);
buyshortcond:=open>ref(high,1);if holding=0 then begin
if buycond then
buy(1,1,limitr,open);
endif holding=0 then begin
if buyshortcond then
buyshort(1,1,limitr,open);
endif holding>0 then begin
sell(1,holding,limitr,close);
endif holding<0 then begin
sellshort(1,holding,limitr,close);
end
[此貼子已經(jīng)被作者于2013-2-25 17:17:12編輯過]
用日線測(cè)試不能用.為什么呢,用在別的時(shí)期就能用. - 金字塔客服: 補(bǔ)充日線數(shù)據(jù)
- 用戶回復(fù): 不是數(shù)據(jù)的問題,你加載上去能用不,我的不能用呀
- 網(wǎng)友回復(fù): 但是把OPEN改成H,或者L就可以用,就是不能用OPEN
- 網(wǎng)友回復(fù):
此主題相關(guān)圖片如下:搜狗截圖130225_1.png
本地測(cè)試沒問題啊
有思路,想編寫各種指標(biāo)公式,程序化交易模型,選股公式,預(yù)警公式的朋友
可聯(lián)系技術(shù)人員 QQ: 262069696 進(jìn)行 有償 編寫!(不貴!點(diǎn)擊查看價(jià)格!)
相關(guān)文章
-
沒有相關(guān)內(nèi)容