Rss & SiteMap

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

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

标题:goto跳转函数

1楼
tanyongde 发表于:2016/11/30 12:19:21
if long then buy(1,1,market);
  goto skip@;
if short then buyshort(1,1,market);
  skip@;
用goto跳转函数,本周期买多成立直接跳转到skip@,买多条件不成立,本周期就不跳转?
2楼
jinzhe 发表于:2016/11/30 13:08:51

if long then begin

 buy(1,1,market);

  goto skip@;
end
if short then buyshort(1,1,market);
  skip@;
3楼
tanyongde 发表于:2016/11/30 14:00:10
用goto跳转函数,本周期买多成立直接跳转到skip@,买多条件不成立,本周期就不跳转,对吗?
4楼
jinzhe 发表于:2016/11/30 14:04:17
我上面写的就是你讲的
5楼
tanyongde 发表于:2016/11/30 14:46:21
谢谢!!
共5 条记录, 每页显示 10 条, 页签: [1]


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