以文本方式查看主题

-  金字塔客服中心 - 专业程序化交易软件提供商  (http://weistock.com/bbs/index.asp)
--  公式模型编写问题提交  (http://weistock.com/bbs/list.asp?boardid=4)
----  如何获取其他周期的值  (http://weistock.com/bbs/dispbbs.asp?boardid=4&id=57362)

--  作者:lihuitomo
--  发布时间:2013/10/10 10:01:24
--  如何获取其他周期的值
在30分钟的图标中做指标,如何获取3分钟的成交量,3分钟的60均线值
--  作者:jinzhe
--  发布时间:2013/10/10 10:03:09
--  

成交量:=callstock(stklabel,vtvol,17);

ma60:=stkindi(\'\',\'ma.ma4\',0,17);