<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — Forex Strategy Builder v2.11.0.0]]></title>
		<link>https://forexsb.com/forum/topic/1310/forex-strategy-builder-v21100/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/1310/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Forex Strategy Builder v2.11.0.0.]]></description>
		<lastBuildDate>Fri, 29 Jan 2010 20:23:11 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Forex Strategy Builder v2.11.0.0]]></title>
			<link>https://forexsb.com/forum/post/4367/#p4367</link>
			<description><![CDATA[<p><img src="https://forexsb.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /> Thanks. </p><p>Somewhere I read not to over optimize a strategy. What do you suggest? &gt;N times?</p><p>When I load and scan bars, I get MQ 50.0. What does that mean or is it something to worry about?</p><p>What are the yellow lines on the graph that you can barely see?</p><p>Awesome software. It must be a labor of love because there is a ton of work you have done.</p>]]></description>
			<author><![CDATA[null@example.com (BH64)]]></author>
			<pubDate>Fri, 29 Jan 2010 20:23:11 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/4367/#p4367</guid>
		</item>
		<item>
			<title><![CDATA[Re: Forex Strategy Builder v2.11.0.0]]></title>
			<link>https://forexsb.com/forum/post/4286/#p4286</link>
			<description><![CDATA[<p>The calculation of &quot;jumping price&quot; in previous versions were wrong. Before the formula was:<br /></p><div class="codebox"><pre><code>if (indicator[t-1] &lt; low[t-1] and indicator[t] &gt; high[t]) entry[t] = open[t];</code></pre></div><p>In that case the previous bar was above the previous indicator value and the current bar is below the indicator. (The price jumps below the indicator.) The price doesn&#039;t touch the indicator but we don&#039;t want to miss the entry so we make the entry equal to the bar opening price.</p><p>The problem in real trade is that we don&#039;t know the bar&#039;s high / low prices before its end. That&#039;s why we corrected the formula to:<br /></p><div class="codebox"><pre><code>if (indicator[t-1] &lt; low[t-1] and indicator[t] &gt; open[t]) entry[t] = open[t];</code></pre></div><br /><div class="quotebox"><blockquote><p>Can print out the logic behind the strategy?</p></blockquote></div><p>You can print the strategy overview.<br />If you want to copy your strategy in the forum, use <strong>Strategy</strong> - <strong>Publish</strong> menu.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Sat, 23 Jan 2010 06:24:21 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/4286/#p4286</guid>
		</item>
		<item>
			<title><![CDATA[Re: Forex Strategy Builder v2.11.0.0]]></title>
			<link>https://forexsb.com/forum/post/4283/#p4283</link>
			<description><![CDATA[<p>Hi Popov. <br />Great software! <br />Can I download the previous version? Can print out the logic behind the strategy?<br />I had just started developing a strategy based on Bollinger Bands which took $2K to $6,866 over 3 months. I installed the newest version and profit dropped to $6,296.</p>]]></description>
			<author><![CDATA[null@example.com (BH64)]]></author>
			<pubDate>Fri, 22 Jan 2010 19:44:05 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/4283/#p4283</guid>
		</item>
		<item>
			<title><![CDATA[Forex Strategy Builder v2.11.0.0]]></title>
			<link>https://forexsb.com/forum/post/4210/#p4210</link>
			<description><![CDATA[<p>Forex Strategy Builder v2.11.0.0</p><p>&nbsp; &nbsp; * All Stop Loss values are positive numbers. Changed indicators: Trailing Stop, Trailing Stop Limit, Stop Loss, Stop Limit.<br />&nbsp; &nbsp; * The minimum value of Permanent Stop Loss and Permanent Take Profit were changed to 5 pips.<br />&nbsp; &nbsp; * The maximum value of all Stop Loss and Take Profit indicators were changed to 5000 pips.<br />&nbsp; &nbsp; * Changed indicators fix for &quot;jumping price&quot;. Affected indicators: Steady Bands, Bollinger Bands, Starc Bands, Keltner Channel, Envelopes, Donchian Channel, Moving Average.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Fri, 15 Jan 2010 22:08:50 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/4210/#p4210</guid>
		</item>
	</channel>
</rss>
