Rss & SiteMap

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

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

标题:从图表到后台的翻译问题

1楼
yekaicong 发表于:2012/12/19 14:01:07
long:= h>aa and time>091500 and time<150500;

if long then
begin
sellshort(holding<0,0,market);
buy(holding=0,1,market);
end

这段代码想要翻译到后台程序化上用 怎么翻译?
2楼
jinzhe 发表于:2012/12/19 14:04:31
long:= h>aa and time>091500 and time<150500;

if long then
begin
tsellshort(tholding<0,0,mkt);
tbuy(tholding=0,1,mkt);
end
共2 条记录, 每页显示 10 条, 页签: [1]


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