<?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: ALF -- Advanced Laguerre Filter]]></title>
		<link>https://forexsb.com/forum/topic/4262/new-indicator-alf-advanced-laguerre-filter/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/4262/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in New indicator: ALF -- Advanced Laguerre Filter.]]></description>
		<lastBuildDate>Tue, 18 Jun 2013 21:44:47 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: New indicator: ALF -- Advanced Laguerre Filter]]></title>
			<link>https://forexsb.com/forum/post/20585/#p20585</link>
			<description><![CDATA[<p>Context error for me, Epsilon not declared?</p><p>I think adding &quot;changes up/changes down&quot; logic is a good addition. I&#039;ve started recently to miss this in MA type indis. </p><p>You can fetch it from Indicator.cs, to save the trouble I&#039;ve hacked it below for faster usage.</p><div class="codebox"><pre><code>IndicatorLogic indLogic = IndicatorLogic.It_does_not_act_as_a_filter;
                
                switch (IndParam.ListParam[0].Text)
                {
                    case &quot;Changes direction up&quot;:
                        indLogic = IndicatorLogic.The_indicator_changes_its_direction_upward;
                    break;
                    
                    case &quot;Changes direction down&quot;:
                        indLogic = IndicatorLogic.The_indicator_changes_its_direction_downward;
                    break;

                    default:
                        break;
                }
                OscillatorLogic(iFirstBar, iPrvs, adValue, 0, 0, ref Component[1], ref Component[2], indLogic);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Tue, 18 Jun 2013 21:44:47 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/20585/#p20585</guid>
		</item>
		<item>
			<title><![CDATA[New indicator: ALF -- Advanced Laguerre Filter]]></title>
			<link>https://forexsb.com/forum/post/20579/#p20579</link>
			<description><![CDATA[<p>The famous &quot;ALF&quot; indicator is now available in your favorite next-door FSB...<br /> <img src="https://forexsb.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Download it from the repository here:</p><p><a href="http://forexsb.com/repository/repository_indicators/forex_indicator_review/134/alf-advanced-laguerre-filter">http://forexsb.com/repository/repositor … rre-filter</a></p><p>Sq</p>]]></description>
			<author><![CDATA[null@example.com (Squalou)]]></author>
			<pubDate>Tue, 18 Jun 2013 17:25:18 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/20579/#p20579</guid>
		</item>
	</channel>
</rss>
