<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Smooth Moving Average on  https://howtoobnntg.pages.dev///</title>
    <link>https://howtoobnntg.pages.dev/tags/smooth-moving-average/</link>
    <description>Recent content in Smooth Moving Average on  https://howtoobnntg.pages.dev///</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 24 Jun 2025 03:30:32 +0700</lastBuildDate>
    <atom:link href="https://howtoobnntg.pages.dev/tags/smooth-moving-average/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>5. Simple Steps To Calculate The Smooth Moving Average In Pinescript</title>
      <link>https://howtoobnntg.pages.dev/how-to-calculate-the-smooth-moving-average-in-pinescript/</link>
      <pubDate>Tue, 24 Jun 2025 03:30:32 +0700</pubDate>
      <guid>https://howtoobnntg.pages.dev/how-to-calculate-the-smooth-moving-average-in-pinescript/</guid>
      <description>The smooth moving average (SMMA) is a technical analysis tool that helps traders identify trends and potential trading opportunities. It is a type of moving average that is calculated by applying a smoothing algorithm to the data, which results in a more responsive and less volatile indicator than a traditional moving average. The SMMA can be used to identify trends, support and resistance levels, and potential trading signals.&#xA;To calculate the SMMA in Pinescript, you can use the following formula: ``` SMMA = SUM(CLOSE, length) / length</description>
    </item>
  </channel>
</rss>
