用在一分钟周期上
10点前最高价:=valuewhen(todaybar<=45,hhv(h,todaybar));
10点前最低价:=valuewhen(todaybar<=45,llv(l,todaybar));
[此贴子已经被作者于2014/3/6 9:57:20编辑过]
这样写可以吗
10点前最高价:=valuewhen(time<=100000 and>=091500,hhv(h,todaybar));
10点前最低价:=valuewhen(
time<=100000 and>=091500 ,llv(l,todaybar));