以文本方式查看主题 - 金字塔客服中心 - 专业程序化交易软件提供商 (http://weistock.com/bbs/index.asp) -- 公式模型编写问题提交 (http://weistock.com/bbs/list.asp?boardid=4) ---- 没显示图标呢? (http://weistock.com/bbs/dispbbs.asp?boardid=4&id=54931) |
-- 作者:amao2003 -- 发布时间:2013/8/9 17:06:08 -- 没显示图标呢? aa:=hhv(h,20); drawicon(cross(high,dl),low,2);
最后一句,在金叉时画图标,为什么没在K线图中显示出来呢?
|
-- 作者:jinzhe -- 发布时间:2013/8/9 17:21:49 -- 划的线仅仅是图像上意义的线,并没有具体的数据,所以你的DL没有具体的数据,cross也不能进行判断 |