平倉反手出現白色箭頭 [金字塔]
- 咨詢內容:
平倉反手出現白色箭頭,已在開倉前平倉,并且發送價格在信號bar的high,low之間。請問是什么原因?(請看12/5/8這天)
runmode:0;
input:notbef(090000);
input:notaft(145500);
input:f1(0.35);
input:f2(0.07);
input:f3(0.25);
input:myreverse(1);
input:rangemin(0.2);
input:xdiv(3);variable:ssetup=0;
variable:bsetup=0;
variable:senter=0;
variable:benter=0;
variable:bbreak=0;
variable:sbreak=0;
variable:ltoday=0;
variable:hitoday=999999;
variable:startnow=0;
variable:div=0;
variable:rfilter=false;i_reverse:=myreverse*(callstock(stklabel,vtopen,6,0)/100);
i_rangemin:=rangemin*(callstock(stklabel,vtopen,6,0)/100);if barpos=1 then begin
startnow:=0;
div:=max(xdiv,1);
endhh:=ref(hitoday,1);
cc:=ref(close,1);
ll:=ref(ltoday,1);if date>ref(date,1) then begin
startnow:=startnow+1;
ssetup:=hh+f1*(cc-ll);
senter:=((1+f2)/2)*(hh+cc)-f2*ll;
benter:=((1+f2)/2)*(ll+cc)-f2*hh;
bsetup:=ll-f1*(hh-cc);
bbreak:=ssetup+f3*(ssetup-bsetup);
sbreak:=bsetup-f3*(ssetup-bsetup);
hitoday:=high;
ltoday:=low;
rfilter:=hh-cc>=rangemin;
endif high>hitoday then hitoday:=high;
if low<ltoday then ltoday:=low;if time>=notbef and time<notaft and startnow>=2 and rfilter then begin
if hitoday>=ssetup and holding>=0 then begin
if low<=senter+(hitoday-ssetup)/div then begin
sell(1,holding,limitr,senter+(hitoday-ssetup)/div);
sellshort(1,1,limitr,senter+(hitoday-ssetup)/div);
end
end
if ltoday<=bsetup and holding<=0 then begin
if high>=benter-(bsetup-ltoday)/div then begin
if high>=benter-(bsetup-ltoday)/div then begin
sellshort(1,holding,limitr,benter-(bsetup-ltoday)/div);
buy(1,1,limitr,benter-(bsetup-ltoday)/div);
end
end
end
if holding<0 then begin
if high-enterprice>=i_reverse then
sellshort(1,enterprice+i_reverse);
end
if holding>0 then begin
if enterprice-low>=i_reverse then
sell(1,enterprice-i_reverse);
end
if holding=0 then begin
if high>=bbreak then
buy(1,bbreak);
end
if holding=0 then begin
if low<=sbreak then
sellshort(1,sbreak);
end
endif time>=notaft then begin
if holding<0 then
sellshort(1,holding,limitr,open);
if holding>0 then
sell(1,holding,limitr,open);
end盈虧:=asset-500000,noaxis,coloryellow,linethick2;
A:ssetup,COLORGRAY,LINEDOT;
A1:senter,COLORWHITE;
A3:benter,COLORWHITE;
A4:bsetup,COLORGRAY,LINEDOT;
A5:bbreak,COLORRED;
A6:sbreak,COLORRED; - 金字塔客服:
這個是價格的問題 未成交
你換市價測試下 應該就沒這問題了吧
- 用戶回復:
把價格換成market, 白色箭頭更多了
- 網友回復:
昨晚搞了半夜,還是沒能解決這個問題。把價格+-5點,白色箭頭都還在,應該不是成交價格的問題。望大俠們盡早幫忙。
- 網友回復:
樓主代碼問題很多啊,紅色部分寫的有問題啊。
sellshort(1,enterprice+i_reverse);
end
if holding>0 then begin
if enterprice-low>=i_reverse then
sell(1,enterprice-i_reverse);
end
if holding=0 then begin
if high>=bbreak then
buy(1,bbreak);
end
if holding=0 then begin
if low<=sbreak then
sellshort(1,sbreak);
end
如果以上指標公式不適用于您常用的行情軟件
或者您想改編成選股公式,以便快速選出某種形態個股的話,
- 上一篇:股票F10更新問題
- 下一篇:[求助]有沒有能拿到歷史交割單數據的API?
相關文章
-
沒有相關內容