请大神看一下为什么同一个k反复开平呢 [金字塔]
-
咨询内容:
多单在同一个k反复开平 请问怎么回事呢?INPUT:grid(50,1,11111,1);
variable:level=0;
n : =5;
dist:=barslast(holding=0 );
oo:=ref(open,dist);
kaishi:=3000;
shang:=kaishi+n*grid*mindiff;
xia:=kaishi -n*grid*mindiff;
oo:=ref(open,dist);
kaishi:=3000;
shang:=kaishi+n*grid*mindiff;
xia:=kaishi -n*grid*mindiff;
if l < xia or h >shang then begin if holding=0 then begin
dnprice:=oo-grid*mindiff; if low<=dnprice then begin
buy(1,1,limitr,dnprice);
level:=-1;
end
end
if holding=0 then begin
upprice:=oo+grid*mindiff; if high>=upprice then begin
buyshort(1,1,limitr,upprice);
level:=1;
end
end
if holding>0 then begin
upprice:=oo+(level+1)*grid*mindiff;
dnprice:=oo+(level-1)*grid*mindiff; if high>=upprice then begin
sell(1,1,limitr,upprice);
level:=level+1;
end if low<=dnprice then begin
buy(1,1,limitr,dnprice);
level:=level-1;
end
end
if holding<0 then begin
upprice:=oo+(level+1)*grid*mindiff;
dnprice:=oo+(level-1)*grid*mindiff; if low<=dnprice then begin
sellshort(1,1,limitr,dnprice);
level:=level-1;
end if high>=upprice then begin
buyshort(1,1,limitr,upprice);
level:=level+1;
end
end
if holding>0 then BEGIN
if low < oo-n*grid*mindiff then begin
sell(1,holding,limitr,close);
end
end
if holding < 0 then begin
if h > oo+n*grid*mindiff then begin
sellshort(1,holding,limitr,close);
end
end
end -
金字塔客服:
测试螺纹rb1710合约
来源:程序化久久网( WWW.CXH99.COM )
- 用户回复: 你把你的公式加载道图标上输出相关条件进行分析
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 511411198 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容