Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
仅供参考
UPPER:"BOLL.UPPER";LOWER:"BOLL.LOWER";variable:hh=0;//当价格下破上轨时开空单if c<UPPER then begin sell(holding>0,0,market);buyshort(holding=0,1,market);hh:=high;end//价格超过开仓这根K线的最高点时止损平仓if c>hh then sellshort(holding<0,0,market);