-
学习时间: 2025年7月25日论文地址: https://arxiv.org/abs/2411.06065论文标题: DFT: A Dual-branch Framework of Fluctuation and Trend for Stock Price Prediction论文发表时间:2024年11月9日论文简述:...
-
```python# coding:utf-8import timefrom xtquant import xtdatacode = '600000.SH'xtdata.download_history_data(code, period='1d', start_time='20080101', end_time='20250806')# data = xtdata.get_...
-
学习时间: 2025年7月25日论文地址: https://arxiv.org/abs/2507.12803论文标题: FLDmamba: Integrating Fourier and Laplace Transform Decomposition with Mamba for Enhanced Time Series Prediction论文发...
-
QMT策略互相优化,改进,交流,需要企鹅497513741
-
招募期货、股票、etf、A股日内回转交易员,港股、美股、期权交易员,寻找资金对接渠道mom交易资金优先资金,投顾等,简历及交割单数据等发送邮箱 bestfriend\...
-
学习时间: 2025年7月24日论文地址: https://arxiv.org/pdf/2507.04600论文标题: DisMS-TS: Eliminating Redundant Multi-Scale Features for Time Series Classification论文发表时间:2025年7月7日论文简述...
-
付费代谢策略,可以的话加我
-
```from xtquant import xtdatadetail=xtdata.get_full_tick(code_list=['932000.SH'])['932000.SH']如下图所示,今天是8月5日11:20(交易日),没法显示新的行情,并且xtdata.subscribe_quote无法对其订阅成功...
-
原来请求一次在几十毫秒,现在需要2秒,大家有没有遇到过
-
代码怎么实现获取场内T0股票ETF列表?stock_list = xtdata.get_stock_list_in_sector('T0')-- 通过这个接口返回都是空的。求助一下。