請老師幫我改下文華碼,改成金字塔嗎? [金字塔]
- 咨詢內容:
請教:
TMP<-0.00001,BPK;
TMP>0.00001,SPK;
AUTOFILTER;
請老師幫我改下文華碼,改成金字塔嗎? - 金字塔客服:
if tmp<-0.00001 then begin
sellshort(1,0,market);
buy(holding=0,1,market);
end
if tmp>0.00001 then begin
sell(1,0,market);
buyshort(holding=0,1,market);
end
- 用戶回復:
非常感謝
jinzhe老師。
有思路,想編寫各種指標公式,程序化交易模型,選股公式,預警公式的朋友
可聯系技術人員 QQ: 1145508240 進行 有償 編寫!(不貴!點擊查看價格!)
相關文章
-
沒有相關內容