<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — New Indicator: Laguerre indicator]]></title>
		<link>https://forexsb.com/forum/topic/1262/new-indicator-laguerre-indicator/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/1262" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in New Indicator: Laguerre indicator.]]></description>
		<lastBuildDate>Sat, 01 Jun 2013 22:04:45 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: New Indicator: Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/20115/#p20115</link>
			<description><![CDATA[<p>Laguerre converted and upload to repo: <a href="http://forexsb.com/repository/repository_indicators/forex_indicator_review/130/laguerre">Laguerre&nbsp; Indicator</a> for Forex Strategy Builder and Trader.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Sat, 01 Jun 2013 22:04:45 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/20115/#p20115</guid>
		</item>
		<item>
			<title><![CDATA[Re: New Indicator: Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/12888/#p12888</link>
			<description><![CDATA[<p>Hi Drogus<br />I just increased the two to ten in </p><p>for (int iBar = Bars - 2; iBar &gt; 0; iBar--)<br />to <br />for (int iBar = Bars - 10; iBar &gt; 0; iBar--)</p><p>the drop off is much sooner<br />so it&#039;s likly it&#039;s your problem </p><p>i will see if i can help you later <img src="https://forexsb.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (dr.B)]]></author>
			<pubDate>Wed, 29 Feb 2012 22:03:31 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/12888/#p12888</guid>
		</item>
		<item>
			<title><![CDATA[Re: New Indicator: Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/12887/#p12887</link>
			<description><![CDATA[<p>Hi Drogus <br />thanks for posting, <br />I took a quick look at your code, and i think the line 143 might be your problem <br />for (int iBar = Bars - 2; iBar &gt; 0; iBar--)<br />i am not an expert but this is more what they do in C+, count backwards.<br />I think what is happening&nbsp; is that by setting your maximum&nbsp; iBar to&nbsp; 2 bars smaller than full set, you might be having a &quot;0&quot; number showing&nbsp; somewhere in the calculation. this in turn would drop your average down fast.... <br />I will play with it later to see if i can understand the calculations and maybe correct the math. <br />(as i said i am just a novice trying to learn so this might not be the problem)</p><br /><br /><div class="quotebox"><cite>drogus wrote:</cite><blockquote><p>Sorry for 3 consecutive posts, but apparently something is wrong with attachments.</p><p>Again, here is how it behaves: <a href="https://skitch.com/drogus/8nihe/windowsxp-snapshot-1-running">https://skitch.com/drogus/8nihe/windows … -1-running</a></p><p>And here is the code: <a href="http://drogomir.com/LaguerreFilter.cs">http://drogomir.com/LaguerreFilter.cs</a></p><p>As you can see indicator is moved to the left comparing to the one in MetaTrader. I&#039;m not also sure how to make 2 modes that are needed for using LaguerreFilter, which are: &quot;price is lower than Laguerre filter&quot; and &quot;price is higher than Laguerre Filter&quot;.</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (dr.B)]]></author>
			<pubDate>Wed, 29 Feb 2012 20:53:17 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/12887/#p12887</guid>
		</item>
		<item>
			<title><![CDATA[Re: New Indicator: Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/12757/#p12757</link>
			<description><![CDATA[<p>According to forex-indicators site it&#039;s: </p><div class="quotebox"><blockquote><p>Default parameters: Fixed minimum -0.05 Fixed Maximum 1.05</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (drogus)]]></author>
			<pubDate>Wed, 22 Feb 2012 12:38:14 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/12757/#p12757</guid>
		</item>
		<item>
			<title><![CDATA[Re: New Indicator: Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/12749/#p12749</link>
			<description><![CDATA[<p>Can anyone give me the minimum and maximum values of gamma? I&#039;ve made a mistake in that area, at least I bloody hell hope it&#039;s the gamma.</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Tue, 21 Feb 2012 21:10:13 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/12749/#p12749</guid>
		</item>
		<item>
			<title><![CDATA[Re: New Indicator: Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/12703/#p12703</link>
			<description><![CDATA[<p>Thanks! I&#039;m still not sure what&#039;s wrong with my indicator, but now I have something working to compare.</p>]]></description>
			<author><![CDATA[null@example.com (drogus)]]></author>
			<pubDate>Mon, 20 Feb 2012 03:25:07 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/12703/#p12703</guid>
		</item>
		<item>
			<title><![CDATA[Re: New Indicator: Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/12692/#p12692</link>
			<description><![CDATA[<p>Nice indi you&#039;ve got there <img src="https://forexsb.com/forum/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>I found a source from my archive, threw it together following its lead, not sure if it&#039;s identical to yours, nevertheless the indi is attached, cross-referenced with MT-&gt;passed my test, values match. If you don&#039;t like my wording in the indi, do whatever you feel needs to be done - replace, change, etc.</p><p>Knock yourself out! <img src="https://forexsb.com/forum/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>PS: Don&#039;t be sorry for your posts, it&#039;s a forum!</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Sun, 19 Feb 2012 17:35:38 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/12692/#p12692</guid>
		</item>
		<item>
			<title><![CDATA[Re: New Indicator: Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/12691/#p12691</link>
			<description><![CDATA[<p>Sorry for 3 consecutive posts, but apparently something is wrong with attachments.</p><p>Again, here is how it behaves: <a href="https://skitch.com/drogus/8nihe/windowsxp-snapshot-1-running">https://skitch.com/drogus/8nihe/windows … -1-running</a></p><p>And here is the code: <a href="http://drogomir.com/LaguerreFilter.cs">http://drogomir.com/LaguerreFilter.cs</a></p><p>As you can see indicator is moved to the left comparing to the one in MetaTrader. I&#039;m not also sure how to make 2 modes that are needed for using LaguerreFilter, which are: &quot;price is lower than Laguerre filter&quot; and &quot;price is higher than Laguerre Filter&quot;.</p>]]></description>
			<author><![CDATA[null@example.com (drogus)]]></author>
			<pubDate>Sun, 19 Feb 2012 16:13:32 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/12691/#p12691</guid>
		</item>
		<item>
			<title><![CDATA[Re: New Indicator: Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/12654/#p12654</link>
			<description><![CDATA[<p>I&#039;ve tried to implement LaguerreFilter myself, so I took one of the filters that looks somewhat similar and was already in Custom Indicators. I took Vidya Moving Average and reimplemented Calculate method to match mql4 implemenation found here: http://forex-indicators.net/mt4-indicators/laguerre-rsi</p><p>It almost works <img src="https://forexsb.com/forum/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>The indicator itself is pretty similar to what I get in mt4, but the last bars are broken: https://skitch.com/drogus/8nihe/windowsxp-snapshot-1-running</p><p>Could you guys help me to figure out what&#039;s wrong? I&#039;ve attached my version of the script. Some code is commented, I will get back to it when the indicator works.</p>]]></description>
			<author><![CDATA[null@example.com (drogus)]]></author>
			<pubDate>Sat, 18 Feb 2012 00:03:39 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/12654/#p12654</guid>
		</item>
		<item>
			<title><![CDATA[Re: New Indicator: Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/12639/#p12639</link>
			<description><![CDATA[<p>Have anyone tried implementing LaguerreFilter? I&#039;m pretty new to trading and I&#039;m not yet quite sure how does mixing indicators work in Strategy Builder/Trader, so it would be really helpful to have this one as well as Laguerre.</p>]]></description>
			<author><![CDATA[null@example.com (drogus)]]></author>
			<pubDate>Fri, 17 Feb 2012 13:24:35 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/12639/#p12639</guid>
		</item>
		<item>
			<title><![CDATA[Re: New Indicator: Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/4065/#p4065</link>
			<description><![CDATA[<p>Thank you very much for your help&nbsp; <img src="https://forexsb.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (zenoni)]]></author>
			<pubDate>Tue, 29 Dec 2009 18:24:36 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/4065/#p4065</guid>
		</item>
		<item>
			<title><![CDATA[Re: New Indicator: Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/4064/#p4064</link>
			<description><![CDATA[<p>This is a version of Laguerre build for Forex Strategy Builder and Forex Strategy Trader.</p><p>It uses the same formula as in the shown Laguerre.mq4 and respectively the values are same. </p><br /><p><a href="http://www.postimage.org/image.php?v=aVFGcni"><span class="postimg"><img src="http://s4.postimage.org/FGcni.jpg" alt="http://s4.postimage.org/FGcni.jpg" /></span></a></p><br /><p>To install the indicator put it in the <em>Custom Indicators</em> folder. When you start the program it will load the indicator alone. If the program is running, press <strong>Ctrl</strong> + <strong>I</strong> in order to reload the custom indicators.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Tue, 29 Dec 2009 17:08:23 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/4064/#p4064</guid>
		</item>
		<item>
			<title><![CDATA[New Indicator: Laguerre indicator]]></title>
			<link>https://forexsb.com/forum/post/4063/#p4063</link>
			<description><![CDATA[<p>Hello</p><p>There is a very good indicator available - &quot;<strong>Laguerre</strong>&quot;. Please could somebody will implement this indicator into the FST and FSB. It&#039;s really very good, please see my open positions:</p><p><span class="postimg"><img src="http://img231.imageshack.us/img231/6231/laguerre.png" alt="http://img231.imageshack.us/img231/6231/laguerre.png" /></span></p><p>Indicator itself (mq4) for download: <a href="http://www.mediafire.com/?db2m42gtor4">http://www.mediafire.com/?db2m42gtor4</a></p><p>More information about the Laguerre:<br /><a href="http://www.scribd.com/doc/24590679/Time-Warp">http://www.scribd.com/doc/24590679/Time-Warp</a><br /><a href="http://forex-indicators.net/mt4-indicators/laguerre-rsi">http://forex-indicators.net/mt4-indicators/laguerre-rsi</a></p><p>The indicator should have this settings:</p><p>Laguerre rises<br />Laguerre falls<br />Laguerre is higher than the level line<br />Laguerre is lower than the level line<br />Laguerre crosses the level line upward<br />Laguerre crosses the level line downward<br />Laguerre changes its dorection upward<br />Laguerre changes its direction downward</p>]]></description>
			<author><![CDATA[null@example.com (zenoni)]]></author>
			<pubDate>Tue, 29 Dec 2009 14:45:09 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/4063/#p4063</guid>
		</item>
	</channel>
</rss>
