<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Donchian not working...]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/6009/" />
	<updated>2016-05-09T03:30:37Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/6009/donchian-not-working/</id>
		<entry>
			<title type="html"><![CDATA[Re: Donchian not working...]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/35704/#p35704" />
			<content type="html"><![CDATA[<p>Thanks a lot for your fabulous service, it is working now.</p><p>Kind regards</p>]]></content>
			<author>
				<name><![CDATA[toe78]]></name>
				<uri>https://forexsb.com/forum/user/8974/</uri>
			</author>
			<updated>2016-05-09T03:30:37Z</updated>
			<id>https://forexsb.com/forum/post/35704/#p35704</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Donchian not working...]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/35701/#p35701" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2016-05-08T20:47:40Z</updated>
			<id>https://forexsb.com/forum/post/35701/#p35701</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Donchian not working...]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/35699/#p35699" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2016-05-08T20:19:02Z</updated>
			<id>https://forexsb.com/forum/post/35699/#p35699</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Donchian not working...]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/35695/#p35695" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[toe78]]></name>
				<uri>https://forexsb.com/forum/user/8974/</uri>
			</author>
			<updated>2016-05-08T16:06:20Z</updated>
			<id>https://forexsb.com/forum/post/35695/#p35695</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Donchian not working...]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/35688/#p35688" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2016-05-07T13:47:31Z</updated>
			<id>https://forexsb.com/forum/post/35688/#p35688</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Donchian not working...]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/35687/#p35687" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[toe78]]></name>
				<uri>https://forexsb.com/forum/user/8974/</uri>
			</author>
			<updated>2016-05-07T08:46:14Z</updated>
			<id>https://forexsb.com/forum/post/35687/#p35687</id>
		</entry>
</feed>
