<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — about the cumulative sum]]></title>
		<link>https://forexsb.com/forum/topic/1074/about-the-cumulative-sum/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/1074/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in about the cumulative sum.]]></description>
		<lastBuildDate>Wed, 28 Oct 2009 14:21:32 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: about the cumulative sum]]></title>
			<link>https://forexsb.com/forum/post/3343/#p3343</link>
			<description><![CDATA[<p>The formula used in Forex Strategy Builder makes a sum of the last N chosen prices. After that you can apply additional smoothing to it.</p><p>The quoted MT formula makes a sum of the last 24 values of a Simple Moving Average (Close, 24).</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Wed, 28 Oct 2009 14:21:32 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/3343/#p3343</guid>
		</item>
		<item>
			<title><![CDATA[Re: about the cumulative sum]]></title>
			<link>https://forexsb.com/forum/post/3342/#p3342</link>
			<description><![CDATA[<p>totally different<br />once is minus a average number<br />once is minus a shift close price?</p>]]></description>
			<author><![CDATA[null@example.com (nixjoe)]]></author>
			<pubDate>Wed, 28 Oct 2009 13:14:38 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/3342/#p3342</guid>
		</item>
		<item>
			<title><![CDATA[about the cumulative sum]]></title>
			<link>https://forexsb.com/forum/post/3252/#p3252</link>
			<description><![CDATA[<p>I don&#039;t know this is a bug or just a different Cumulative sum?</p><p>when i tried to convert the Cumulative Sum (CuSum for short) from FSB To mt4</p><p>I found that there quite a lot different your version to what i found on the net http://forum.mql4.com/22956</p><p>the formula which is :<br /></p><div class="codebox"><pre><code>IndicatorBuffer1[i]= IndicatorBuffer1[i+1]+Close[i]-average(i);    </code></pre></div><p>but your is:<br /></p><div class="codebox"><pre><code>adCumulSum[iBar] = 
adCumulSum[iBar - 1] - adBasePrice[iBar - iPeriod] + adBasePrice[iBar];</code></pre></div><p>confused...</p>]]></description>
			<author><![CDATA[null@example.com (nixjoe)]]></author>
			<pubDate>Wed, 14 Oct 2009 14:07:46 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/3252/#p3252</guid>
		</item>
	</channel>
</rss>
