[求助]連虧之后限損 [金字塔]
- 咨詢內(nèi)容:
求教如何表達(dá):
日內(nèi)連虧N次之后,平倉(cāng)離場(chǎng),當(dāng)日不再交易;次日重新遵循原系統(tǒng)開始。
- 金字塔客服:
varaible:n=0;
if numprofit(1)<0 and numprofit(2)<0 and ref(平多條件,1) and ref(holding>0,1) and holding<=0 then begin
n:=N+1;
end
if numprofit(1)<0 and numprofit(2)<0 and ref(平空條件,1) and ref(holding<0,1) and holding>=0 then begin
n:=N+1;
end
if time=closetime(0) then n:=0;
if n>=既定的連虧次數(shù) then exit;
- 用戶回復(fù):
我好好消化一下,多謝先……
- 網(wǎng)友回復(fù):
能不能請(qǐng)你用文字解釋一下……那么多個(gè)and連接起來后我有點(diǎn)云山霧繞的……資質(zhì)愚鈍,拜托!
- 網(wǎng)友回復(fù):
var4:=barslast(date<>ref(date,1))+1;
var5:=count(cross(ref(numprofit(1),1),numprofit(1)),var4)<3;//日內(nèi)交易虧損不超過2次
有思路,想編寫各種指標(biāo)公式,程序化交易模型,選股公式,預(yù)警公式的朋友
可聯(lián)系技術(shù)人員 QQ: 1145508240 進(jìn)行 有償 編寫!(不貴!點(diǎn)擊查看價(jià)格!)
相關(guān)文章
-
沒有相關(guān)內(nèi)容