請問這個數組遍歷哪里寫錯了? [金字塔]
-
咨詢內容:
VARIABLE:holdate[38]:=0;
holdate[1]:=1110201;
holdate[2]:=1110209;
holdate[3]:=1110930;
....
dcutcon4:=0;
hold:=holding;
for j=1 to 38 do
begin
? if holdate[j]=date and hold[barpos]>1 then
??? begin
????? dcutcon4[barpos]=1;
????? BREAK;
??? end;
end;
x1:dcutcon4,NODRAW;
x1始終等于0,無法滿足條件?
-
金字塔客服:
?dcutcon4[barpos]:=1;
賦值是“:=”?
?來源:程序化久久網( www.kzuj.com.cn )
-
用戶回復:
這種寫法等同于在序列變量方向上增加縱向維度計算。在金字塔的序列變量處理上,除了影響執行效率外,沒有一點實際意義。
?
dcutcon4[barpos]:=1;
?
?
有思路,想編寫各種指標公式,交易模型,選股公式,還原公式的朋友
可聯系技術人員 QQ: 262069696 或微信號:cxh99cxh99 進行 有償收費 編寫!
(注:由于人數限制,QQ或微信請選擇方便的一個聯系我們就行,加好友時請簡單備注下您的需求,否則無法通過。謝謝您!)
相關文章
-
沒有相關內容