zuoshou:=callstock(stklabel,vtclose,6,-1);
涨幅:= (c-zuoshou)/zuoshou;
if 开仓信号 and zhangfu<=范围 then 下单语句;
if 开仓信号 and zhangfu>范围 then extgbdata('tt',currenttime);
if currenttime=extgbdata('tt')+3000 then 下单语句;
//后台运行
http://www.weistock.com/bbs/dispbbs.asp?boardid=10&Id=31560
延时开仓代码
旧图表不推荐再用了
按照上面的写报错了
extgbdata('tt',currenttime);
“所用的参数与预定义的不符”