Rss & SiteMap

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

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

标题:后台交易程序能实现提前下单吗?

1楼
太极熊猫 发表于:2014/7/4 0:46:48
在后台程序化交易中,能像图表程序化交易一样,实现"走完K线模式下,盘中提前X秒钟发出下单指令,而不是等到K线结束"的功能吗?

该如何实现?
2楼
jinzhe 发表于:2014/7/4 9:03:24

http://www.weistock.com/bbs/dispbbs.asp?BoardID=10&ID=9439&skin=0

第8个

3楼
太极熊猫 发表于:2014/7/7 13:03:35

abb:=(time0-timetot0(dynainfo(207))<=tq) or not(islastbar);

if abb then begin
  if holding>0 and ma5<ma10 then sell(1,1,thisclose);
  if holding<0 and ma5>ma10 then sellshort(1,1,thisclose);
  if holding=0 and ma5>ma10 then buy(1,1,thisclose);
  if holding=0 and ma5<ma10 then buyshort(1,1,thisclose);

end

请问一下,上面一段程序语句中,为什么要加进粗体并有下划线的条件?能解释一下吗?
4楼
jinzhe 发表于:2014/7/7 13:12:14

这个是图表的,用来在历史k线上产生信号的,

但是后台就可以不用写

5楼
太极熊猫 发表于:2014/7/7 13:33:25
谢谢!
共5 条记录, 每页显示 10 条, 页签: [1]


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