if b then buy(holding=0,1,market);
if c then buyshort(holding=0,1,market);
if type(1)=3 and e then begin
sellshort(1,0,market);
buy(holding=0,1,market);
end
http://www.weistock.com/bbs/dispbbs.asp?boardid=2&Id=31614&page=3
不信,条件写的是上一次开空且E成立才会平仓反手,
光有E是不足以开仓
按照上面的链接贴图
要求有当前信号和最近一个信号