-
参考这个 [demo](https://github.com/FutunnOpen/py-futu-api/blob/master/futu/examples/macd.py):
```
def handle_data(self):
"""
handle stock data for trading signal, and make order
"""
…
impvd updated
4 years ago
-
python == 3.6.5
futu-api == 3.6.3
FutuOpenD == 1.08_Mac
美股 request_history_kline 返回 (-1, 'NN_ProtoRet_TimeOut').
``` python
code = 'US.AAPL'
# code = 'HK.00700'
start_date = '2018-12-01'
e…
-
Qot_Sub.proto - 3001订阅或者反订阅
Qot_RegQotPush.proto - 3002注册行情推送
这两个协议看起来十分相似,似乎订阅后的 security 还需要再注册推送后才可以获得推送。
请问将 3001 3002 区分设计的考量是什么?可否合并成一个?
-
Recently, the plugin update functionality is returning the following error for all plugins I try to update when trying to download and installed the plugin updates:
javax.net.ssl.SSLHandshakeExcept…
timja updated
3 years ago
-
What's the undefined.m3u playlist? Is that where the channels with no country go? If so, I want to help, but want to ask exactly what it is before assisting any further.
I know this issue's blank b…
-
Whenever I start debugging my project, either from command line or pressing F5 in VS Code, I get this error. Also even when I restart it, during debugging this error pops up multiple times.
Steps…
-
官方接口文档404了。
-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [x] I read …
Antol updated
4 years ago
-
**Problem:**
The order of field elements in a model impact whether the self-referential relationship behaves appropriately.
**Environment (Docker containers):**
- Prisma2 pre-release 3.2 running …
-
## 环境
* 操作系统: Windows 10
* Anaconda版本: 如Anaconda3 Python 3.7 64位
* vn.py版本: 2.02
## Issue类型
三选一:Bug/Enhancement/Question
## 预期程序行为
## 实际程序行为
如因网络连接等原因导致富途接口断开,等网络恢复后FutuOpenD会恢复重连,…