Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
不太好把阳线放入数组
请给出阳线波动率的算法,用其他办法实现
波动率算法:ma(h-l,20);
nn:count(isup,todaybar);
hh:if(isup,h,0);
ll:if(isup,l,1000000);
波动率:ma(hhv(hh,todaybar)-llv(ll,todaybar),min(20,nn));