<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Forex Strategy Builder v2.11.0.0]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/1310/" />
	<updated>2010-01-29T20:23:11Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/1310/forex-strategy-builder-v21100/</id>
		<entry>
			<title type="html"><![CDATA[Re: Forex Strategy Builder v2.11.0.0]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/4367/#p4367" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[BH64]]></name>
				<uri>https://forexsb.com/forum/user/1651/</uri>
			</author>
			<updated>2010-01-29T20:23:11Z</updated>
			<id>https://forexsb.com/forum/post/4367/#p4367</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Forex Strategy Builder v2.11.0.0]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/4286/#p4286" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2010-01-23T06:24:21Z</updated>
			<id>https://forexsb.com/forum/post/4286/#p4286</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Forex Strategy Builder v2.11.0.0]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/4283/#p4283" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[BH64]]></name>
				<uri>https://forexsb.com/forum/user/1651/</uri>
			</author>
			<updated>2010-01-22T19:44:05Z</updated>
			<id>https://forexsb.com/forum/post/4283/#p4283</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Forex Strategy Builder v2.11.0.0]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/4210/#p4210" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2010-01-15T22:08:50Z</updated>
			<id>https://forexsb.com/forum/post/4210/#p4210</id>
		</entry>
</feed>
