Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
//逐k线运算
if h<ma(c,5) then ma1:ma(c,5),colorgreen;
if l>ma(c,5) then ma2:ma(c,5),colorred;
可能老师理解错了,我的意思是K线染色,实体小于MA(C,5)的部分(MA5到L)染绿色,K线实体大于MA(C,5)的部分(MA5到H)染红色,意思是一根K线有两种色