VeighNa量化社区
你的开源社区量化交易平台
zhong's Avatar
Member
离线
11 帖子
声望: 1

description
这个是什么问题?第六步 专家选项里面没有vn_server这个选项

xiaohe wrote:

那就请联系一下期货公司工作人员吧
期货公司的工作人员让在上期技术的官网下载看穿式监管评测版本的接口修改,关键是不会用啊

xiaohe wrote:

  1. simnow账户连接ctp接口,ctptest是接入实盘仿真测试时连接的
  2. 可以下一个快期进行修改也可以在sinmow网页登录页面通过忘记密码的方式修改密码吧
    就是要接入实盘仿真测试,该怎么操作呢?是期货公司的账号,不是simnow的。

description
没有地方可以修改仿真账号的密码,这个要怎么解决?

def on_stop_order(self, stop_order: StopOrder):
    if stop_order.status == StopOrder.status.WAITING:
        return
    for buf_orderids in [self.buy_vt_orderids, self.sell_vt_orderids, self.short_vt_orderids,
                         self.cover_vt_orderids]:
        if stop_order.stop_orderid in buf_orderids:
            buf_orderids.remove(stop_order.stop_orderid)

我知道停止单可以这样处理,但是限价单要在哪个方法里面进行判断?on_trade还是on_order?状态怎么判断?

同问!!!

我之前也遇到过这个问题,解决办法是修改服务器上屏幕的分辨率

而且还要上传对应的公司个人名片,基本上堵死了个人用户。

description
数据下载了一晚上也没有下载完,请问这个是什么问题?

用Python的交易员 wrote:

公众号里的那篇教程,其实就是完整的内容了。。。

apt安装使用阿里云的源这点是最近几个月才有的,而且只有国内的某些服务器会有(比如香港的就没),所以手动取消下设置就行,具体内容百度上搜有很多教程。

这个是需要修改为ubuntu官方的源,还是只要不是阿里云的源就行?

用Python的交易员 wrote:

不能用阿里云的源,否则安装过程中会出问题,简单处理方案就是重置系统再装一次

能否用阿里云的服务器,新装ubuntu系统用最新版本的vnpy写一份教程?微信公众号和vnpy文档,以及论坛里面其他用户发的教程都看过了,总还有问题导致不能正常编译运行。

ubuntu 18.0.4 vnpy2.1.1

(base) root@iZuf64s0djlh8qca9irijyZ:~/vnpy/examples/vn_trader# python run.py
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.

Aborted (core dumped)

有人知道这个该怎么解决吗?

description
这个是什么问题呢?

© 2015-2022 微信 18391752892
备案服务号:沪ICP备18006526号

沪公网安备 31011502017034号

【用户协议】
【隐私政策】
【免责条款】