Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
if h>a then buy();
if c<a then sell();
variable:nn=0;
if 开仓条件 then begin
开仓语句;
nn:=0;
end
if h>nn then nn:=h;//记录开仓后最高价
if h>=a and c<a then 平仓语句;// 当最高价大于A同时现在的价格小于A时,平仓
冲高回落 类似移动止盈止损。
看软件自带的模板。都有的
在哪里看?