<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — about the cumulative sum]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/1074/" />
	<updated>2009-10-28T14:21:32Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/1074/about-the-cumulative-sum/</id>
		<entry>
			<title type="html"><![CDATA[Re: about the cumulative sum]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/3343/#p3343" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2009-10-28T14:21:32Z</updated>
			<id>https://forexsb.com/forum/post/3343/#p3343</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: about the cumulative sum]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/3342/#p3342" />
			<content type="html"><![CDATA[<p>totally different<br />once is minus a average number<br />once is minus a shift close price?</p>]]></content>
			<author>
				<name><![CDATA[nixjoe]]></name>
				<uri>https://forexsb.com/forum/user/504/</uri>
			</author>
			<updated>2009-10-28T13:14:38Z</updated>
			<id>https://forexsb.com/forum/post/3342/#p3342</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[about the cumulative sum]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/3252/#p3252" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[nixjoe]]></name>
				<uri>https://forexsb.com/forum/user/504/</uri>
			</author>
			<updated>2009-10-14T14:07:46Z</updated>
			<id>https://forexsb.com/forum/post/3252/#p3252</id>
		</entry>
</feed>
