请问怎么判断此刻之前已经出现多少笔连亏(连盈)? [金字塔]
- 咨询内容:
请问怎么此刻判断之前已经出现多少笔连亏(连赢)?
非常感谢
- 金字塔客服:
交易策略是多空反手还是其他的不限定反手的?
- 用户回复:
不是来回反手的
- 网友回复:
variable:n=0,m=0;
中间写上自己的交易代码
if numprofit(1)<0 and numprofit(2)<0 then n:=n+1;
if numprofit(1)>0 and numprofit(2)>0 then m:=m+1;
if numprofit(1)>0 and numprofit(2)<0 or numprofit(1)<0 and numprofit(2)>0 then begin
n:=0;
m:=0;
end
n是连亏次数,m是连赢次数
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 1145508240 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容