<?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>信易科技用户论坛| coolliu | 动态</title>
	<link>https://forum.shinnytech.com/%e6%88%90%e5%91%98/coolliu/activity/</link>
	<atom:link href="https://forum.shinnytech.com/%e6%88%90%e5%91%98/coolliu/activity/feed/" rel="self" type="application/rss+xml" />
	<description>coolliu的动态信息。</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">5f364bdc69156b122b35cb710b5deb9f</guid>
				<title>coolliu 提了一个新问题 问题</title>
				<link>https://forum.shinnytech.com/?p=25620</link>
				<pubDate>Mon, 10 Mar 2025 14:08:35 +0800</pubDate>

									<content:encoded><![CDATA[<p>基于天勤平台，将国内市场主流主力期货品种按照KD和乖离率指标进行排序，可升序和降序，实时更新5个周期，也可以定制其他的指标排序。本工具的目的是进行品种筛选，重点关注可能有机会的品种。</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">13e060f33b827c61962e25df6c8a83d1</guid>
				<title>coolliu 提了一个新问题 问题</title>
				<link>https://forum.shinnytech.com/?p=25618</link>
				<pubDate>Mon, 10 Mar 2025 14:07:52 +0800</pubDate>

									<content:encoded><![CDATA[<p>天勤量化辅助交易回测系统是基于天勤量化（TqSdk）开发的一套辅助交易（包括实盘和模拟）和回测系统。</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4a7ad3014d1ae7ba00f28ad20f998241</guid>
				<title>coolliu 提了一个新问题 问题</title>
				<link>https://forum.shinnytech.com/?p=24693</link>
				<pubDate>Sun, 10 Dec 2023 13:41:30 +0800</pubDate>

									<content:encoded><![CDATA[<p>2023-12-08 09:03:29,910 &#8211; base_events.py[line:1707] &#8211; ERROR: protocol.resume_writing() failed<br />
protocol:<br />
transport:<br />
Traceback (most recent call last):<br />
File &#8220;C:Python38libasynciotransports.py&#8221;, line 294, in [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a65aef72761e4fef6a9189ee1391cf4d</guid>
				<title>coolliu 提了一个新问题 问题</title>
				<link>https://www.shinnytech.com/?p=12555</link>
				<pubDate>Tue, 01 Sep 2020 11:51:59 +0800</pubDate>

									<content:encoded><![CDATA[<p>我想得到最近一次开仓的价格怎么做？</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0b30310856bdc5760b5515a7ef2e10ee</guid>
				<title>coolliu 提了一个新问题 问题</title>
				<link>https://www.shinnytech.com/?p=12504</link>
				<pubDate>Sun, 30 Aug 2020 14:17:35 +0800</pubDate>

									<content:encoded><![CDATA[<p>在副图画MACD怎么写？</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ce6045ce5123f9ebd300018b753224f3</guid>
				<title>coolliu 提了一个新问题 问题</title>
				<link>https://www.shinnytech.com/?p=12502</link>
				<pubDate>Sat, 29 Aug 2020 14:59:20 +0800</pubDate>

									<content:encoded><![CDATA[<p>直接关闭shell窗口也关干净了吧，不需要专门去api.close吧？</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a0da922b77abf42736d7cf803dcea4c3</guid>
				<title>coolliu 提了一个新问题 问题</title>
				<link>https://www.shinnytech.com/?p=10667</link>
				<pubDate>Wed, 27 May 2020 11:50:47 +0800</pubDate>

									<content:encoded><![CDATA[<p>主进程中引用TqApi，然后用multiprocessing.Process创建子进程，分别运行不同的策略，都传入相同的api，可行吗？</p>
<p>我看到例子里面是用线程，要用api副本，我这种不用吧？</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6fc33126f3a66868f882902d94ce3eac</guid>
				<title>coolliu 提了一个新问题 问题</title>
				<link>https://www.shinnytech.com/?p=10246</link>
				<pubDate>Sun, 10 May 2020 17:17:25 +0800</pubDate>

									<content:encoded><![CDATA[<p>貌似无法正常工作，回测都是False的，这些参数都能正常引用吗？</p>
<p># 价格有效检查<br />
def price_valid_check(quote):<br />
    ask_price = quote.ask_price1<br />
    bid_price = quote.bid_price1<br />
    upper_limit = quote.upper_limit<br />
    lower_limit = quote.lower_limit<br />
    [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aca664fa28e28024d2b0e14b7b21535f</guid>
				<title>coolliu 提了一个新问题 问题</title>
				<link>https://www.shinnytech.com/?p=10146</link>
				<pubDate>Mon, 04 May 2020 07:03:34 +0800</pubDate>

									<content:encoded><![CDATA[<p>我想在开始前抢单，开市后第一时间成交，该怎么做？天勤在错误时间下单，会报错并退出程序：</p>
<p>Traceback(most recent call last):</p>
<p>File &#8220;xxx.py: Line 78, in </p>
<p>api.wait_update()</p>
<p>&#8230;&#8230;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">651a31d24d72998390d916866e54aef2</guid>
				<title>coolliu 提了一个新问题 问题</title>
				<link>https://www.shinnytech.com/?p=9289</link>
				<pubDate>Tue, 24 Mar 2020 02:11:23 +0800</pubDate>

									<content:encoded><![CDATA[<p>相关代码：<br />
if api.is_changing(klines.iloc[-1], &#8220;datetime&#8221;):<br />
if position.pos_long == 0 and position.pos_short == 0:<br />
&gt;&gt;&gt;开仓条件相关代码</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">25f8090354ee9d3046217dce4686c92a</guid>
				<title>coolliu 提了一个新问题 问题</title>
				<link>https://www.shinnytech.com/?p=9210</link>
				<pubDate>Fri, 20 Mar 2020 15:12:47 +0800</pubDate>

									<content:encoded><![CDATA[<p>我尝试了</p>
<p>SYMBOL = &#8220;KQ.i@SHFE.ni&#8221; # 设置合约代码<br />
报错看不懂：<br />
Exception ignored in:<br />
Traceback (most recent call last):<br />
File &#8220;C:ProgramDataMiniconda3libsite [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b037ac9414afe3edd75a3db6530eade6</guid>
				<title>coolliu 提了一个新问题 问题</title>
				<link>https://www.shinnytech.com/?p=9136</link>
				<pubDate>Mon, 16 Mar 2020 05:29:01 +0800</pubDate>

									<content:encoded><![CDATA[<p>if api.is_changing(klines.iloc[-1], [&#8220;datetime&#8221;, &#8220;open&#8221;]): # 新产生一根日线或开盘价发生变化: 重新计算上下轨</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bcf9b006c2954eeefdaebecde2a06a5f</guid>
				<title>coolliu 提了一个新问题 问题</title>
				<link>https://www.shinnytech.com/?p=8267</link>
				<pubDate>Wed, 08 Jan 2020 05:29:04 +0800</pubDate>

									<content:encoded><![CDATA[<p> 	有办法统计全品种主力合约的某些数据排名吗？像选股一样先挑选品种<br />
 	tqsdk的日内首K有没有剔除集合竞价的成交量？</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d3e7c4bb6b5a2c06eeb4dfe56b0ee7af</guid>
				<title>coolliu的资料已被更新</title>
				<link>https://forum.shinnytech.com/%e5%8a%a8%e6%80%81/p/1365/</link>
				<pubDate>Wed, 04 Dec 2019 12:31:17 +0800</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">bb645267abf15931f29b33b2344fef31</guid>
				<title>coolliu 提了一个新问题 问题</title>
				<link>https://www.shinnytech.com/?p=7848</link>
				<pubDate>Wed, 04 Dec 2019 12:30:44 +0800</pubDate>

									<content:encoded><![CDATA[<p>py策略文件能加密吗？</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>