后臺程序化 [金字塔]
-
咨詢內容:
OO:VALUEWHEN(DATE<>REF(DATE,1),O);//表示今日第一根K線的開盤價
if C>=OO+1 and (TIME>=090000 and TIME<145500) and holding=0 then buy(1,1,limitr,c);//開多
if C<=OO-1 and (TIME>=090000 and TIME<145500) and holding=0 then buyshort(1,1,limitr,c);//開空
if C<=enterprice-4 or C>=enterprice+1 then sell(holding>0,holding,limitr,c) ;//多頭止盈止損
if C>=enterprice+4 or C<=enterprice-1 then ?sellshort(holding<0,holding,limitr,c);//空頭止盈止損
if (TIME>=145900 and TIME<200000) or (TIME>=225500) then begin //收盤前全平
sell(holding>0,holding,limitr,c);
sellshort(holding<0,holding,limitr,c);
end
怎么修改雙邊持倉。?
-
金字塔客服:
圖表是虛擬持倉環境,不支持鎖倉。開倉前必須平反手倉。
后臺可以
?
?來源:程序化久久網( www.kzuj.com.cn )
-
用戶回復:
修改下后臺雙邊持倉,發過來,謝謝
?
-
網友回復:
提供你專業版用戶賬號信息,
http://www.weistock.com/bbs/dispbbs.asp?boardid=16&Id=57075
第三點參考學習
[此貼子已經被作者于2017/4/28 15:07:48編輯過]
有思路,想編寫各種指標公式,程序化交易模型,選股公式,預警公式的朋友
可聯系技術人員 QQ: 511411198 進行 有償 編寫!(不貴!點擊查看價格!)
相關文章
-
沒有相關內容