[求助]開倉(cāng)條件 [金字塔]
- 咨詢內(nèi)容:
10點(diǎn)30開始交易。
當(dāng)天最高價(jià)出現(xiàn)的時(shí)間在當(dāng)天最低價(jià)出現(xiàn)之后。開多。
當(dāng)天最高價(jià)出現(xiàn)的時(shí)間在當(dāng)天最低價(jià)出現(xiàn)之前。開空。
- 金字塔客服:
hh:=callstock(stklabel,vthigh,6);
ll:=callstock(stklabel,vtlow,6);
variable:a=0,b=100000;
tt:= (time>103000 and time<145500);
if h>a then a:=h;
if l<b then b:=l;
if a=hh and b>ll then buy;
if b=ll and a<hh then buyshort;
if time >=145500 and time<150000 then begin
a:=0;
b:=100000;
end
- 用戶回復(fù): 謝謝
有思路,想編寫各種指標(biāo)公式,程序化交易模型,選股公式,預(yù)警公式的朋友
可聯(lián)系技術(shù)人員 QQ: 262069696 進(jìn)行 有償 編寫!(不貴!點(diǎn)擊查看價(jià)格!)
相關(guān)文章
-
沒(méi)有相關(guān)內(nèi)容