<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>520量化编程 - 交易软件文档</title>
    <link>https://520lhjy.com/forum.php?mod=forumdisplay&amp;fid=61</link>
    <description>Latest 20 threads of 交易软件文档</description>
    <copyright>Copyright(C) 520量化编程</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 10 May 2026 14:06:54 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://520lhjy.com/static/image/common/logo_88_31.gif</url>
      <title>520量化编程</title>
      <link>https://520lhjy.com/</link>
    </image>
    <item>
      <title>EMA计算公式及原理</title>
      <link>https://520lhjy.com/forum.php?mod=viewthread&amp;tid=57</link>
      <description><![CDATA[在通达信引用函数中，有个EMA函数，那么EMA函数的计算原理到底是怎样的呢？接下来我们一起来看看

EMA(X，N) ：求X的N日指数平滑移动平均。

算法是：若Y=EMA(X，N)，
则Y=〔2*X+(N-1)*Y’〕/(N+1)，
其中Y’表示上一周期的Y值。2 是平滑系数，表示今天的权重是2.
公式 ...]]></description>
      <category>交易软件文档</category>
      <author>俊熙交易沙龙</author>
      <pubDate>Thu, 02 Jul 2020 03:11:57 +0000</pubDate>
    </item>
  </channel>
</rss>