Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
图表程序化交易选固定时间间隔
if h>ref(h,1) then begin sellshort(holding<0,holding,market); buy(holding=0,1,market);endif l<ref(l,1) then beginsell(holding>0,holding,market);buyshort(holding=0,1,market);end