圖表改為后臺交易 [金字塔]
- 咨詢內容:
XL :="JRTJ2@XTL"(); FPC :="JRTJ2@FTC"(); VAL1 := "Trend@VAL1"();VAL2 := "Trend@VAL2"();T1 := "Trend@T1"();
if holding>0 and val1>0 then sell(1,ss,marketr); if holding<0 and val2>0 then sellshort(1,ss,marketr);if holding<=0 and val2>0 then buy(1,ss,marketr);if holding>=0 and val1>0 then buyshort(1,ss,marketr);改為走完模式 - 金字塔客服:
XL :="JRTJ2@XTL"(); FPC :="JRTJ2@FTC"();
VAL1 := "Trend@VAL1"();
VAL2 := "Trend@VAL2"();
T1 := "Trend@T1"();
if tholding>0 and val1>0 then tsell(1,ss,mkt); if tholding<0 and val2>0 then tsellshort(1,ss,mkt); if tholding<=0 and val2>0 then tbuy(1,ss,mkt); if tholding>=0 and val1>0 then tbuyshort(1,ss,mkt);
有思路,想編寫各種指標公式,程序化交易模型,選股公式,預警公式的朋友
可聯系技術人員 QQ: 511411198 進行 有償 編寫!(不貴!點擊查看價格!)
相關文章
-
沒有相關內容