Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
http://www.weistock.com/bbs/dispbbs.asp?boardid=4&Id=950
参考下这个算法
dm:=4-INTPART(LOG(C));n1:=barslast(DATE<>REF(DATE,1))+1;
均线:ROUNDS(IF(sum(vol,n1)=0,C,sum(C*vol,n1)/sum(vol,n1)),dm),COLORYELLOW;
均线就是结算价?