以文本方式查看主题

-  金字塔客服中心 - 专业程序化交易软件提供商  (http://weistock.com/bbs/index.asp)
--  公式模型编写问题提交  (http://weistock.com/bbs/list.asp?boardid=4)
----  麻烦老师写个代码  (http://weistock.com/bbs/dispbbs.asp?boardid=4&id=86426)

--  作者:latex
--  发布时间:2015/10/20 22:23:43
--  麻烦老师写个代码
昨天收盘前最后15分钟的1分钟k线收盘价的平均值怎么表示?
--  作者:jinzhe
--  发布时间:2015/10/21 9:02:36
--  

如果是1分钟周期的就是:
mm:valuewhen(time=closetime,ma(c,15));

 

 

如果是其他周期的就用stkindi进行引用