以文本方式查看主题 - 金字塔客服中心 - 专业程序化交易软件提供商 (http://weistock.com/bbs/index.asp) -- 公式模型编写问题提交 (http://weistock.com/bbs/list.asp?boardid=4) ---- 请编程判断"跳空"的品种 (http://weistock.com/bbs/dispbbs.asp?boardid=4&id=65341) |
-- 作者:不生气 -- 发布时间:2014/5/22 20:06:00 -- 请编程判断"跳空"的品种 请编程判断"跳空"的品种; 在连续合约中,把高开跳空(开盘价>前日最高价)或低开(开盘价<前日最低价)的品种统计出来? |
-- 作者:jinzhe -- 发布时间:2014/5/23 8:54:08 -- valuewhen(todaybar=1,o)>callstock(stklabel,vthigh,6,-1) or (valuewhen(todaybar=1,o)<callstock(stklabel,vtlow,6,-1)) |