[求助]如何小于<5000元就平倉(cāng) [金字塔]
- 咨詢內(nèi)容:
如何從上次開(kāi)倉(cāng)到現(xiàn)在,如何小于<5000元就平倉(cāng),如何盈利>5000元后,再回撤50%平倉(cāng)。
- 金字塔客服:
if enterbars>0 and openprofit<5000 then begin
sellshort(1,0,market);
sell(1,0,market);
end
if enterbars>0 and hhv(openprofit,enterbars+1)>5000 and openprofit<hhv(openprofit,enterbars+1)*0.5 then begin
sell(1,0,market);
sellshort(1,0,market);
end
有思路,想編寫(xiě)各種指標(biāo)公式,程序化交易模型,選股公式,預(yù)警公式的朋友
可聯(lián)系技術(shù)人員 QQ: 511411198 進(jìn)行 有償 編寫(xiě)!(不貴!點(diǎn)擊查看價(jià)格!)
相關(guān)文章
-
沒(méi)有相關(guān)內(nèi)容