oo:=valuewhen(todaybar=1,o);
if o>ref(close,todaybar)*1.05 then goto quit;
.......这里写上你的自己的代码
quit@ exit;