# C1.Chart.Finance.MovingAverageType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Chart_Finance_MovingAverageType" data-uid="C1.Chart.Finance.MovingAverageType" class="text-break">MovingAverageType Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the moving average type.
The moving average technical indicator shows the mean instrument price value for a certain period of time.
When one calculates the moving average, one averages out the instrument price for this time period.
As the price changes, its moving average either increases, or decreases.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Chart.Finance.html">C1.Chart.Finance</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FinancialChart.10.dll</h6>
  <h5 id="C1_Chart_Finance_MovingAverageType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum MovingAverageType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum MovingAverageType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Chart_Finance_MovingAverageType_Exponential">Exponential</td>
        <td><p>Exponential moving average (EMA).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Chart_Finance_MovingAverageType_Simple">Simple</td>
        <td><p>Simple moving average (SMA).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
