-
`使用download_history_data将A股股票1分钟数据缓存下来以后,再通过get_market_data`转存成csv文件,只有小部分股票csv文件里有数据,5分钟和1天数据用同样的方法是没问题的,有遇到过这种情况的吗?或者管理员能否 ...
-
比如北交所的 开特股份的 代码是 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 ...
-
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实盘客户端一直连不上的情况嘛, 但是模拟端可以连接上的情况嘛

...
-
### 【高级】历史分时/tick数据随心看
投研收录了市场从2000年至今的分钟数据,支持快捷查看历史行情的分时走势图
1.选择任意时间点的K线柱,按【空格】键即可查看对应时间点的分时图

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 ...
-
我想获取指定日期,指定交易所的全部可交易期货合约。运行了下面的代码:
```
xtdata.download_sector_data()
xtdata.download_history_contracts()
xtdata.get_stock_list_in_sector("IF", real_timetag="20240304 ...
-
### 一、前言
有一些通达信或同花顺的用户,想把之前创建的自选股迁移到qmt平台上,以便执行交易。
用手动的方法固然可以实现,但自选股一般需要每天修改,天天手动挪也耗费精力。
现在在投研端上有自动同步自选 ...