Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
如果持仓后两个周期 再加一手 如下这样写不对。
请问如何修改?
if holding>0 and barssince(holding>0)=2 then begin BUY(holding>0 ,1 ,thisclose ); end;
if holding>0 and enterbars=2 then begin
BUY(1,1,thisclose ); end;