代碼測試無結果,請幫忙看一下是什么原因,謝謝 [金字塔]
- 咨詢內容:
if (ref(c,1)<j and c>=j and time>t) then
begin
buy(HOLDING=0,4,LIMIT,c);
endif (HOLDING>0 and time>t) then
begin
sell(c-ENTERPRICE>=a*y or ENTERPRICE-c>=a*s,4,LIMIT,c);
endif (ref(c,1)>j and c<=j and time>t) then
begin
buyshort(HOLDING=0,4,limit,c);
endif (HOLDING<0 and time>t) then
begin
sellshort(ENTERPRICE-c>=a*y or c-ENTERPRICE>=a*s,4,limit,c);
end其中,j,t,s,y等都是參數,選擇的是CU08,保證金比例15%,手續費0.016%,沒有使用平倉條件
- 金字塔客服:
把你的參數設置一并附上。
如果以上指標公式不適用于您常用的行情軟件
或者您想改編成選股公式,以便快速選出某種形態個股的話,
相關文章
-
沒有相關內容