-
如果我用回以前futuqant 的module 的話則沒有問題
但用futu這個module 的話 他會顯示沒有OpenQuoteContext
`import futu as ft`
`quote_ctx = ft.OpenQuoteContext(host='127.0.0.1', port=11111)`
`print(quote_ctx.get_market_snapshot('H…
-
大佬,v3开发进度如何了,交易引擎与策略类这两个剥离出来了吗,有打算在v3版本开放交易引擎与策略类这两个模块吗
-
一个应用进程使用了kafka client, 该进程cgroup分配了1c2g的资源,该client发送kafka速率到980pps(约40M/s), kafka client get_error 收到了错误码11。此时内存会迅速增长后会OOM。
应用内发送kafka消息函数原型如下
```
void KafkaClient::sendMsg(const std::string& topic…
-
### Describe the bug
Compiling zenoh-c v0.10.1-rc (/ /build/_deps/zenohc-build/release)
error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
--> / /…
-
git下来跑README.md的demo示例代码
chan = CChan(
code="HK.00700",
begin_time="2012-01-01",
end_time=None,
data_src=DATA_SRC.FUTU, # 数据来源,
lv_list=[KL_TYPE.K_DAY], # 多级别可以从大到小传入
…
-
Hi I've noticed that, at least in simulation, callback for `TradeDealHandlerBase` isn't triggered even when the order is filled. `HandlerContext.recv_func` never receives value 2218 for `proto_id`. Is…
-
Run:
```
from futu import *
pwd = 'XXXXX'
trade_context = OpenUSTradeContext(host='127.0.0.1', port=11111)
print(trade_context.unlock_trade(pwd))
print(trade_context.accinfo_query())
```
Retu…
-
Hi I'm trying out the `quote_and_trade_demo.py` but it gives the error `* subscribe : (-1, 'No right to subscribe 00700')`. OpenD shows a subscription quota of 300.
Any advice appreciated.
-
unlock_trade failed: ERROR. No one available account!
-
**运行环境**
- 部署方式:
安装器自动部署
- 系统环境:
Windows x64
**描述漏洞**
运行run-bot.bat报错
**完整报错信息**
```
2023-02-20 14:53:06 - WARNING 未找到可用的 ASGI 服务,反向 WebSocket 和 WebHook 上报将不可用。
仅 HTTP 轮询与正向 WebSocket…