請教加倉語句的編寫 [金字塔]
- 咨詢內(nèi)容:
剛搜了下。沒找到答案。請問,:1.開倉后盈利30點(diǎn)就加倉一手,然后加倉的這一手虧10個點(diǎn)就平倉。如何寫? 2.標(biāo)準(zhǔn)板圖形程序化能用這種加倉嗎?謝謝。
- 金字塔客服:
1.
variable:bj=0;
if openprofit/multiplier>30 and bj=0 and holding>0 then begin
sell(1,0,market);
bj:=1;
end
if bj=1 and c<enterprice-10 and holding>0 then begin
sell(1,0,market);
bj:=0;
end
2.可以
有思路,想編寫各種指標(biāo)公式,程序化交易模型,選股公式,預(yù)警公式的朋友
可聯(lián)系技術(shù)人員 QQ: 511411198 進(jìn)行 有償 編寫!(不貴!點(diǎn)擊查看價格!)
相關(guān)文章
-
沒有相關(guān)內(nèi)容