买卖指令是一定要按照这个吗? [金字塔]
- 咨询内容:
请教:买卖指令是一定要按照
平空
开多
平多
开空
来写的吗,怎么在系统公式 顾比倒数线策略
里面有
if holding=0 then begin
if tmp<=0 then
buy(1,1,limitr,close);
end
if holding=0 then begin
if tmp>0 then
buyshort(1,1,limitr,close);
end
if holding>0 then begin
if tmp>0 then begin
sell(1,holding,limitr,close);
buyshort(1,1,limitr,close);
end
end
if holding<0 then begin
if tmp<=0 then begin
sellshort(1,holding,limitr,close);
buy(1,1,limitr,close);
end
end
这个顺序和你们要求的不一样啊 - 金字塔客服:
如果不加if之类的,那么一定要按照上面的顺序写
如果加了,可以不用按照顺序写
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 1145508240 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容