这一单盈利了,下一单就不开仓,请问怎么写? [金字塔]
- 咨询内容:
RT
- 金字塔客服:
然后再下一单继续开仓
- 用户回复:
variable:n=0;
if 平仓条件 and 持仓判断 then begin
平仓语句;
if numprofit(1)>0 then n:=1;
end
if 开仓条件 and 持仓判断 and n=1 then begin
n:=0;
end
if 开仓条件 and 持仓判断 and n=0 then begin
开仓语句;
end
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 1145508240 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容