<?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>信易科技用户论坛| 古歌 | 动态</title>
	<link>https://forum.shinnytech.com/%e6%88%90%e5%91%98/xcgoo/activity/</link>
	<atom:link href="https://forum.shinnytech.com/%e6%88%90%e5%91%98/xcgoo/activity/feed/" rel="self" type="application/rss+xml" />
	<description>古歌的动态信息。</description>
	<lastBuildDate>Sun, 05 Apr 2026 13:01:37 +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">a5714ed250ffabc2afbc3245cd370288</guid>
				<title>古歌 回答了 一个问题</title>
				<link>https://www.shinnytech.com/?p=10872</link>
				<pubDate>Sat, 30 May 2020 06:24:40 +0800</pubDate>

									<content:encoded><![CDATA[<p>你的K线是日K线，K线的开始时间就是当日的0时，如果需要真实的时间，可以用分钟线</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">964a16aa734098100451e8e521533b11</guid>
				<title>古歌 提了一个新问题 问题</title>
				<link>https://www.shinnytech.com/?p=7522</link>
				<pubDate>Mon, 04 Nov 2019 08:46:39 +0800</pubDate>

									<content:encoded><![CDATA[<p>在vscode和pycharm都能顺利完整回测的策略，在天勤终端回测几乎都会途中中断，且每次中断点几乎都不相同，同一个策略只是偶尔能完成一个完整的回测，不是一个策略，几乎所有的策略都这样，而且只是中断，没有任何报错或异常信息或提示，不知道是我的对tqsdk的理解哪里有误从而导致编程出现系统性的小错误，还是确实是天勤终端有些小bug？</p>
<p>之所以需要天勤终端跑回测，是因为方便在进出点上做标记，能够很直观的查看策略的实际效果，便于 [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f7150d73713b5f0547a47cfe3cabf660</guid>
				<title>古歌 提了一个新问题 问题</title>
				<link>https://www.shinnytech.com/?p=7512</link>
				<pubDate>Sat, 02 Nov 2019 11:24:58 +0800</pubDate>

									<content:encoded><![CDATA[<p>写了个异步协程版的策略，怎么弄怎么不对，后来跟踪调试发现是取不到position， 为了简化问题，重写了上面这个简化版本，策略主体在上面的K线循环里面，在里面要用到pos进行一些判断，但是pos一直是空的，导致pos_long和pos_short都不正确，从而策略没法写下去，是我的策略写法有问题，还是tqsdk有bug？</p>
<p>tqsdk是个好东西，但是学习成本真是高，api写的很专业，我这非计算机专业的一时半会还搞不清整个api内部逻辑。 <img loading="lazy" src="https://www.shinnytech.com/wp-content/uploads/anspress-uploads/683d34ab4109ab0246e24f733d6587ab0bde94f3_87.png" /></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2787da7c6a50dc0562d0c7a71a617077</guid>
				<title>古歌 提了一个新问题 问题</title>
				<link>https://www.shinnytech.com/?p=7438</link>
				<pubDate>Sun, 27 Oct 2019 10:08:53 +0800</pubDate>

									<content:encoded><![CDATA[<p>上面是一个协程中的两个处理信号的异步循环：<br />
我在协程中注册了两个异步信号，一个是分钟k线，当它变动时，根据示例用async for处理变动并生成一些信号；另一个是报价quote，当quote变动时，用async for处理并生成一些信号。两个async for都完成后，后续语句根据这些信号进行开平动作。<br />
但在回测调试过程中，程序一直在第 [&hellip;] <img loading="lazy" src="https://www.shinnytech.com/wp-content/uploads/anspress-uploads/251381bc4e9d8a1dc87280a2ce8de5bec0703bd5_87.PNG" /></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0cdbd2c36ce6b9ec26640b3cc35e2544</guid>
				<title>古歌 回答了 一个问题</title>
				<link>https://www.shinnytech.com/?p=7317</link>
				<pubDate>Fri, 18 Oct 2019 12:50:41 +0800</pubDate>

									<content:encoded><![CDATA[<p>这种一般是策略同时满足开平条件，也就是策略中开平条件没有做到互斥所致？</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">53a50bbf204cdd0c2fb452e9f5769e42</guid>
				<title>古歌 提了一个新问题 问题</title>
				<link>https://www.shinnytech.com/?p=7070</link>
				<pubDate>Fri, 11 Oct 2019 12:23:37 +0800</pubDate>

									<content:encoded><![CDATA[<p>文档example 中仅有一个 gridtrading_async.py，虽然有借鉴意义，但太过于简单，特别是异步任务中is_changing等貌似不能直接用？希望能够有更为详细的文档或示例。</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cb9df629ada8b28303879b580c036022</guid>
				<title>古歌 回答了 一个问题</title>
				<link>https://www.shinnytech.com/?p=6959</link>
				<pubDate>Fri, 04 Oct 2019 10:51:11 +0800</pubDate>

									<content:encoded><![CDATA[<p>文档中要求两个参数都为序列，其内部实现上应该是没有考虑整型常量的情形，因此，常量0应通过全0序列来表示，不能用一个常数表示。</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">73f5f1b89a9d605b2b52182e27c63c0a</guid>
				<title>古歌 提了一个新问题 问题</title>
				<link>https://www.shinnytech.com/?p=6958</link>
				<pubDate>Fri, 04 Oct 2019 08:19:21 +0800</pubDate>

									<content:encoded><![CDATA[<p>安装了1.0版本之后，新版本自带的量化终端中，貌似已经去掉指标设置了？可能开发组现在开发的重点放在vsc插件上了，以后是不是会弱化量化终端的开发了？</p>
<p>我个人用下来的感觉是，还是量化终端好用，功能比IDE的插件强太多了，而且跑回测跑实盘都比插件方便，插件简单用用还行，真想作为生产工具，貌似比不上终端。</p>
<p>还是希望终端开发：1、能够设置和sdk一样的指标；2、能够画信号线，哪怕能够通过draw_line实现也行。</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>