<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MACD金叉策略]]></title><description><![CDATA[<p dir="auto">arg1 = 0.05<br />
###############################</p>
<h1>参数arg1,表示涨幅的幅度</h1>
<h1>以上为参数的值可以修改</h1>
<h1>date('2021-01-01','2021-06-22')</h1>
<h1>可以添加日期函数，获取以前的数据做回测</h1>
<p dir="auto">###############################<br />
diff,dea,macd = MACD(C)<br />
a = CROSS(diff,dea)<br />
b = (C-C[1])/C[1]<br />
if a and b &gt; arg1:<br />
DISPLAY(C)</p>
]]></description><link>http://localhost:4567/topic/10/macd金叉策略</link><generator>RSS for Node</generator><lastBuildDate>Mon, 18 May 2026 11:17:05 GMT</lastBuildDate><atom:link href="http://localhost:4567/topic/10.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 20 Apr 2022 04:04:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MACD金叉策略 on Wed, 20 Apr 2022 04:06:32 GMT]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1650427590074-982c49fe-70d9-43b9-951a-413be7898bae-image.png" alt="982c49fe-70d9-43b9-951a-413be7898bae-image.png" class=" img-responsive img-markdown" /></p>
]]></description><link>http://localhost:4567/post/11</link><guid isPermaLink="true">http://localhost:4567/post/11</guid><dc:creator><![CDATA[asmcos]]></dc:creator><pubDate>Wed, 20 Apr 2022 04:06:32 GMT</pubDate></item></channel></rss>