以文本方式查看主题 - 金字塔客服中心 - 专业程序化交易软件提供商 (http://weistock.com/bbs/index.asp) -- 金字塔软件问题提交 (http://weistock.com/bbs/list.asp?boardid=2) ---- 如何获取当日盘中最高 低价? (http://weistock.com/bbs/dispbbs.asp?boardid=2&id=7241) |
-- 作者:及格 -- 发布时间:2011/7/18 10:15:44 -- 如何获取当日盘中最高 低价? 如何获取当日盘中最高 低价? |
-- 作者:fly -- 发布时间:2011/7/18 10:19:16 -- Dayhigh:=hhv(high,barslast(date<>ref(date,1))+1); //当日最高价 Daylow:=llv(low,barslast(date<>ref(date,1))+1); //当日最低价 |
-- 作者:及格 -- 发布时间:2011/7/18 10:29:15 -- 谢谢 |