<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[LegendCode的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/LegendCode</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; LegendCode]]></copyright><item><title><![CDATA[通达信交易接口：让交易更高效]]></title><link>https://blog.csdn.net/LegendCode/article/details/129399066</link><guid>https://blog.csdn.net/LegendCode/article/details/129399066</guid><author>LegendCode</author><pubDate>Wed, 08 Mar 2023 11:01:20 +0800</pubDate><description><![CDATA[通达信是国内著名的股票交易软件，其交易接口可以让开发者通过编程的方式进行自动化交易。本文将介绍通达信交易接口的部分API参数和代码示例，并分享一个基于通达信交易接口实现的量化策略代码。]]></description><category></category></item><item><title><![CDATA[通达信交易接口实现海龟交易法则核心策略分享]]></title><link>https://blog.csdn.net/LegendCode/article/details/128614173</link><guid>https://blog.csdn.net/LegendCode/article/details/128614173</guid><author>LegendCode</author><pubDate>Mon, 09 Jan 2023 15:03:37 +0800</pubDate><description><![CDATA[著名的海龟交易法则，验证下交易思路与方法，检验其在中国市场的表现和简单的策略代码分享。。海龟的核心交易法则就是。]]></description><category></category></item><item><title><![CDATA[通达信接口下如何获取可转债品种。]]></title><link>https://blog.csdn.net/LegendCode/article/details/128534584</link><guid>https://blog.csdn.net/LegendCode/article/details/128534584</guid><author>LegendCode</author><pubDate>Tue, 03 Jan 2023 16:32:54 +0800</pubDate><description><![CDATA[以下是查询可转债的参数组：可以根据各项指标去获取来建立自己的池子，例如财务报表，同比，环比，PE等各项数据。在通达信接口下运行量化策略需要建立自己的标的池，从符合条件的池子里进行筛选出可执行策略的具体标的。]]></description><category></category></item><item><title><![CDATA[通达信可以使用实盘接口吗？这有你需要了解的。]]></title><link>https://blog.csdn.net/LegendCode/article/details/128329060</link><guid>https://blog.csdn.net/LegendCode/article/details/128329060</guid><author>LegendCode</author><pubDate>Thu, 15 Dec 2022 14:20:46 +0800</pubDate><description><![CDATA[在通达信上可以使用交易接口吗？灵活应用接口方能在优秀的量化策略的执行下获得一套稳定的盈利模式。]]></description><category></category></item><item><title><![CDATA[C++演示实盘接口返回流程]]></title><link>https://blog.csdn.net/LegendCode/article/details/128100003</link><guid>https://blog.csdn.net/LegendCode/article/details/128100003</guid><author>LegendCode</author><pubDate>Tue, 29 Nov 2022 16:08:27 +0800</pubDate><description><![CDATA[以上就是实盘交易接口的使用介绍，多种功能完美适用各种策略。对程序化交易来说是不可缺少的。量化交易是基于程序化实现的一种策略的运行。需要一个工具来帮助达到目的，这就是接口。]]></description><category></category></item><item><title><![CDATA[了解利用API接口通过网格策略的增长模式]]></title><link>https://blog.csdn.net/LegendCode/article/details/128038207</link><guid>https://blog.csdn.net/LegendCode/article/details/128038207</guid><author>LegendCode</author><pubDate>Fri, 25 Nov 2022 16:53:28 +0800</pubDate><description><![CDATA[网格交易号称震荡之王策略，在A股市场被公认为是震荡市场的最佳策略，可以避免交易情绪导致的误操作。网格的设定需考虑操作价格区间、总格数，这也决定了网格资金的使用效率。在横盘震荡市场，底仓因为持有不动基本没有收益，此时网格资金则派上用场，是市场波动中获得收益的主力军。]]></description><category></category></item><item><title><![CDATA[初识量化交易接口编写属于自己的交易模式]]></title><link>https://blog.csdn.net/LegendCode/article/details/127982964</link><guid>https://blog.csdn.net/LegendCode/article/details/127982964</guid><author>LegendCode</author><pubDate>Tue, 22 Nov 2022 15:16:38 +0800</pubDate><description><![CDATA[一个稳定盈利的交易模式就是通过代码根据想法把各种条件触发的委托。让程序进行自动化委托。也就是量化策略。]]></description><category></category></item><item><title><![CDATA[交易接口本质扫盲，如何选择并运用接口帮助自己？]]></title><link>https://blog.csdn.net/LegendCode/article/details/127905872</link><guid>https://blog.csdn.net/LegendCode/article/details/127905872</guid><author>LegendCode</author><pubDate>Fri, 18 Nov 2022 13:58:21 +0800</pubDate><description><![CDATA[交易接口本质扫盲，如何选择并运用]]></description><category></category></item><item><title><![CDATA[实盘接口下的MACD指标回测演示]]></title><link>https://blog.csdn.net/LegendCode/article/details/127869578</link><guid>https://blog.csdn.net/LegendCode/article/details/127869578</guid><author>LegendCode</author><pubDate>Wed, 16 Nov 2022 13:47:26 +0800</pubDate><description><![CDATA[总体来说MACD的含义与双均线的含义基本相同，即用快慢均线的分散和聚集来表示当前的多空状态和股价可能的发展趋势，]]></description><category></category></item><item><title><![CDATA[根据实盘接口获取数据返回错误注意事项]]></title><link>https://blog.csdn.net/LegendCode/article/details/127845677</link><guid>https://blog.csdn.net/LegendCode/article/details/127845677</guid><author>LegendCode</author><pubDate>Mon, 14 Nov 2022 14:10:18 +0800</pubDate><description><![CDATA[参数 Result 保存操作结果, 需要分配 1024*1024 字节的空间Result 格式为表格数据, 每一行通过换行符\n 分割，每一列通过制表符\t分割例子: 股东代码\t 股东名称\t 帐号类别\t 保留信息\n 12345678\t\t0\t 信息 1\n 87654321\t\t2\t 信息 2 注: 不同券商返回的字段会有所不同。注意的是触发要根据获取的数据进行锚定来判断。进行查询如果获取不了数据，那一定是没有为参数 Result分配返回信息的内存空间。而机会往往只有一瞬来触发。]]></description><category></category></item><item><title><![CDATA[实盘api交易接口C#调用DEMO示例]]></title><link>https://blog.csdn.net/LegendCode/article/details/127785042</link><guid>https://blog.csdn.net/LegendCode/article/details/127785042</guid><author>LegendCode</author><pubDate>Thu, 10 Nov 2022 11:29:46 +0800</pubDate><description><![CDATA[api接口demo示例]]></description><category></category></item><item><title><![CDATA[通过调用接口下实行的双均线策略分享]]></title><link>https://blog.csdn.net/LegendCode/article/details/127750340</link><guid>https://blog.csdn.net/LegendCode/article/details/127750340</guid><author>LegendCode</author><pubDate>Tue, 08 Nov 2022 14:48:07 +0800</pubDate><description><![CDATA[基于通过调用接口下实行的双均线策略分享]]></description><category></category></item><item><title><![CDATA[适用于量化策略所有必须的条件，api接口]]></title><link>https://blog.csdn.net/LegendCode/article/details/127726879</link><guid>https://blog.csdn.net/LegendCode/article/details/127726879</guid><author>LegendCode</author><pubDate>Mon, 07 Nov 2022 11:08:17 +0800</pubDate><description><![CDATA[调用dllpython示例分享]]></description><category></category></item></channel></rss>