<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — Keltner Channels]]></title>
		<link>https://forexsb.com/forum/topic/4204/keltner-channels/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/4204" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Keltner Channels.]]></description>
		<lastBuildDate>Tue, 10 May 2016 18:24:02 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Keltner Channels]]></title>
			<link>https://forexsb.com/forum/post/35728/#p35728</link>
			<description><![CDATA[<p>when multiplier changed to read &lt; 1 the two bands became one line only !!!! <br /></p><div class="codebox"><pre><code>IndParam.NumParam[3].Caption = &quot;ATR multiplier&quot;;
            IndParam.NumParam[3].Value = 0.7;
            IndParam.NumParam[3].Min = 0.1;
            IndParam.NumParam[3].Max = 10;
            IndParam.NumParam[3].Point = 1;
            IndParam.NumParam[3].Enabled = true;
            IndParam.NumParam[3].ToolTip = &quot;Average True Range Multiplier.&quot;;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ahmedalhoseny)]]></author>
			<pubDate>Tue, 10 May 2016 18:24:02 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/35728/#p35728</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keltner Channels]]></title>
			<link>https://forexsb.com/forum/post/33680/#p33680</link>
			<description><![CDATA[<p>Thank you footon.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Tue, 09 Feb 2016 23:24:28 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/33680/#p33680</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keltner Channels]]></title>
			<link>https://forexsb.com/forum/post/33679/#p33679</link>
			<description><![CDATA[<p>MJ, I&#039;ve made a quick .mqh conversion and I had to update the C# file as well due to asymmetric naming (I matched the naming for export to work). Be kind enough to update the C# file also. Test it before live use, report if something&#039;s not right. <br />Thanks!</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Tue, 09 Feb 2016 23:19:27 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/33679/#p33679</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keltner Channels]]></title>
			<link>https://forexsb.com/forum/post/33674/#p33674</link>
			<description><![CDATA[<p>Can anyone please provide the Keltner v2 MQH file?&nbsp; Thank you.</p>]]></description>
			<author><![CDATA[null@example.com (MJ)]]></author>
			<pubDate>Tue, 09 Feb 2016 16:26:16 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/33674/#p33674</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keltner Channels]]></title>
			<link>https://forexsb.com/forum/post/30132/#p30132</link>
			<description><![CDATA[<p>Indicator was edited to work only on Close price.<br />Other base prices were removed because of wrong set of &quot;Use previous bar value&quot;.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Tue, 23 Jun 2015 15:40:45 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/30132/#p30132</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keltner Channels]]></title>
			<link>https://forexsb.com/forum/post/20547/#p20547</link>
			<description><![CDATA[<p>Is the control of the previous bar values correct? I don&#039;t think so because the results are too good to be true! lol</p>]]></description>
			<author><![CDATA[null@example.com (nquental)]]></author>
			<pubDate>Mon, 17 Jun 2013 21:51:36 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/20547/#p20547</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keltner Channels]]></title>
			<link>https://forexsb.com/forum/post/19844/#p19844</link>
			<description><![CDATA[<p>Thanks Popov, sorry I hadn&#039;t gotten to it yet.</p>]]></description>
			<author><![CDATA[null@example.com (slipshod)]]></author>
			<pubDate>Sat, 25 May 2013 07:33:28 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/19844/#p19844</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keltner Channels]]></title>
			<link>https://forexsb.com/forum/post/19840/#p19840</link>
			<description><![CDATA[<p>I uploaded a fixed version without these components.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Sat, 25 May 2013 07:13:39 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/19840/#p19840</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keltner Channels]]></title>
			<link>https://forexsb.com/forum/post/19800/#p19800</link>
			<description><![CDATA[<p>I think we can remove these two components since they are not used in the logic.</p><div class="codebox"><pre><code>            Component[2] = new IndicatorComp
                {
                    CompName = &quot;Fast Moving Average&quot;,
                    DataType = IndComponentType.IndicatorValue,
                    ShowInDynInfo = false,
                    ChartType = IndChartType.NoChart,
                    FirstBar = iFirstBar,
                    Value = adMAFast
                };

            Component[3] = new IndicatorComp
                {
                    CompName = &quot;Slow Moving Average&quot;,
                    DataType = IndComponentType.IndicatorValue,
                    ShowInDynInfo = false,
                    ChartType = IndChartType.NoChart,
                    FirstBar = iFirstBar,
                    Value = adMASlow
                };</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Thu, 23 May 2013 15:55:27 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/19800/#p19800</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keltner Channels]]></title>
			<link>https://forexsb.com/forum/post/19793/#p19793</link>
			<description><![CDATA[<p>I&#039;m happy to help where-ever I can.&nbsp; I&#039;ve been a software developer for 20-odd years, and am much better at it than trading <img src="https://forexsb.com/forum/img/smilies/wink.png" width="15" height="15" alt="wink" />&nbsp; FSB looks like helping me earn considerable pips, so its only right that I contribute whatever I can in return.</p>]]></description>
			<author><![CDATA[null@example.com (slipshod)]]></author>
			<pubDate>Thu, 23 May 2013 13:17:24 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/19793/#p19793</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keltner Channels]]></title>
			<link>https://forexsb.com/forum/post/19792/#p19792</link>
			<description><![CDATA[<div class="quotebox"><cite>slipshod wrote:</cite><blockquote><p>Appears to be working perfectly.&nbsp; Would you like me to progress through adding crossover logic to the other band-type indicators using this as a template?</p></blockquote></div><p>You are welcome to contribute to the project. Once you have a working model, you can use for other similar indicators.</p><p>If it works well, will be good to open a separate topic for Crossover Bands Indicators where to explain how the logic works in both directions. There you can announce these indicators. Also the topic can be link from the corresponding Repository records.</p><p>...</p><p>I already posted about one dozen of indicators in the repo. It has some minor issues but it looks it works well. The real fun will be &quot;one click install&quot; of custom indicators from FSB Pro.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Thu, 23 May 2013 13:13:50 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/19792/#p19792</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keltner Channels]]></title>
			<link>https://forexsb.com/forum/post/19791/#p19791</link>
			<description><![CDATA[<p>Done <img src="https://forexsb.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (slipshod)]]></author>
			<pubDate>Thu, 23 May 2013 13:12:07 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/19791/#p19791</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keltner Channels]]></title>
			<link>https://forexsb.com/forum/post/19786/#p19786</link>
			<description><![CDATA[<div class="quotebox"><cite>slipshod wrote:</cite><blockquote><p>Appears to be working perfectly.&nbsp; Would you like me to progress through adding crossover logic to the other band-type indicators using this as a template?</p></blockquote></div><p>Please feel free to upload your creation to <a href="http://repo.forexsb.com/repository_indicators/upload">http://repo.forexsb.com/repository_indicators/upload</a></p>]]></description>
			<author><![CDATA[null@example.com (yavor99)]]></author>
			<pubDate>Thu, 23 May 2013 11:35:53 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/19786/#p19786</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keltner Channels]]></title>
			<link>https://forexsb.com/forum/post/19783/#p19783</link>
			<description><![CDATA[<p>Appears to be working perfectly.&nbsp; Would you like me to progress through adding crossover logic to the other band-type indicators using this as a template?</p>]]></description>
			<author><![CDATA[null@example.com (slipshod)]]></author>
			<pubDate>Thu, 23 May 2013 08:05:45 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/19783/#p19783</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keltner Channels]]></title>
			<link>https://forexsb.com/forum/post/19780/#p19780</link>
			<description><![CDATA[<p>Wonderful, thanks Miroslav!&nbsp; I&#039;ve got a long optimization running right now, as soon as its finished I&#039;ll start running tests.</p><p>cheers,<br />Andrew</p>]]></description>
			<author><![CDATA[null@example.com (slipshod)]]></author>
			<pubDate>Thu, 23 May 2013 05:57:33 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/19780/#p19780</guid>
		</item>
	</channel>
</rss>
