Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
开仓条件加入
(asset-ref(asset,todaybar))/ref(asset,todaybar)<=0.01
开仓加入
然后再多写一句
if (asset-ref(asset,todaybar))/ref(asset,todaybar)>0.01 then begin
sell(1,0,thisclose);
sellshort(1,0,thisclose);
end