<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>信易科技用户论坛| chaos | 动态</title>
	<link>https://forum.shinnytech.com/%e6%88%90%e5%91%98/6252148c-45a4-4d01-bed8-9c9673ddb01a/activity/</link>
	<atom:link href="https://forum.shinnytech.com/%e6%88%90%e5%91%98/6252148c-45a4-4d01-bed8-9c9673ddb01a/activity/feed/" rel="self" type="application/rss+xml" />
	<description>chaos的动态信息。</description>
	<lastBuildDate>Wed, 20 May 2026 23:52:18 +0800</lastBuildDate>
	<generator>https://buddypress.org/?v=10.4.0</generator>
	<language>zh-CN</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">fe17d4f9c31bdde8963011a106b2839f</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26332</link>
				<pubDate>Tue, 19 May 2026 02:30:28 +0800</pubDate>

									<content:encoded><![CDATA[<p>目前外盘这块支持的是延时行情订阅。<br />
回测需要历史数据支持，但按目前公开文档和现有数据服务，外盘这边暂时还不支持直接回测。也就是说，外盘品种现在可以看行情，但不能像国内期货那样直接走天勤的回测流程。</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">85cfa64b7db6ba0e1396f9baaef720ff</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26331</link>
				<pubDate>Tue, 19 May 2026 02:30:28 +0800</pubDate>

									<content:encoded><![CDATA[<p>是的，这里的 token 可以理解为：购买专业版权限后，先通过 token 服务获取访问令牌，然后再用这个 token 去访问 EDB 的业务接口。<br />
也就是说，后续请求数据时，主要是通过 `Authorization: Bearer your_token` 来鉴权，而不是直接拿用户名密码去请求业务接口 [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cc8df9181fcf39b372af99f024f14ece</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26330</link>
				<pubDate>Tue, 19 May 2026 02:30:28 +0800</pubDate>

									<content:encoded><![CDATA[<p>不是只支持上证50ETF和沪深300ETF两个品种，你截图里的那段示例偏旧了。按目前文档，ETF期权这边已经支持的标的包括：<br />
`SSE.510050` 上证50ETF<br />
`SSE.510300` 上交所沪深300ETF<br />
`SZSE.159919` 深交所沪深300ETF<br />
`SZSE.159915` 创业板ETF<br />
`SZSE.159922` 深交所中证500ETF<br />
`SSE.510500` 上 [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">029f400ffe50d9098babf8abb77b8408</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26329</link>
				<pubDate>Tue, 19 May 2026 02:30:28 +0800</pubDate>

									<content:encoded><![CDATA[<p>如果你说的是快期模拟账户的资金或持仓重置，目前没有单独开放一个“账户重置接口”。<br />
现阶段可以到快期专业版的账户列表里重置快期模拟账号的资金。</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7fa25a4e664aadf101cf87c41bbd4463</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26320</link>
				<pubDate>Tue, 12 May 2026 01:22:39 +0800</pubDate>

									<content:encoded><![CDATA[<p>可以分两步做：</p>
<p>1. 先用 `query_cont_quotes()` 拿到主力合约列表<br />
2. 再对这些主力合约逐个 `get_quote()`，读取当前时刻的 quote 字段</p>
<p>TqSdk 里没有一个“直接一次性返回所有主力合约剖面行情”的单独函数。通常做法就是先查主力合约，再批量拿 quote。<br />
如果你要的是当前截面数据，用 ` [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">236f79e6ddc50377a2ecc9a99b37cea0</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26318</link>
				<pubDate>Mon, 11 May 2026 07:50:42 +0800</pubDate>

									<content:encoded><![CDATA[<p>这要先区分你用的是 `TqSim` 还是 `TqKq`。</p>
<p>`TqSim` 是本地模拟账户，持仓和资金只在当前程序里，不会同步到快期 App，所以在 App 里看不到是正常的。</p>
<p>如果你想让模拟持仓和快期 App 里的“快期模拟”互通，要用 `TqKq`。`TqKq` 对应的是快期体系里的长期模拟账户，这个账户在快期 App、快期 [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">de3bd5024e0e89013de06f64a89d193c</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26315</link>
				<pubDate>Mon, 11 May 2026 06:16:43 +0800</pubDate>

									<content:encoded><![CDATA[<p>免费版目前不能使用 `TqSimStock`。</p>
<p>从报错信息来看，`TqSimStock` 这类股票模拟账户能力不在免费权限里，所以会提示“您的账户不支持 TqSimStock，需要购买后才能使用”。</p>
<p>简单区分一下：</p>
<p>&#8211; `TqSim()`：期货本地模拟<br />
&#8211; `TqKq()`：期货快期模拟<br />
&#8211; `TqSimStock()`：股票本地模拟<br />
&#8211; ` [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8607e33838adf41f142b7b7f7cc2690b</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26310</link>
				<pubDate>Tue, 28 Apr 2026 06:39:37 +0800</pubDate>

									<content:encoded><![CDATA[<p>今天部分用户在天勤里使用simnow会有问题，已经在修复了哈</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">97918ad2dacd80853535c05ff5b61af2</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26307</link>
				<pubDate>Mon, 27 Apr 2026 08:44:00 +0800</pubDate>

									<content:encoded><![CDATA[<p>使用天勤需要有python编程经验哈，具体可以先看看官网文档里的快速入门章节<br />
模拟是免费的，实盘除了官网上写的三家合作期货公司其他是需要收费的</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">73cf66dfa2d2f4fdf0854f9ffe087f7b</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26306</link>
				<pubDate>Mon, 27 Apr 2026 08:42:35 +0800</pubDate>

									<content:encoded><![CDATA[<p>我们后台老师看看哈</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">427135860b3b5f0cc4d5f65a900d4050</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26305</link>
				<pubDate>Mon, 27 Apr 2026 05:09:14 +0800</pubDate>

									<content:encoded><![CDATA[<p>可以取前一个交易日最后一个tick的amount字段</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2b8a1d0dc47bb36e3aba58cdfb6385c7</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26303</link>
				<pubDate>Mon, 27 Apr 2026 02:52:27 +0800</pubDate>

									<content:encoded><![CDATA[<p>没有ip哈，可以试试能不能设置通配符放开域名，*.shinnytech.com 的80、443端口</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ddb977222f50f6acb78ec9bfe92eb6ab</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26302</link>
				<pubDate>Mon, 27 Apr 2026 02:49:22 +0800</pubDate>

									<content:encoded><![CDATA[<p>天勤只有l1的数据哈，不能获取l2的数据</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e860454fecb2302c168967e1041b3c5d</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26301</link>
				<pubDate>Mon, 27 Apr 2026 02:48:44 +0800</pubDate>

									<content:encoded><![CDATA[<p>初始化行情是需要花费一些时间的哈，这个还会受网络环境、订阅数量多少等影响</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">417ef58f181da1e43bbe7fb38125365f</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26295</link>
				<pubDate>Thu, 23 Apr 2026 06:37:48 +0800</pubDate>

									<content:encoded><![CDATA[<p>期权本身就支持模拟交易哈<br />
只有etf期权比较例外，目前只有tqsim可以交易</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6b6945218634e412d1ebcd4b522e24b4</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26294</link>
				<pubDate>Thu, 23 Apr 2026 06:37:06 +0800</pubDate>

									<content:encoded><![CDATA[<p>insert_order() 不是立刻撮合，而是下一次 wait_update() 才真正发出<br />
回测中K线只在开始和结束的时候才更新，下一次wait_update也更新了K线的状态，然后基于这个K线的行情来撮合，所以可能表现为你描述的那样</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2b70e615bb0d5b5a0ab8e33fbc269b21</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26289</link>
				<pubDate>Wed, 22 Apr 2026 01:24:50 +0800</pubDate>

									<content:encoded><![CDATA[<p>期货有16年之后的数据，下载历史数据用datadownloader函数哈，get_kline_serial只能获取最近10000根</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8dd59973a56edd20de90c088c8a50acc</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26288</link>
				<pubDate>Tue, 21 Apr 2026 08:43:54 +0800</pubDate>

									<content:encoded><![CDATA[<p>天勤主连是在持仓量和成交量均为最大的时候，在下一个交易日切换主连，不保证和其他软件切换规则一致</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dba56a43e90e40713c598836aa31b456</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26286</link>
				<pubDate>Tue, 21 Apr 2026 08:42:03 +0800</pubDate>

									<content:encoded><![CDATA[<p>上期所和上期能源有五档，其他交易所只有一档</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8b3ce7c0269a37489f3eaeaf6a382074</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26285</link>
				<pubDate>Tue, 21 Apr 2026 08:41:25 +0800</pubDate>

									<content:encoded><![CDATA[<p>不是，天勤支持多点登录</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">482b5e5fb26fdb150a3696fac02471a1</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26280</link>
				<pubDate>Fri, 17 Apr 2026 01:10:34 +0800</pubDate>

									<content:encoded><![CDATA[<p>需要开盘前半小时左右重启程序，可以设置一个定时任务</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">732abd1a38e6deefd464be230937d725</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26278</link>
				<pubDate>Thu, 16 Apr 2026 08:37:51 +0800</pubDate>

									<content:encoded><![CDATA[<p>如果有通配符设置的话建议直接放开 *.shinnytech.com</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f36534e7b666789c46cb6525baee8dbf</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26276</link>
				<pubDate>Tue, 14 Apr 2026 03:20:45 +0800</pubDate>

									<content:encoded><![CDATA[<p>多策略可以参考这个文档哈https://doc.shinnytech.com/tqsdk/latest/advanced/tq_trading_unit.html</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ef7ddaf217671c88f180f6960bc0bf86</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26274</link>
				<pubDate>Mon, 13 Apr 2026 01:32:32 +0800</pubDate>

									<content:encoded><![CDATA[<p>版本应该没特别的要求，你可以百度看看比较好用的版本选择下载</p>
<p>我们没有强制用哪些api，codex是第三方软件，具体支持哪些功能可以到他们官网上了解一下哈</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">033893f127c9fc905fe44faeba499fc3</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26273</link>
				<pubDate>Mon, 13 Apr 2026 01:24:39 +0800</pubDate>

									<content:encoded><![CDATA[<p>没有哈会员的成交金额排名可能需要自己去根据成交量和结算价/均价之类的去计算</p>
<p>如果只想看合约的成交金额排名可以用quote里的amount字段</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">30afe56af26082cb26c60d0bd0ee5bdf</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26270</link>
				<pubDate>Fri, 10 Apr 2026 05:51:47 +0800</pubDate>

									<content:encoded><![CDATA[<p>不是，代码中还是要输入这些账户信息的，不然不知道做交易的是哪个账户<br />
simnow账户也可以绑定，一般会自动绑定，绑定数量超过三个会报错提醒</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ce4d927b78e998c8578fbcf8a8f2d681</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26267</link>
				<pubDate>Fri, 10 Apr 2026 03:23:53 +0800</pubDate>

									<content:encoded><![CDATA[<p>不是，CZCE.MA609，以交易所官网给的代码为准</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c8306ce2aa57b2b3714d8ed57772f85a</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26265</link>
				<pubDate>Wed, 08 Apr 2026 06:07:58 +0800</pubDate>

									<content:encoded><![CDATA[<p>估计是时区转换错了，可以用官方转换时间戳的函数time_to_str</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ad2ca475f691953f14c63ca9f7424b78</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26263</link>
				<pubDate>Wed, 08 Apr 2026 05:20:52 +0800</pubDate>

									<content:encoded><![CDATA[<p>天勤是纯代码哈，如果不想编程实现又想看账户的绩效分析或者是做风险监控，建议和其他具有该功能的软件搭配使用，比如快期专业版</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">22e2c8901d6f36be97aa26b374a4219b</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26262</link>
				<pubDate>Wed, 08 Apr 2026 05:18:03 +0800</pubDate>

									<content:encoded><![CDATA[<p>目前只有QQ群的</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">031a2d7e3c22bf60518b295ed3ec44fb</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26261</link>
				<pubDate>Wed, 08 Apr 2026 05:14:54 +0800</pubDate>

									<content:encoded><![CDATA[<p>这些都属于策略逻辑，需要自己用代码来实现</p>
<p>简单的移仓换月方式参考https://doc.shinnytech.com/tqsdk/latest/demo/base.html#t80</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f8f1150831ef5f32853a16d738ca9b35</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26250</link>
				<pubDate>Thu, 02 Apr 2026 01:26:32 +0800</pubDate>

									<content:encoded><![CDATA[<p>因为这段代码里没有输出语句。</p>
<p>要是想打印K线的话可以加一行 print(klines)</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fbe9d3cceb143852040518ab4ed82e9c</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26248</link>
				<pubDate>Wed, 01 Apr 2026 01:27:47 +0800</pubDate>

									<content:encoded><![CDATA[<p>把里面的期货合约换成期权合约就是了</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dfc6bc5b6c43c8e495d67a8736906c2e</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26247</link>
				<pubDate>Wed, 01 Apr 2026 01:27:12 +0800</pubDate>

									<content:encoded><![CDATA[<p>应该不需要这么久，先把其他代码删掉，写一个最小的登录代码再试试哈</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f5287d0349e6f49bd852bb32f97e8f5d</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26246</link>
				<pubDate>Wed, 01 Apr 2026 01:25:58 +0800</pubDate>

									<content:encoded><![CDATA[<p>根据报错来看应该是pandas的问题，可以先降低pandas的版本比如到2.2.3，再看看还有没有这个报错</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4e1c28bc4c8d8a422cc893dd9294a197</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26239</link>
				<pubDate>Mon, 30 Mar 2026 01:43:14 +0800</pubDate>

									<content:encoded><![CDATA[<p>这段代码里能明显看出两个问题：</p>
<p> 	from tqsdk import &#8230;, api 这一段就错了。tqsdk 导出的顶层对象里没有小写的 api，只有 TqApi，这里应该会先报 ImportError。<br />
 	MA(klines, 30) 只是算出了均线，但没有像官方示例那样写回到 K 线序列里，所以 web_gui 不会画出来。官方画法在 t90.py 里，关键就是：<br />
klines[&#8220;ma_MAIN&#8221;] = ma.ma</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">682febbb0bed64943bd813f45d231e7b</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26235</link>
				<pubDate>Fri, 27 Mar 2026 01:38:08 +0800</pubDate>

									<content:encoded><![CDATA[<p>类似的可以看看这个函数哈 <a href="https://doc.shinnytech.com/tqsdk/latest/reference/tqsdk.tafunc.html#tqsdk.tafunc.barlast" rel="nofollow ugc">https://doc.shinnytech.com/tqsdk/latest/reference/tqsdk.tafunc.html#tqsdk.tafunc.barlast</a></p>
<p>如果不行的话可能需要自己实现一下</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">757a0af51de4d61eed0cc0e42515aa27</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26234</link>
				<pubDate>Fri, 27 Mar 2026 01:28:36 +0800</pubDate>

									<content:encoded><![CDATA[<p>目前没有获取保证金的接口</p>
<p>建议可以到软件上查一下当前账户的保证金率然后维护在本地</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">db7e5d8ed7694ae5b4e6bd5bac4c56ef</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26231</link>
				<pubDate>Tue, 24 Mar 2026 09:02:45 +0800</pubDate>

									<content:encoded><![CDATA[<p>这个得看完整报错，大概率还是代码问题，先根据报错内容检查一下代码</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">adab2f6348bbe4f1fd4252b14a0c6d92</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26230</link>
				<pubDate>Tue, 24 Mar 2026 09:01:47 +0800</pubDate>

									<content:encoded><![CDATA[<p>可以，免费用户也是一样的实时行情数据<br />
天勤没有l2行情，付费版也没有哈</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f2ed90fdeeb00ad813df3d1e5963c3a6</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26229</link>
				<pubDate>Tue, 24 Mar 2026 09:00:51 +0800</pubDate>

									<content:encoded><![CDATA[<p>收到，我们后面看看添加上去</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">212be1198d69bd71c2b70df80fcc3c67</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26225</link>
				<pubDate>Mon, 23 Mar 2026 06:34:39 +0800</pubDate>

									<content:encoded><![CDATA[<p>get_trading_status在模拟盘可以获得集合竞价状态，回测不行</p>
<p>_is_in_trading_time不包含集合竞价时段</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ae2eadee69dcfb7c551ce27cc5613927</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26224</link>
				<pubDate>Mon, 23 Mar 2026 02:56:29 +0800</pubDate>

									<content:encoded><![CDATA[<p>我们行情服务器在上海这块，选择上海/华东地区的服务器应该差别不大</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f95b6409e625998129bc1422064b53a5</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26223</link>
				<pubDate>Mon, 23 Mar 2026 02:27:32 +0800</pubDate>

									<content:encoded><![CDATA[<p>程序初始化的时候需要一些时间哈</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ccff863c569a701c6fd8088cae38dece</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26222</link>
				<pubDate>Mon, 23 Mar 2026 02:26:26 +0800</pubDate>

									<content:encoded><![CDATA[<p>KQ.m@交易所.品种 这个格式，区分大小写，品种代码需要填写正确哈</p>
<p>比如第一条m要小写，第二条中金所没有C这个品种</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d6e068e549b17ac3ab77c53546cb06be</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26221</link>
				<pubDate>Mon, 23 Mar 2026 02:15:33 +0800</pubDate>

									<content:encoded><![CDATA[<p>宏源期货可以免费实盘的，不需要用专业版哈，专业版是要购买的</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b16c2f7741de7ad7cdf137449f22768f</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26219</link>
				<pubDate>Mon, 23 Mar 2026 02:13:47 +0800</pubDate>

									<content:encoded><![CDATA[<p>可以先看下文档中回测部分哈，需要自己用代码实现策略的</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3289ee026e5b1eb195501fbfbae1ba02</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26210</link>
				<pubDate>Fri, 20 Mar 2026 01:18:30 +0800</pubDate>

									<content:encoded><![CDATA[<p>不能缩小，国内交易所提供的最快也就0.5s一个tick截面哈</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4ce8377b892e231d83141c7e55e59a36</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26208</link>
				<pubDate>Thu, 19 Mar 2026 03:06:14 +0800</pubDate>

									<content:encoded><![CDATA[<p>得看你选择是什么账户做交易</p>
<p>tqsim就是本程序里运行，程序结束账户数据重置</p>
<p>tqkq是快期模拟，可以在能登录快期模拟的地方比如快期2、3、专业版看到账户数据</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d8330a32746d4abd6e3b926b8e6af217</guid>
				<title>chaos 回答了 一个问题</title>
				<link>https://forum.shinnytech.com/?p=26207</link>
				<pubDate>Thu, 19 Mar 2026 03:04:23 +0800</pubDate>

									<content:encoded><![CDATA[<p>资管账户需要企业版才能用哈</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>