<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — Donchian not working...]]></title>
		<link>https://forexsb.com/forum/topic/6009/donchian-not-working/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/6009/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Donchian not working....]]></description>
		<lastBuildDate>Mon, 09 May 2016 03:30:37 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Donchian not working...]]></title>
			<link>https://forexsb.com/forum/post/35704/#p35704</link>
			<description><![CDATA[<p>Thanks a lot for your fabulous service, it is working now.</p><p>Kind regards</p>]]></description>
			<author><![CDATA[null@example.com (toe78)]]></author>
			<pubDate>Mon, 09 May 2016 03:30:37 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/35704/#p35704</guid>
		</item>
		<item>
			<title><![CDATA[Re: Donchian not working...]]></title>
			<link>https://forexsb.com/forum/post/35701/#p35701</link>
			<description><![CDATA[<p>Please find attached a fixed MQL version of Donchian Channel.</p><p>Installation: Download the attached file and put it in the following folder:</p><p><em>C:\Program Files\Forex Strategy Builder Pro\User Files\MT4 Files\MQL\Forexsb.com\Indicators</em></p><p>You have to reexport your experts that use Donchian Channel.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Sun, 08 May 2016 20:47:40 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/35701/#p35701</guid>
		</item>
		<item>
			<title><![CDATA[Re: Donchian not working...]]></title>
			<link>https://forexsb.com/forum/post/35699/#p35699</link>
			<description><![CDATA[<p>You are right!</p><p>The problem comes from the shift parameter and the fact the EA loads a limited number of bars in order to provide faster calculations.</p><p>You can fix by changing&nbsp; line number 2327 of your EA from:<br /></p><div class="codebox"><pre><code>   for(int bar=firstBar; bar&lt;Data.Bars-shift; bar++)</code></pre></div><p>to:<br /></p><div class="codebox"><pre><code>   for(int bar=period+previous+2; bar&lt;Data.Bars-shift; bar++)</code></pre></div><p>I&#039;ll also make this correction in the next version of the Donchian Channel indicator.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Sun, 08 May 2016 20:19:02 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/35699/#p35699</guid>
		</item>
		<item>
			<title><![CDATA[Re: Donchian not working...]]></title>
			<link>https://forexsb.com/forum/post/35695/#p35695</link>
			<description><![CDATA[<p>Thank you for your quick reply and the screenshot. Indeed, when I change the Donchian Channel parameters, it suddenly begins working. Apparently the reason is that some parameters for Donchian Channel do not make sense in MT4.</p><p>However, it seems that within FSB, the Donchian Channel makes sense with those parameters chosen by the automatic generator and optimizer.</p><p>I have attached the strategy. Thank you for having a look.</p><p>Kind regards</p>]]></description>
			<author><![CDATA[null@example.com (toe78)]]></author>
			<pubDate>Sun, 08 May 2016 16:06:20 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/35695/#p35695</guid>
		</item>
		<item>
			<title><![CDATA[Re: Donchian not working...]]></title>
			<link>https://forexsb.com/forum/post/35688/#p35688</link>
			<description><![CDATA[<p>I cannot reproduce that issue. Donchian Channel works in all slots for me.</p><p><a href="http://postimg.org/image/a8e09bnk1/"><span class="postimg"><img src="http://s32.postimg.org/a8e09bnk1/screenshot_1592.jpg" alt="http://s32.postimg.org/a8e09bnk1/screenshot_1592.jpg" /></span></a></p><p>Can you attach your strategy?</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Sat, 07 May 2016 13:47:31 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/35688/#p35688</guid>
		</item>
		<item>
			<title><![CDATA[Donchian not working...]]></title>
			<link>https://forexsb.com/forum/post/35687/#p35687</link>
			<description><![CDATA[<p>Hi there,</p><p>I am very happy with most FSB indicators working in MT4. However, Donchian Channel seems not to work. While all other indicators in MT4 show values which change according to the attached forex chart, all Donchian values always remain zero. And the entry and exit conditions do not work either which confirms that the indicator does not work in reality in MT4.</p><p>Someone else having those problems?</p><p>Thank you for your help.</p><p>Kind regards</p>]]></description>
			<author><![CDATA[null@example.com (toe78)]]></author>
			<pubDate>Sat, 07 May 2016 08:46:14 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/35687/#p35687</guid>
		</item>
	</channel>
</rss>
