求助一个连续亏损过滤的写法 [金字塔]
- 咨询内容:
我想写这么一个程序,如果前面两笔都亏损,那么当天就暂停交易,如果没有,就按正常交易,烦劳求解
- 金字塔客服:
variable:n=0;
if 平仓条件 and openprofit>0 then begin
平仓语句;
n:=0;
end
if 平仓条件 and openprofit<0 then begin
平仓语句;
n:=n+1;
end
开仓条件中加上n<2
- 用户回复:
收到,谢谢
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 1145508240 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容