請教一下 [金字塔]
- 咨詢內(nèi)容:
請問如何表達(dá)下列:
A:=當(dāng)日開盤后最高價(jià)
開空: A-13點(diǎn)時市價(jià)開空
或者某K收盤價(jià)小于A-12點(diǎn)時市價(jià)開空
或者某K最低價(jià)小于A-11.4 并且 后5K內(nèi)有任意1K小于A-11.2時市價(jià)開空)
三個條件先成立的實(shí)行, 實(shí)行后其它兩個條件失效
- 金字塔客服:
A-13點(diǎn)時市價(jià)開空
a-13要等于最新價(jià)的意思?
- 用戶回復(fù):
是的謝謝
- 網(wǎng)友回復(fù):
a:=hhv(h,enterbars+1);
variable:n=0;
if (a-13)>=l and (a-13)<=h and holding=0 then begin
buyshort(holding=0,1,market);
n:=1;
endif l<(a-12) and holding=0 then begin
buyshort(holding=0,1,market);
n:=1;
endif ref(l<(a-11.4),6) and any(l<(a-11.4),5) and holding=0 then begin
buyshort(holding=0,1,market);
n:=1;
endif time=closetime(0) then n:=0;
- 網(wǎng)友回復(fù):
不好意思,能否講一下紅色部分的具體意思
a:=hhv(h,enterbars+1);
variable:n=0;
if (a-13)>=l and (a-13)<=h and holding=0 then begin
buyshort(holding=0,1,market);
n:=1;
endif l<(a-12) and holding=0 then begin
buyshort(holding=0,1,market);
n:=1;
endif ref(l<(a-11.4),6) and any(l<(a-11.4),5) and holding=0 then begin
buyshort(holding=0,1,market);
n:=1;
endif time=closetime(0) then n:=0;
有思路,想編寫各種指標(biāo)公式,程序化交易模型,選股公式,預(yù)警公式的朋友
可聯(lián)系技術(shù)人員 QQ: 511411198 進(jìn)行 有償 編寫!(不貴!點(diǎn)擊查看價(jià)格!)
相關(guān)文章
-
沒有相關(guān)內(nèi)容