<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Testing simple price behavior]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/3238/" />
	<updated>2012-04-23T19:43:41Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/3238/testing-simple-price-behavior/</id>
		<entry>
			<title type="html"><![CDATA[Re: Testing simple price behavior]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/14118/#p14118" />
			<content type="html"><![CDATA[<p>Mick,<br />Thanks for your help. I now have some thing to play around.<br />Harapa</p>]]></content>
			<author>
				<name><![CDATA[harapa]]></name>
				<uri>https://forexsb.com/forum/user/6251/</uri>
			</author>
			<updated>2012-04-23T19:43:41Z</updated>
			<id>https://forexsb.com/forum/post/14118/#p14118</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Testing simple price behavior]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/14099/#p14099" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>harapa wrote:</cite><blockquote><p>I am not a&nbsp; programmer so am clueless as to how to split this into two files one for buy and one for sell as well as how to append more buy sell options. If you can split this indicator into buy sell and add one item from second set this way I may learn how to do this kind of task in future. Appreciate your help.</p></blockquote></div><p>Splitting the file will not stop any other indi you add to your strategy giving a short/long signal but using the &quot;Long or Short&quot; indi with your Simple Price Action indi will ensure all indi&#039;s give the selected direction only which I presume that is what you want.<br />I have added the options you suggested to the previous file and also included the split files with&nbsp; Long and Short only so you can see what effect they have.<br />You can then open them and modify them adding any other options you require.</p><p>Mick</p>]]></content>
			<author>
				<name><![CDATA[Jagmanmick]]></name>
				<uri>https://forexsb.com/forum/user/5163/</uri>
			</author>
			<updated>2012-04-23T09:19:18Z</updated>
			<id>https://forexsb.com/forum/post/14099/#p14099</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Testing simple price behavior]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/14094/#p14094" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Jagmanmick wrote:</cite><blockquote><p>Hi harapa,<br />If I&#039;ve got this wrong I hope someone will correct me.<br />As I understand it the iBar is the entry Bar and we work back from there, so the first Bar we use is [iBar - 1] hence the coding I&#039;ve written. The only thing we know about the iBar is it&#039;ll Open at a price somewhere.<br />Mick</p></blockquote></div><p>Absolutely correct! It can be made to work with iBar too, then Up[iBar+1]=1, but this change is cosmetical, indi works the same both ways.</p>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2012-04-22T22:41:53Z</updated>
			<id>https://forexsb.com/forum/post/14094/#p14094</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Testing simple price behavior]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/14092/#p14092" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Jagmanmick wrote:</cite><blockquote><p>Hi harapa,</p><p>You can add the additional buy or sell options you&#039;ve specified to the indi I supplied or modify any others you already have.<br />Mick</p></blockquote></div><p>I am not a&nbsp; programmer so am clueless as to how to split this into two files one for buy and one for sell as well as how to append more buy sell options. If you can split this indicator into buy sell and add one item from second set this way I may learn how to do this kind of task in future. Appreciate your help.</p>]]></content>
			<author>
				<name><![CDATA[harapa]]></name>
				<uri>https://forexsb.com/forum/user/6251/</uri>
			</author>
			<updated>2012-04-22T21:42:33Z</updated>
			<id>https://forexsb.com/forum/post/14092/#p14092</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Testing simple price behavior]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/14087/#p14087" />
			<content type="html"><![CDATA[<p>Hi harapa,<br />If I&#039;ve got this wrong I hope someone will correct me.<br />As I understand it the iBar is the entry Bar and we work back from there, so the first Bar we use is [iBar - 1] hence the coding I&#039;ve written. The only thing we know about the iBar is it&#039;ll Open at a price somewhere.<br />If you want to split the indicator no problem you will need to ensure the names are different otherwise FSB will refuse to load it and give you a warning message.<br />You can add the additional buy or sell options you&#039;ve specified to the indi I supplied or modify any others you already have.<br />Mick</p>]]></content>
			<author>
				<name><![CDATA[Jagmanmick]]></name>
				<uri>https://forexsb.com/forum/user/5163/</uri>
			</author>
			<updated>2012-04-22T16:12:14Z</updated>
			<id>https://forexsb.com/forum/post/14087/#p14087</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Testing simple price behavior]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/14085/#p14085" />
			<content type="html"><![CDATA[<p>Thanks a lot. It just needed a small adjustment that I didn&#039;t realize when I looked at set up the first time. Here is the amendment that translated correctly what I had described in the first post.</p><p>if (Open[iBar] &lt; Low[iBar - 1] &amp;&amp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; High[iBar] &gt; Low[iBar - 1])<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; adUp[iBar] = 1;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Short trade<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (Close[iBar] &gt; Close[iBar - 1] &amp;&amp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Close[iBar] &lt; Open[iBar] &amp;&amp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; High[iBar] &gt; High[iBar - 2] &amp;&amp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; High[iBar] &gt; Close[iBar - 3])</p><p>Now to expand this&nbsp; further.</p><p>First<br />Is it possible to split the indicator into two different files one for buy and other for sell set up. If yes then is a preferred mode because I want to add multiple selectable buy or sell options.</p><p>Secondly<br />How would you go about appending two selectable buy or sell options as a part of buy or sell indicator.</p><p>Here is an example of another buy/sell setup<br />Buy: ((O =&lt; H[1]) and (O &gt;= L[1]) and (H &gt; H[1])) <br />Sell: ((O =&lt; H[1]) and (O &gt;= L[1]) and (L &gt; L[1]))</p><p>Thanks for your help</p>]]></content>
			<author>
				<name><![CDATA[harapa]]></name>
				<uri>https://forexsb.com/forum/user/6251/</uri>
			</author>
			<updated>2012-04-22T14:44:10Z</updated>
			<id>https://forexsb.com/forum/post/14085/#p14085</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Testing simple price behavior]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/14083/#p14083" />
			<content type="html"><![CDATA[<p>Hi harapa,<br />Attached is the indi I&#039;ve done with the change suggested by footon (you can change it back if you prefer). To test it long add the &quot;long or short&quot; indi to your strat. Modify the indi code to suit your ideas.<br />Hope it helps,<br />Mick</p>]]></content>
			<author>
				<name><![CDATA[Jagmanmick]]></name>
				<uri>https://forexsb.com/forum/user/5163/</uri>
			</author>
			<updated>2012-04-22T10:38:48Z</updated>
			<id>https://forexsb.com/forum/post/14083/#p14083</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Testing simple price behavior]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/14082/#p14082" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Jagmanmick wrote:</cite><blockquote><p>Is this the logic your looking for<br />Long Trade<br />(Open[iBar - 1] &lt; Low[iBar - 2] &amp;&amp;<br />High[iBar - 1] &gt; Low[iBar - 2])</p><p>Short Trade<br />(Close[iBar - 1] &gt; Close[iBar - 2] &amp;&amp;<br />Close[iBar - 1] &lt; Open[iBar - 1] &amp;&amp;<br />High[iBar - 1] &gt; High[iBar - 3] &amp;&amp;<br />High[iBar - 1] &gt; Close[iBar - 4])</p><p>Mick</p></blockquote></div><p>Yes, this is what I am looking for. I would prefer if I can test this as &quot;long only&quot; as well as &quot;long and short&quot;. <br />Thanks for your help.</p>]]></content>
			<author>
				<name><![CDATA[harapa]]></name>
				<uri>https://forexsb.com/forum/user/6251/</uri>
			</author>
			<updated>2012-04-22T10:12:21Z</updated>
			<id>https://forexsb.com/forum/post/14082/#p14082</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Testing simple price behavior]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/14070/#p14070" />
			<content type="html"><![CDATA[<p>Hi footon,<br />That first line change works well, lets hope Harapa likes it.<br />Mick</p>]]></content>
			<author>
				<name><![CDATA[Jagmanmick]]></name>
				<uri>https://forexsb.com/forum/user/5163/</uri>
			</author>
			<updated>2012-04-21T19:34:00Z</updated>
			<id>https://forexsb.com/forum/post/14070/#p14070</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Testing simple price behavior]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/14069/#p14069" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Jagmanmick wrote:</cite><blockquote><p>Is this the logic your looking for<br />Long Trade<br />( &amp;&amp;<br />High[iBar - 1] &gt; Low[iBar - 2])</p><p>Short Trade<br />(Close[iBar - 1] &gt; Close[iBar - 2] &amp;&amp;<br />Close[iBar - 1] &lt; Open[iBar - 1] &amp;&amp;<br />High[iBar - 1] &gt; High[iBar - 3] &amp;&amp;<br />High[iBar - 1] &gt; Close[iBar - 4])</p><p>Mick</p></blockquote></div><p>Mick, going for custom indi? Good effort, probably the best way to achieve this. </p><p>I would change the first line though, <br />to this<br /></p><div class="codebox"><pre><code>Open[iBar] &lt; Low[iBar - 1]</code></pre></div><p>What do you or Harapa think about this? Open is known practically every step of the way, and is more closer to the original code. BTW, is it taken from a Tradestation indi?</p><p>Thanks and good luck!</p>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2012-04-21T19:23:01Z</updated>
			<id>https://forexsb.com/forum/post/14069/#p14069</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Testing simple price behavior]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/14068/#p14068" />
			<content type="html"><![CDATA[<p>Is this the logic your looking for<br />Long Trade<br />(Open[iBar - 1] &lt; Low[iBar - 2] &amp;&amp;<br />High[iBar - 1] &gt; Low[iBar - 2])</p><p>Short Trade<br />(Close[iBar - 1] &gt; Close[iBar - 2] &amp;&amp;<br />Close[iBar - 1] &lt; Open[iBar - 1] &amp;&amp;<br />High[iBar - 1] &gt; High[iBar - 3] &amp;&amp;<br />High[iBar - 1] &gt; Close[iBar - 4])</p><p>Mick</p>]]></content>
			<author>
				<name><![CDATA[Jagmanmick]]></name>
				<uri>https://forexsb.com/forum/user/5163/</uri>
			</author>
			<updated>2012-04-21T18:38:15Z</updated>
			<id>https://forexsb.com/forum/post/14068/#p14068</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Testing simple price behavior]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/14066/#p14066" />
			<content type="html"><![CDATA[<p>In strategy properties would changing the opposite direction signal to close work.</p>]]></content>
			<author>
				<name><![CDATA[Jagmanmick]]></name>
				<uri>https://forexsb.com/forum/user/5163/</uri>
			</author>
			<updated>2012-04-21T17:12:41Z</updated>
			<id>https://forexsb.com/forum/post/14066/#p14066</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Testing simple price behavior]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/14062/#p14062" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Jagmanmick wrote:</cite><blockquote><p>You can download it here:<br />http://forexsb.com/forum/topic/649/moving-average-crossover/</p></blockquote></div><p>Thanks. Still struggling to make the setup work.</p>]]></content>
			<author>
				<name><![CDATA[harapa]]></name>
				<uri>https://forexsb.com/forum/user/6251/</uri>
			</author>
			<updated>2012-04-21T16:13:13Z</updated>
			<id>https://forexsb.com/forum/post/14062/#p14062</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Testing simple price behavior]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/14061/#p14061" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>footon wrote:</cite><blockquote><p>This is my try on this: <br /><strong>[Opening Point of the Position]</strong><br /><strong><span style="color:blue">Bar Opening</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:teal">Enter the market at the beginning of the bar</span></strong><br />&nbsp; &nbsp; &nbsp;<strong>Base price</strong>&nbsp; -&nbsp; <em>Open</em></p><p><strong>[Opening Logic Condition]</strong><br /><strong><span style="color:blue">Moving Average</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:teal">[ A ]&nbsp; &nbsp;The bar opens below the Moving Average</span></strong><br />&nbsp; &nbsp; &nbsp;<strong>Smoothing method</strong>&nbsp; -&nbsp; <em>Simple</em><br />&nbsp; &nbsp; &nbsp;<strong>Base price</strong>&nbsp; -&nbsp; <em>Low</em><br />&nbsp; &nbsp; &nbsp;<strong>Period</strong>&nbsp; -&nbsp; <em>1</em><br />&nbsp; &nbsp; &nbsp;<strong>Shift</strong>&nbsp; -&nbsp; <em>0</em><br />&nbsp; &nbsp; &nbsp;<strong>Use previous bar value</strong>&nbsp; -&nbsp; <em>Yes</em></p><p><strong>[Opening Logic Condition]</strong><br /><strong><span style="color:blue">Custom Moving Averages Crossover</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:teal">[ A ]&nbsp; &nbsp;The Fast MA is higher than the Slow MA</span></strong><br />&nbsp; &nbsp; &nbsp;<strong>FastBase price</strong>&nbsp; -&nbsp; <em>High</em><br />&nbsp; &nbsp; &nbsp;<strong>SlowBase price</strong>&nbsp; -&nbsp; <em>Low</em><br />&nbsp; &nbsp; &nbsp;<strong>Fast MA method</strong>&nbsp; -&nbsp; <em>Simple</em><br />&nbsp; &nbsp; &nbsp;<strong>Slow MA method</strong>&nbsp; -&nbsp; <em>Simple</em><br />&nbsp; &nbsp; &nbsp;<strong>Fast MA period</strong>&nbsp; -&nbsp; <em>1</em><br />&nbsp; &nbsp; &nbsp;<strong>Slow MA period</strong>&nbsp; -&nbsp; <em>1</em><br />&nbsp; &nbsp; &nbsp;<strong>Fast MA shift</strong>&nbsp; -&nbsp; <em>0</em><br />&nbsp; &nbsp; &nbsp;<strong>Slow MA shift</strong>&nbsp; -&nbsp; <em>1</em><br />&nbsp; &nbsp; &nbsp;<strong>Use previous bar value</strong>&nbsp; -&nbsp; <em>Yes</em></p><p><strong>[Opening Logic Condition]</strong><br /><strong><span style="color:blue">Long or Short</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:teal">[ A ]&nbsp; &nbsp;Open long positions only</span></strong></p><p><strong>[Opening Logic Condition]</strong><br /><strong><span style="color:blue">Custom Moving Averages Crossover</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:teal">[ B ]&nbsp; &nbsp;The Fast MA is higher than the Slow MA</span></strong><br />&nbsp; &nbsp; &nbsp;<strong>FastBase price</strong>&nbsp; -&nbsp; <em>Close</em><br />&nbsp; &nbsp; &nbsp;<strong>SlowBase price</strong>&nbsp; -&nbsp; <em>Close</em><br />&nbsp; &nbsp; &nbsp;<strong>Fast MA method</strong>&nbsp; -&nbsp; <em>Simple</em><br />&nbsp; &nbsp; &nbsp;<strong>Slow MA method</strong>&nbsp; -&nbsp; <em>Simple</em><br />&nbsp; &nbsp; &nbsp;<strong>Fast MA period</strong>&nbsp; -&nbsp; <em>1</em><br />&nbsp; &nbsp; &nbsp;<strong>Slow MA period</strong>&nbsp; -&nbsp; <em>1</em><br />&nbsp; &nbsp; &nbsp;<strong>Fast MA shift</strong>&nbsp; -&nbsp; <em>0</em><br />&nbsp; &nbsp; &nbsp;<strong>Slow MA shift</strong>&nbsp; -&nbsp; <em>1</em><br />&nbsp; &nbsp; &nbsp;<strong>Use previous bar value</strong>&nbsp; -&nbsp; <em>Yes</em></p><p><strong>[Opening Logic Condition]</strong><br /><strong><span style="color:blue">Moving Average</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:teal">[ B ]&nbsp; &nbsp;The bar opens above the Moving Average</span></strong><br />&nbsp; &nbsp; &nbsp;<strong>Smoothing method</strong>&nbsp; -&nbsp; <em>Simple</em><br />&nbsp; &nbsp; &nbsp;<strong>Base price</strong>&nbsp; -&nbsp; <em>Close</em><br />&nbsp; &nbsp; &nbsp;<strong>Period</strong>&nbsp; -&nbsp; <em>1</em><br />&nbsp; &nbsp; &nbsp;<strong>Shift</strong>&nbsp; -&nbsp; <em>0</em><br />&nbsp; &nbsp; &nbsp;<strong>Use previous bar value</strong>&nbsp; -&nbsp; <em>Yes</em></p><p><strong>[Opening Logic Condition]</strong><br /><strong><span style="color:blue">Custom Moving Averages Crossover</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:teal">[ B ]&nbsp; &nbsp;The Fast MA is higher than the Slow MA</span></strong><br />&nbsp; &nbsp; &nbsp;<strong>FastBase price</strong>&nbsp; -&nbsp; <em>High</em><br />&nbsp; &nbsp; &nbsp;<strong>SlowBase price</strong>&nbsp; -&nbsp; <em>High</em><br />&nbsp; &nbsp; &nbsp;<strong>Fast MA method</strong>&nbsp; -&nbsp; <em>Simple</em><br />&nbsp; &nbsp; &nbsp;<strong>Slow MA method</strong>&nbsp; -&nbsp; <em>Simple</em><br />&nbsp; &nbsp; &nbsp;<strong>Fast MA period</strong>&nbsp; -&nbsp; <em>1</em><br />&nbsp; &nbsp; &nbsp;<strong>Slow MA period</strong>&nbsp; -&nbsp; <em>1</em><br />&nbsp; &nbsp; &nbsp;<strong>Fast MA shift</strong>&nbsp; -&nbsp; <em>0</em><br />&nbsp; &nbsp; &nbsp;<strong>Slow MA shift</strong>&nbsp; -&nbsp; <em>2</em><br />&nbsp; &nbsp; &nbsp;<strong>Use previous bar value</strong>&nbsp; -&nbsp; <em>Yes</em></p><p><strong>[Opening Logic Condition]</strong><br /><strong><span style="color:blue">Custom Moving Averages Crossover</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:teal">[ B ]&nbsp; &nbsp;The Fast MA is higher than the Slow MA</span></strong><br />&nbsp; &nbsp; &nbsp;<strong>FastBase price</strong>&nbsp; -&nbsp; <em>High</em><br />&nbsp; &nbsp; &nbsp;<strong>SlowBase price</strong>&nbsp; -&nbsp; <em>Close</em><br />&nbsp; &nbsp; &nbsp;<strong>Fast MA method</strong>&nbsp; -&nbsp; <em>Simple</em><br />&nbsp; &nbsp; &nbsp;<strong>Slow MA method</strong>&nbsp; -&nbsp; <em>Simple</em><br />&nbsp; &nbsp; &nbsp;<strong>Fast MA period</strong>&nbsp; -&nbsp; <em>1</em><br />&nbsp; &nbsp; &nbsp;<strong>Slow MA period</strong>&nbsp; -&nbsp; <em>1</em><br />&nbsp; &nbsp; &nbsp;<strong>Fast MA shift</strong>&nbsp; -&nbsp; <em>0</em><br />&nbsp; &nbsp; &nbsp;<strong>Slow MA shift</strong>&nbsp; -&nbsp; <em>2</em><br />&nbsp; &nbsp; &nbsp;<strong>Use previous bar value</strong>&nbsp; -&nbsp; <em>Yes</em></p><p><strong>[Opening Logic Condition]</strong><br /><strong><span style="color:blue">Long or Short</span></strong><br />&nbsp; &nbsp; &nbsp;<strong><span style="color:teal">[ B ]&nbsp; &nbsp;Open short positions only</span></strong></p></blockquote></div><p>I did download the MA indicator.<br />All of above is meant to go in Opening logic. Right?<br />What I want is use the Buy formula for opening the position and Sell formula to Close it. If I try to add the sell parts in Closing logic , I don&#039;t have an option to use previous bar value. Plus, I get no trades.</p>]]></content>
			<author>
				<name><![CDATA[harapa]]></name>
				<uri>https://forexsb.com/forum/user/6251/</uri>
			</author>
			<updated>2012-04-21T16:11:57Z</updated>
			<id>https://forexsb.com/forum/post/14061/#p14061</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Testing simple price behavior]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/14056/#p14056" />
			<content type="html"><![CDATA[<p>You can download it here:<br />http://forexsb.com/forum/topic/649/moving-average-crossover/</p>]]></content>
			<author>
				<name><![CDATA[Jagmanmick]]></name>
				<uri>https://forexsb.com/forum/user/5163/</uri>
			</author>
			<updated>2012-04-21T14:43:20Z</updated>
			<id>https://forexsb.com/forum/post/14056/#p14056</id>
		</entry>
</feed>
