<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — Incorrect or faulty Laguerre indicator]]></title>
		<link>https://forexsb.com/forum/topic/7001/incorrect-or-faulty-laguerre-indicator/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/7001/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Incorrect or faulty Laguerre indicator.]]></description>
		<lastBuildDate>Thu, 19 Oct 2017 08:40:09 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Incorrect or faulty Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/47128/#p47128</link>
			<description><![CDATA[<p>I can&#039;t login to repo to update the indicator file...</p><p>So everyone who reads this and uses Laguerre, update your .mqh file from this thread!</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Thu, 19 Oct 2017 08:40:09 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/47128/#p47128</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incorrect or faulty Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/47122/#p47122</link>
			<description><![CDATA[<p>accepted.</p><p>Thank you, Footon.</p>]]></description>
			<author><![CDATA[null@example.com (tho.schu)]]></author>
			<pubDate>Thu, 19 Oct 2017 05:00:02 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/47122/#p47122</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incorrect or faulty Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/47116/#p47116</link>
			<description><![CDATA[<p>Thanks, Thomas, this is much better! A proper report with files and screenshots.</p><p>Try this .mqh file and report back if you still have this issue.</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Wed, 18 Oct 2017 20:38:21 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/47116/#p47116</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incorrect or faulty Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/47112/#p47112</link>
			<description><![CDATA[<p>...</p>]]></description>
			<author><![CDATA[null@example.com (tho.schu)]]></author>
			<pubDate>Wed, 18 Oct 2017 13:12:24 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/47112/#p47112</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incorrect or faulty Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/47110/#p47110</link>
			<description><![CDATA[<p>...</p>]]></description>
			<author><![CDATA[null@example.com (tho.schu)]]></author>
			<pubDate>Wed, 18 Oct 2017 13:10:31 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/47110/#p47110</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incorrect or faulty Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/47109/#p47109</link>
			<description><![CDATA[<p>Thomas, upload your strategy or EA, please.</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Wed, 18 Oct 2017 13:02:47 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/47109/#p47109</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incorrect or faulty Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/47108/#p47108</link>
			<description><![CDATA[<p>and this.</p>]]></description>
			<author><![CDATA[null@example.com (tho.schu)]]></author>
			<pubDate>Wed, 18 Oct 2017 12:57:50 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/47108/#p47108</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incorrect or faulty Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/47107/#p47107</link>
			<description><![CDATA[<p>Well, I can report what I&#039;ve found. See the graphics. This is today, Daily Chart, Dax.</p>]]></description>
			<author><![CDATA[null@example.com (tho.schu)]]></author>
			<pubDate>Wed, 18 Oct 2017 12:56:40 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/47107/#p47107</guid>
		</item>
		<item>
			<title><![CDATA[Re: Incorrect or faulty Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/47105/#p47105</link>
			<description><![CDATA[<p>What you mean by still having a faulty code?</p><p>When you report, then please include your strategy file, it contains the indi with those values, which arise suspicion.</p><p>I took a quick glance of the code and I think I know where the problem is. <br />It is this line:<br /></p><div class="codebox"><pre><code>L0  = (1 - dGamma) * Close[iBar] + dGamma * L0A;</code></pre></div><p>The issue is that it uses the whole data series for value calculation. While in backtesting there can be tens of thousands of bars, in trading there&#039;s bare minimum, which in most cases is well below 1000 bars and this explains the discrepancy. The code is not faulty but it behaves differently because it is calculated on different length data sets.</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Wed, 18 Oct 2017 12:29:11 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/47105/#p47105</guid>
		</item>
		<item>
			<title><![CDATA[Incorrect or faulty Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/47104/#p47104</link>
			<description><![CDATA[<p>Dear Popov, Footon</p><p>The Laguerre Indicator .cs or .mph obviously still has a faulty code. It generates a signal in the MT4, which is not present in the FSB Pro. I ask for review and correction.</p><p>Thank you</p><p>THS</p>]]></description>
			<author><![CDATA[null@example.com (tho.schu)]]></author>
			<pubDate>Wed, 18 Oct 2017 12:14:52 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/47104/#p47104</guid>
		</item>
	</channel>
</rss>
