<?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>信易科技用户论坛| yao1234 | 动态</title>
	<link>https://forum.shinnytech.com/%e6%88%90%e5%91%98/c9827c08-16f8-43b6-9dbc-df8f449ebfe4/activity/</link>
	<atom:link href="https://forum.shinnytech.com/%e6%88%90%e5%91%98/c9827c08-16f8-43b6-9dbc-df8f449ebfe4/activity/feed/" rel="self" type="application/rss+xml" />
	<description>yao1234的动态信息。</description>
	<lastBuildDate>Tue, 21 Apr 2026 12:53:03 +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">be16a545d176aefe80c3f99fe26b5c36</guid>
				<title>yao1234 回答了 一个问题</title>
				<link>https://www.shinnytech.com/?p=23259</link>
				<pubDate>Sun, 13 Nov 2022 23:00:17 +0800</pubDate>

									<content:encoded><![CDATA[<p>在这里：https://www.shinnytech.com/blog/tq-support-broker/</p>
<p>查看使用的期货公司是否已被支持</p>
<p>切换到ctp通道即可使用，不需要做穿透之类的，如果通道不是ctp联系客服切换即可</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cc8251e5f725090f26811cbc7d01fd1c</guid>
				<title>yao1234 回答了 一个问题</title>
				<link>https://www.shinnytech.com/?p=23257</link>
				<pubDate>Sun, 13 Nov 2022 22:54:08 +0800</pubDate>

				
				
							</item>
					<item>
				<guid isPermaLink="false">eda974bffebeea83ff1a2d9b8eb6e2c4</guid>
				<title>yao1234 回答了 一个问题</title>
				<link>https://www.shinnytech.com/?p=23215</link>
				<pubDate>Mon, 07 Nov 2022 00:24:25 +0800</pubDate>

									<content:encoded><![CDATA[<p>不知道这个合适大佬用么?计算open_len天的收盘价高点,并放在新序列里</p>
<p>shift(1)，就是不包含当前K<br />
# 计算开仓通道高点，成为新序列,donchian_open_high<br />
self.klines[&#039;open_high&#039;] = self.klines[&#039;close&#039;].rolling(open_len).max().shift(1)</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6f53eb061dbce501af3a7c0db82e4633</guid>
				<title>yao1234 提了一个新问题 问题</title>
				<link>https://www.shinnytech.com/?p=23203</link>
				<pubDate>Thu, 03 Nov 2022 00:57:05 +0800</pubDate>

									<content:encoded><![CDATA[<p>快速快速生成条件单，并支持模拟与实盘。<br />
策略生成<br />
自动生成条件单<br />
自动触发条件单（自动化交易）支持模拟账号与实盘<br />
自动或手动，移仓换月<br />
消息推送</p>
<p>开源地址:<a href="https://gitee.com/yao14777/wytjd" rel="nofollow ugc">https://gitee.com/yao14777/wytjd</a></p>
<p> <img loading="lazy" src="https://www.shinnytech.com/wp-content/uploads/anspress-uploads/6251bedc0a6bca7d21b9701a12f47d2221705ed6_4598.png" /></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b6d3983d6f8ba8f82a965f253b35323f</guid>
				<title>yao1234 回答了 一个问题</title>
				<link>https://www.shinnytech.com/?p=22742</link>
				<pubDate>Wed, 07 Sep 2022 03:23:31 +0800</pubDate>

									<content:encoded><![CDATA[<p>创建一个公共类，里面的常量保存api</p>
<p>在子进程中引用公共类就可以直接使用类常量</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">70b2139a9ef9353cc572c070d391e20b</guid>
				<title>yao1234 回答了 一个问题</title>
				<link>https://www.shinnytech.com/?p=21140</link>
				<pubDate>Fri, 04 Mar 2022 01:32:14 +0800</pubDate>

									<content:encoded><![CDATA[<p>不要使用多个api.wait_update，在主线程中保持一个api.wait_update更新数据即可，如果想多品种同时监控，可以协程里使用register_update_notify</p>
<p>1.子进程中开启一份api.wait_update，它负责更新所有数据</p>
<p>2.定义方法，动态添加协程任务</p>
<p>3.定义方法，要实现的逻辑写这里</p>
<p>希望能帮助到你<br />
def 保持更新的方法(self):<br />
    tqNotify = TqNot [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aa1aadc1b3067cb4ecc96c5b75eaf9af</guid>
				<title>yao1234 回答了 一个问题</title>
				<link>https://www.shinnytech.com/?p=21072</link>
				<pubDate>Fri, 25 Feb 2022 09:48:31 +0800</pubDate>

									<content:encoded><![CDATA[<p>使用threading.Thread多线程订阅合约，会超时，我也遇到这个情况，然后改用异步订阅</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7856bb12f38f29530d629c1826c52996</guid>
				<title>yao1234 提了一个新问题 问题</title>
				<link>https://www.shinnytech.com/?p=21070</link>
				<pubDate>Fri, 25 Feb 2022 08:55:56 +0800</pubDate>

									<content:encoded><![CDATA[<p>刚入门天勤，很多问题需要了解，论坛的搜索功能不太给力，于是做了个整合，希望没有影响到官方，如有问题请删贴，谢谢</p>
<p>请问如何查询哪些品种支持市价开仓？哪些品种不支持市价开仓呢？ api.insert_order<br />
实盘延时严重，是否有工具可以判断？<br />
下载 保存数据的 csv 文档<br />
快期里面阶段高低点是怎么计算的？<br />
代码跑的挺好，但模拟就不行了，不知道是不是交易规则的问题<br />
天勤期货数据最低最高点有偏差？<br />
怎么获取合约的开始时间和结 [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">209db1e1ad29821f6d23354b9ed06856</guid>
				<title>yao1234 提了一个新问题 问题</title>
				<link>https://www.shinnytech.com/?p=21009</link>
				<pubDate>Fri, 18 Feb 2022 06:59:33 +0800</pubDate>

									<content:encoded><![CDATA[<p>获取一分钟K线，返回的数据有问题,时间转换是用官方的，不知道是啥情况？<br />
time_to_datetime(time)<br />
async def Getsk(self, symbol, di_list):<br />
    try:<br />
        &#039;&#039;&#039;<br />
        di_list[&#039;klines&#039;] = {<br />
            &#039;xlsx_name&#039; [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>