满仓开单 仓位对不上 [金字塔]
- 咨询内容:
if cond2 and time <145500 then
begin
if holding=0 then buyshort(1,market);
if holding>0 then
begin
sell(1,0,market);
buyshort(1,market);
end
end
if cond1 and time <145500 then
begin
if holding=0 then buy(1,market);
if holding<0 then
begin
sellshort(1,0,market);
buy(1,market);
end
end
- 金字塔客服:
下单函数里面的下单手数没有写,
- 用户回复:
0,或 省略不是满仓吗?
- 网友回复:
if cond2 and time <145500 then
begin
if holding=0 then buyshort(1,0,market);
if holding>0 then
begin
sell(1,0,market);
buyshort(1,0,market);
end
end
if cond1 and time <145500 then
begin
if holding=0 then buy(1,0,market);
if holding<0 then
begin
sellshort(1,0,market);
buy(1,0,market);
end
end
- 网友回复: 填写 0,也是半仓 不是满仓。那里错了。帮忙改下
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 262069696 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容