-
The latest version of EA's popular football series, [FC 25 Coins](https://www.mmoexp.com/Fc-25/Coins.html), brings a fresh set of skill moves designed to enhance gameplay. These exciting techniques al ...
-
As adventurers delve into the intricate world of [POE 2 Currency](https://www.mmoexp.com/Poe-2/Currency.html), the role of skill gems in shaping a character abilities is essential. Mercenaries, in par ...
-
In the exhilarating realm of [Diablo 4 gold](https://www.mmoexp.com/Diablo-4/Gold.html), the quest for power culminates in the pursuit of Mythic Unique items. These exceptional pieces of gear not only ...
-
"Path of Exile 2" (PoE 2), the much-anticipated sequel to the beloved action role-playing game, continues to build on the foundations of its predecessor while introducing new mechanics, deeper lore, a ...
-
Diablo 4, the latest installment in Blizzard’s iconic action RPG series, brings players into a dark, gothic world filled with demons, dungeons, and an expansive open-world environment. One of the pri ...
-
In EA Sports FC 25, one of the most exciting new features introduced is the "Hey Jude" evolution, which allows players to take certain footballers on a progressive journey, improving their stats, skil ...
-
如图,回测收益一栏是空白的,其他是栏目是正常显示的。

-
```
xtdata.get_stock_list_in_sector('上证指数')
好像只能获得最新的指数成份股,但是如果想回测策略,需要获取历史上某一天的成分股,有没有相应的办法来实现呢
```
...
-
如题!
如果能借助AI将自己的交易系统通过COUSOR量化成PYTHON代码,然后放在QMT中运行,那开发过程将大大缩短,也更容易让不精通代码的人量化上手。我自己试过,但是很多地方不尽人意,如果有这个兴趣的朋友可以加 ...
-
我是老版券商的添加,项目手动添加的lib
-
我把策略挂实盘运,策略是直接买入开仓,我记录了买入时间,K线记录的是2024年9月18日的时间。就是说每次载入策略,都会从历史K线这个位置开始检索。这是哪里设置的?我实盘买入ETF 设置不要T+0操作,然而交易后记录 ...
-
勾上启用本地库和不勾上本地库的区别是什么啊?
-
如题,
```python
from xtquant import xtdata, xtconstant
xtdata.enable_hello = False
"""
table_list
'Balance' #资产负债表
'Income' #利润表
'CashFlow' #现金流量表
'Capital' ...
-
是券商方面不支持? 但是实际上交易过的股票都可以查询到交易记录的。所以理论上这些数据是存在的,但是QMT却无法找到这样的数据。
做量化的很清楚,这些数据实盘中至关重要。
...
-
Path of Exile 2: How to [Path of Exile 2 Currency](https://www.eld.gg/Poe-2/Currency.html) Get Expedition Logbooks and Maximize Your Loot
In Path of Exile 2, Expedition Logbooks are among the most lu ...
-
Trading and Market Dynamics
The combination of rarity and [RuneScape gold](https://www.rsorder.com/) high demand fosters a vibrant player-driven economy around Gold and Silver:
Price Volatility: Mark ...
-
Diablo 4 Season 9: The New Nightmare Dungeon Affixes — A Deep Dive into [Diablo 4 Items](https://www.eld.gg/Diablo-4/Items.html) Endgame Evolution
Diablo 4’s Season 9, titled Sins of the Horadrim, u ...
-
按照迅投知识库的说明,xtdata.download_history_data2是支持增量下载的,但是在原生Python中,使用各种参数组合验证,都是全量下载,无法实现增量下载,有人帮忙解答下是怎么做增量下载吗?
比如把stock_list中设 ...
-
在官方的案例加了一行注释,点编译会提示保存失败,如下图所示:
-
1.qmt数据日期一直无法更新,时间停留在2021年,如何才能更新到最新日期

2.get_market_data_ex获取不到最新数据,只能获取 ...
-
```
def run_tarder_func(c):
'''
运行下单函数
'''
if check_is_trader_date_1():
# 新增:第一步先撤销所有未成交买入委托
cancel_result = cancel_all_orders(c)
if not ...
-
制一个全新的策略程序代码,直接修改完整写出来,直接能在国金QMT软件导入策略在实盘使用,新策略的逻辑如下: 从通达信板块同步板块指数成分股,路径D:\\国金证券\\T0002\\blocknew\\BKHTD.blk 选股逻辑: 1、选出同 ...
-
调取数据命令 data=C.get_market_data_ex(['close'],[stock],period='1m',count=30,dividend_type='front', fill_data=True, subscribe=True)
但是20250606日获得的000665.sz股票分钟数据是不正确的,全部数据均为4 ...
-
```
# 获取目标股票的涨停价格
stock_code = '000001.SZ' # 示例股票代码
instrument_info = ContextInfo.get_instrumentdetail(stock_code)
up_stop_price = instrument_info["UpStopPrice"]
# 计划买入价格(示 ...
-
```
def cancel_all_orders(c):
"""撤销所有未完成的委托"""
print("开始撤销所有未完成的委托...")
try:
# 获取当前所有委托
orders = get_trade_detail_data(c.account, c.account_ty ...