Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
请问老师,价格向上突破120日线开多仓。这个是这么写么?
m120:ma(close,120);
if holding=0 thenbegin
if h>m120 and l<m120 then begin buy(holding=0,1,limitr,m120); end;
end;