K線上頻繁出現(xiàn)買賣信號(hào)是怎么回事? [金字塔]
- 咨詢內(nèi)容:
- 金字塔客服:
INPUT:n1(20,1,100,10); INPUT:n2(5,1,100,10); INPUT:n3(10,1,100,10);
ma1:=ma(c,n1); ma2:=ma(c,n2); ma3:=ma(c,n3); //建立多頭 if ref(c,1)>ref(c,2) and ref(c,2)>ref(c,3) and ref(c,3)>ma1 then ; begin sellshort(holding<0,holding,thisclose); buy(1,1,thisclose); end這是我的公式代碼?請(qǐng)看看是什么情況? - 用戶回復(fù):
條件是什么?和預(yù)計(jì)想符合嗎?
- 網(wǎng)友回復(fù):
INPUT:n1(20,1,100,10); INPUT:n2(5,1,100,10); INPUT:n3(10,1,100,10);
ma1:=ma(c,n1); ma2:=ma(c,n2); ma3:=ma(c,n3); //建立多頭 if ref(c,1)>ref(c,2) and ref(c,2)>ref(c,3) and ref(c,3)>ma1 then ; begin sellshort(holding<0,holding,thisclose); buy(1,1,thisclose); end這是我的公式代碼?請(qǐng)看看是什么情況?這個(gè)就是我的條件。
有思路,想編寫各種指標(biāo)公式,程序化交易模型,選股公式,預(yù)警公式的朋友
可聯(lián)系技術(shù)人員 QQ: 1145508240 進(jìn)行 有償 編寫!(不貴!點(diǎn)擊查看價(jià)格!)
相關(guān)文章
-
沒有相關(guān)內(nèi)容