Rss & SiteMap

金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/

专业程序化软件提供商
共5 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:[交易系统]开盘跳空

1楼
z7c9 发表于:2011/2/14 21:10:24

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

 

runmode:0;
buycond:=open<ref(low,1);
buyshortcond:=open>ref(high,1);

if holding=0 then begin
 if buycond then
  buy(1,1,limitr,open);
end

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

if holding>0 then begin
 sell(1,holding,limitr,close);
end

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

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

[此贴子已经被作者于2011-10-3 11:25:32编辑过]
2楼
阿火 发表于:2011/2/14 21:59:12

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

 

什么品种这么牛?这下发财了

3楼
panjian 发表于:2011/4/28 18:01:04

但是品种一统计多了 还是个赔钱的东东

4楼
tsdaquan 发表于:2011/7/24 16:02:40
请问版主这是什么品种什么周期的测试?
5楼
a7777 发表于:2013/1/29 21:17:03
图片点击可在新窗口打开查看
共5 条记录, 每页显示 10 条, 页签: [1]


Powered By Dvbbs Version 8.3.0
Processed in .03125 s, 2 queries.