-
比如北交所的 开特股份的 代码是 832978 , 那我以为Code 就是 832978.BJ
代码如下:
并请求不到任何信息, 但如果是上证和深证的票就可以 , 比如 600519.SH , 300724.SZ
我用的国金MiniQMT
如果有人能解答 ...
-
编译时报告:未定义的变量:getopendate
请问这是什么问题。
如果这个函数不能用,在VBA中该用什么方法获取个股上市日期?
谢谢
-
```
xtdata.connect(ip =data_server_ip , port =data_server_port)
```
报错:Assertion failed: px != 0, file d:\work\svn\svnrepos\research_libs_2408\install2\research_2408\include\boost\smart_ptr\share ...
-
EA FC 25 TOTY, the most popular and popular annual event among FC 25 players, is returning. As in previous events, players can choose the players they think will perform the best and have the most inf ...
-
```
# 下载指定合约历史行情
xtdata.download_history_data('600000.SH', period, start_time='', end_time='')
# 获取指定合约历史行情
xtdata.get_market_data_ex(field_list = [], stock_list = ['600000.SH'], p ...
-
qmt中主要使用set_basket和passorder实现一篮子买卖,具体代码如下:
效果如下:
-
1
-
早上执行好好的,下午执行就出现废单了,想知道原因,谢谢,执行结果贴在后面
```
#coding:gbk
import time
from datetime import datetime
from datetime import timedelta
# 单独维护交易日期
trade_date = "20 ...
-
1.登录投研端 -- 点击右上角"**操作**" -- 选择"**节假日展示**" -- "**下载**"


2.右 ...
-
1.点击行情 - 板块,在右键点击【板块分类】,选择新建板块

-
for sector in xtdata.get_stock_list_in_sector('概念指数'):
detail = xtdata.get_instrument_detail(sector)
name = detail["InstrumentName"]
print(sector, name)
secs = xtdata.get_stock_list_in_sector('TGN ...
-
查询负债合约
```
#coding:gbk
import time
def init(C):
# 查询负债持仓
cpts = get_unclosed_compacts('620061164073','CREDIT')
cpt_type={32:'不限制',48:'融资',49:'融券'}
for cpt in cp ...
-
有小伙遇到过国金miniqmt实盘客户端一直连不上的情况嘛, 但是模拟端可以连接上的情况嘛

...
-
### 【高级】标的联动期权走势
#### 历史期权收益回测
投研支持用户获取期权标的【任意历史节点】的期权虚实档位,及对应期权合约的行情走势,快速完成绩效检验

2.【方式二】或通过键盘输入股票代码或名称首字 ...
-
#看到关于run_time函数有下面的说明:
#period有nMilliSecond、nSecond和Day三个周期单元,部分周期下定时器函数在第一次运行之前会先等待一个period
#其中部分周期需要先等待一个period
#现在的问题,如果想通过 ...
-
小QMT怎么调用VBA信号?例如MACD的信号怎么调用?
-
刚开通行情vip,但为什么还是无法获取期权历史数据。
用的模板:
def init(C):
option_code_list1 = get_option_code(C,"IF",data_type = 0) # 获取中金所当前可交易期权合约
option_code_list2 = get_option ...
-
有没有一种框架同时支持回测与实盘?
如果想写一个框架覆盖回测与实盘,完全用 Python 去编写,似乎无法找到一个简洁且复用性极高的框架,毕竟回测是回测,实盘是实盘。
我提供一个思路,把千百种组合的策略信号生 ...