<?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>信易科技用户论坛| qianmo | 动态</title>
	<link>https://forum.shinnytech.com/%e6%88%90%e5%91%98/e6fbdc39-735f-40d8-b925-81c50fc0e6ff/activity/</link>
	<atom:link href="https://forum.shinnytech.com/%e6%88%90%e5%91%98/e6fbdc39-735f-40d8-b925-81c50fc0e6ff/activity/feed/" rel="self" type="application/rss+xml" />
	<description>qianmo的动态信息。</description>
	<lastBuildDate>Fri, 03 Apr 2026 22:20:39 +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">c7d46fb339a17b5723dc8900c7e0ed5f</guid>
				<title>qianmo 提了一个新问题 问题</title>
				<link>https://forum.shinnytech.com/?p=25410</link>
				<pubDate>Tue, 19 Nov 2024 01:36:27 +0800</pubDate>

									<content:encoded><![CDATA[<p>你好，我需要限制每日（21:00-15:00）最大开仓次数，通过成交列表计算，开仓次数。</p>
<p>但是在实际运行过程中发现，get_trade()获取的成交列表，</p>
<p>并不是每日交易日的，而是连接上API以后所有成交记录。请问这个该怎么调整为只获取当前交易日的成交记录呐。</p>
<p> <img loading="lazy" src="https://forum.shinnytech.com/wp-content/uploads/anspress-uploads/892945d08d9e18bf4fc49b7bf07106ea88f638a1_5466.png" /></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">287e5e8bf6827636d24428654172ae2d</guid>
				<title>qianmo 提了一个新问题 问题</title>
				<link>https://forum.shinnytech.com/?p=25369</link>
				<pubDate>Wed, 23 Oct 2024 06:08:26 +0800</pubDate>

									<content:encoded><![CDATA[<p>你好，请问如何计算已平仓合约的盈亏金额</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a0e7bf0bb2b01d59b4878ce109c077b2</guid>
				<title>qianmo 提了一个新问题 问题</title>
				<link>https://forum.shinnytech.com/?p=25312</link>
				<pubDate>Fri, 06 Sep 2024 08:47:22 +0800</pubDate>

									<content:encoded><![CDATA[<p>你好，用实盘账户登录，在收盘后，程序中断了，弹出如下提示：</p>
<p>raise TqTimeoutError(&#8220;接收数据超时，请检查客户端及网络是否正常&#8221;)<br />
tqsdk.exceptions.TqTimeoutError: 接收数据超时，请检查客户端及网络是否正常</p>
<p>请问有什么方式，不让程序在收盘后，中断，然后在交易时间，还能正常运行。</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8b1d9391974558e9e22c212ecba51480</guid>
				<title>qianmo 提了一个新问题 问题</title>
				<link>https://forum.shinnytech.com/?p=25272</link>
				<pubDate>Thu, 15 Aug 2024 01:37:35 +0800</pubDate>

									<content:encoded><![CDATA[<p>你好，文档 说明说， 在每次下单后会根据后续的行情计算下单的最新的价格，当该价格发生变化则首先撤回由该程序发出的在场的委托，然后根据最新的价格重新下单。</p>
<p>但是在开盘跳空时，程序发出了委托单，没有成交后，也没有进行撤单。请问遇到价格突发变化的时候，该如何使用TargetPosTask。感谢！</p>
<p> <img loading="lazy" src="https://forum.shinnytech.com/wp-content/uploads/anspress-uploads/8514c6e2396bd7e25951bba97c1638d533e1cf88_5466.png" /></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c05bb749f54271fbb2379b3df2d1fe04</guid>
				<title>qianmo 提了一个新问题 问题</title>
				<link>https://forum.shinnytech.com/?p=25249</link>
				<pubDate>Thu, 08 Aug 2024 14:18:50 +0800</pubDate>

									<content:encoded><![CDATA[<p>关于限价下单问题。上期所，下单需要限价，如果盘口价差较大，或者开盘跳空，符合条件下单后，撤单了，在这个程序中就卡住了，不往下运行。请问这种情况如何处理，这笔订单能顺利成交，然后往下继续运行</p>
<p> <img loading="lazy" src="https://forum.shinnytech.com/wp-content/uploads/anspress-uploads/23512424e8a2ccec3ac2bdf2cc144bf173550920_5466.png" /></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6f328edcd842786d9a1969d031ebffe7</guid>
				<title>qianmo 提了一个新问题 问题</title>
				<link>https://forum.shinnytech.com/?p=24824</link>
				<pubDate>Wed, 31 Jan 2024 15:55:36 +0800</pubDate>

									<content:encoded><![CDATA[<p>安装tqsdk出现错误</p>
<p> <img loading="lazy" src="https://forum.shinnytech.com/wp-content/uploads/anspress-uploads/e5027452323baac6c25ba99f0edc5a11149587e1_5466.png" /></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>