金字塔開盤半小時(shí)突破多空交易策略[金字塔模型]
- 編寫內(nèi)容:
老師;請(qǐng)教1個(gè)模型的編寫:交易周期15分鐘周期,交易手?jǐn)?shù):2手,每天開倉(cāng)只一次。交易思路:在每天開盤半小時(shí)后,接下來超過前半小時(shí)最高價(jià)1個(gè)點(diǎn)做多,低于前半小時(shí)最低價(jià)1個(gè)點(diǎn)做空。止損都是15個(gè)點(diǎn)。盈利脫離開倉(cāng)價(jià)15個(gè)點(diǎn)止損就調(diào)到開倉(cāng)價(jià)。盈利高過開倉(cāng)價(jià)30點(diǎn),止盈1手,超過70點(diǎn)止盈另1手,沒到止損 止盈價(jià),就以收盤前1分鐘的收盤價(jià)平倉(cāng)。謝謝老師!
- 金字塔技術(shù)人員:
input:n(2,1,100);
variable:n1=0;//計(jì)算次數(shù)zuigao:valuewhen(time<=094500,hhv(h,todaybar));//前半個(gè)小時(shí)最高價(jià)
zuidi:valuewhen(time<=094500,llv(l,todaybar));//前半個(gè)小時(shí)最高價(jià)if h>zuigao and todaybar>2 and n1=0 and time<151500 then begin
buy(holding=0,1,market);
n1:=1;
endif l<zuidi and todaybar>2 and n1=0 and time<151500 then begin
buyshort(holding=0,1,market);
n1:=1;
endif c-enterprice>=15*mindiff and holding<0 then sellshort(holding<0,0,market);
if enterprice-c>=15*mindiff and holding>0 then sell(holding>0,0,market);//止損
if c-enterprice>=30*mindiff and holding>0 then sell(holding>0,0,market);
if enterprice-c>=30*mindiff and holding<0 then sellshort(holding<0,0,market);//止盈
if time>=151500 then begin
sell(holding>0,0,market);
sellshort(holding<0,0,market);
n1:=0;
endif datatype<>3 then exit;
1盈利脫離開倉(cāng)價(jià)15個(gè)點(diǎn)止損就調(diào)到開倉(cāng)價(jià),這句不懂
2一天只開一手倉(cāng),那么70點(diǎn)的二次止盈就沒啥用了。
有思路,想編寫各種指標(biāo)公式,程序化交易模型,選股公式,預(yù)警公式的朋友
可聯(lián)系技術(shù)人員 QQ: 262069696 進(jìn)行 有償 編寫!(不貴!點(diǎn)擊查看價(jià)格!)
相關(guān)文章
-
沒有相關(guān)內(nèi)容