Rss & SiteMap

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

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

标题:[求助]怪了!没信号!帮我看看!哪里写错了

1楼
carl9186 发表于:2013/3/29 9:11:55

//日内第一根K线为阴线,第二根K线开空 3分钟周期
position:barslast(date<>ref(date,1)),noaxis,nodraw;

firstyin:=ref(c,1)<ref(o,1);

if time>=091500 and time<=093000 and  firstyin and position=1 then sell(1,1,limitr,open);

2楼
jinzhe 发表于:2013/3/29 9:40:37
if todaybar=2 and ref(o,1)>ref(c,1) then buyshort(holding=0,1,limitr,o);
3楼
carl9186 发表于:2013/3/29 10:26:33

也没有信号。 测试过吗?

 

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


Powered By Dvbbs Version 8.3.0
Processed in 0.03125 s, 3 queries.