以下代碼跑出來(lái),2016.07之后一個(gè)信號(hào)都沒(méi)有
作者:金字塔 來(lái)源:cxh99.com 發(fā)布時(shí)間:2016年11月21日
- 咨詢內(nèi)容:
以下代碼跑出來(lái),2016.07之后一個(gè)信號(hào)都沒(méi)有。 這是不可能的,軟件有問(wèn)題么?能否幫我查以下?
if time = 1400 then begin
ypP1:= CALLSTOCKEX('YP00',vtclose,2,2,30000) ;
ypP2:= CALLSTOCKEX('YP00',vtclose,2,40,30000) ;
ypRise:= ypP2/ypP1*1.0; //外盤棕櫚油
end
if time = 1400 && ypRise>1.005
then begin
buy(1,1,nextopen);
end
sell(time = 1430 ,1,thisclose);
- 金字塔客服:
ypP1:= CALLSTOCKEX('YP00',vtclose,2,2,30000) ;
ypP2:= CALLSTOCKEX('YP00',vtclose,2,40,30000) ;
這兩個(gè)要引用什么樣的數(shù)據(jù)?
- 用戶回復(fù):
馬來(lái)西亞棕櫚油數(shù)據(jù)
- 網(wǎng)友回復(fù):
具體是什么數(shù)據(jù),因?yàn)槟愫竺娴膮?shù)我看明白
- 網(wǎng)友回復(fù):
你軟件打開輸入代碼一看不就知道了么