以文本方式查看主题

-  金字塔客服中心 - 专业程序化交易软件提供商  (http://weistock.com/bbs/index.asp)
--  交易策略发布专区  (http://weistock.com/bbs/list.asp?boardid=10)
----  [交易系统]周间日交易法  (http://weistock.com/bbs/dispbbs.asp?boardid=10&id=5208)

--  作者:z7c9
--  发布时间:2011/2/18 19:51:47
--  [交易系统]周间日交易法

图片点击可在新窗口打开查看

runmode:0;

if holding=0 then begin
 if weekday=2 then
  buyshort(1,1,limitr,open);
end

if holding<0 then begin
 sellshort(1,1,limitr,close);
end

收益:(asset-30000)/30000,noaxis,colormagenta;
次数:totaltrade,linethick0;
胜率:percentwin,linethick0;
连亏:maxseqloss,linethick0;
连赢:maxseqwin,linethick0;


 

[此贴子已经被作者于2011-10-3 11:24:53编辑过]