Rss & SiteMap

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

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

标题:[交易系统]小时交易法

1楼
z7c9 发表于:2011/11/2 20:52:41

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

 

runmode:0;

dayopen:=callstock(stklabel,vtopen,6,0);

entrylongcond:=open>dayopen;
entryshortcond:=open<dayopen;

if holding=0 then begin
 if entrylongcond then
  buy(1,1,limitr,open);
  
 if entryshortcond 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-500000,noaxis,coloryellow,linethick2;

[此贴子已经被作者于2011-11-2 20:53:50编辑过]
2楼
默丘里 发表于:2012/2/9 17:06:02
图片点击可在新窗口打开查看
3楼
默丘里 发表于:2012/2/9 17:08:20

不会发图,写入公式里后。提示:您当前公式系统使用了交易系统函数,但公式不是交易系统公式,可能无法正常工作。

请问应该怎么试用?谢谢

共3 条记录, 每页显示 10 条, 页签: [1]


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