<?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>信易科技用户论坛| wujing91 | 动态</title>
	<link>https://forum.shinnytech.com/%e6%88%90%e5%91%98/b2c11886-cda2-4c73-a508-e19225897a7f/activity/</link>
	<atom:link href="https://forum.shinnytech.com/%e6%88%90%e5%91%98/b2c11886-cda2-4c73-a508-e19225897a7f/activity/feed/" rel="self" type="application/rss+xml" />
	<description>wujing91的动态信息。</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">01325deb93090e44aa6527b597fbff2c</guid>
				<title>wujing91 提了一个新问题 问题</title>
				<link>https://www.shinnytech.com/?p=15761</link>
				<pubDate>Mon, 24 May 2021 14:51:06 +0800</pubDate>

									<content:encoded><![CDATA[<p>我照抄天勤量化学习文档中的代码如下：</p>
<p>api = TqApi(auth=TqAuth(&#8220;信易账户&#8221;, &#8220;账户密码&#8221;))<br />
klines = api.get_kline_serial(&#8220;SHFE.fu2109&#8221;, 24 * 60 * 60)<br />
macd = MACD(klines, 12, 26, 9)<br />
print(list(macd[&#8220;diff&#8221;]))<br />
print(list(macd[&#8220;dea&#8221;] [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aeb2aa0fa5b6beb827e8b067f7727b7d</guid>
				<title>wujing91 提了一个新问题 问题</title>
				<link>https://www.shinnytech.com/?p=15760</link>
				<pubDate>Mon, 24 May 2021 13:44:38 +0800</pubDate>

									<content:encoded><![CDATA[<p>用以下的方法计算MACD<br />
klines = api.get_kline_serial(&#8220;CFFEX.IF1903&#8221;, 24 * 60 * 60) macd = MACD(klines, 12, 26, 9) print(list(macd[&#8220;diff&#8221;])) print(list(macd[&#8220;dea&#8221;])) print(list(macd [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e5cbe55bf19ad5b1a9547634aa0fa7e6</guid>
				<title>wujing91 回答了 一个问题</title>
				<link>https://www.shinnytech.com/?p=15678</link>
				<pubDate>Mon, 17 May 2021 06:45:06 +0800</pubDate>

									<content:encoded><![CDATA[<p>我发现，不能在get_kline_serial之后调用get_quote，否则如果下次再get_kline_serial，就发现K线数据不刷新了。</p>
<p>特别说明一下，get_kline_serial和get_quote后都用wait_update等待数据更新</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f21be7cc4d11ea829a20ac3612550f04</guid>
				<title>wujing91 回答了 一个问题</title>
				<link>https://www.shinnytech.com/?p=15677</link>
				<pubDate>Mon, 17 May 2021 06:40:29 +0800</pubDate>

									<content:encoded><![CDATA[<p>兄弟，你要查询当前价格和K线、仓位，需要等待服务器给你返回结果，就是要调用wait_update，等这个语句返回你才能去读取数据。INSERT_ORDER也是这个道理。要等服务器返回。</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>