[求助]开仓条件 [金字塔]
- 咨询内容:
10点30开始交易。
当天最高价出现的时间在当天最低价出现之后。开多。
当天最高价出现的时间在当天最低价出现之前。开空。
- 金字塔客服:
hh:=callstock(stklabel,vthigh,6);
ll:=callstock(stklabel,vtlow,6);
variable:a=0,b=100000;
tt:= (time>103000 and time<145500);
if h>a then a:=h;
if l<b then b:=l;
if a=hh and b>ll then buy;
if b=ll and a<hh then buyshort;
if time >=145500 and time<150000 then begin
a:=0;
b:=100000;
end
- 用户回复: 谢谢
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 262069696 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容