以文本方式查看主题

-  金字塔客服中心 - 专业程序化交易软件提供商  (http://weistock.com/bbs/index.asp)
--  公式模型编写问题提交  (http://weistock.com/bbs/list.asp?boardid=4)
----  是一样吗?  (http://weistock.com/bbs/dispbbs.asp?boardid=4&id=156276)

--  作者:风清扬
--  发布时间:2017/7/26 15:25:18
--  是一样吗?



                        一、     A := SUM((CLOSE-REF(CLOSE,1))/REF(CLOSE,1)*VOL,33) ;

                                   B : A *100 ;


                        二、    A : SUM((CLOSE-REF(CLOSE,1))/REF(CLOSE,1)*VOL,33) * 100;



                     请问: 公式一和二是一样的吗?

--  作者:pyd
--  发布时间:2017/7/26 15:26:07
--  
一样