以文本方式查看主题

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

--  作者: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编辑过]

--  作者:默丘里
--  发布时间:2012/2/9 17:06:02
--  
图片点击可在新窗口打开查看

--  作者:默丘里
--  发布时间:2012/2/9 17:08:20
--  

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

请问应该怎么试用?谢谢