<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — Gann HiLo indicator]]></title>
		<link>https://forexsb.com/forum/topic/2803/gann-hilo-indicator/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/2803/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Gann HiLo indicator.]]></description>
		<lastBuildDate>Sun, 13 Apr 2014 18:02:03 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Gann HiLo indicator]]></title>
			<link>https://forexsb.com/forum/post/24660/#p24660</link>
			<description><![CDATA[<p>Many Thanks Pop (Y)</p>]]></description>
			<author><![CDATA[null@example.com (ahmedalhoseny)]]></author>
			<pubDate>Sun, 13 Apr 2014 18:02:03 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/24660/#p24660</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gann HiLo indicator]]></title>
			<link>https://forexsb.com/forum/post/24546/#p24546</link>
			<description><![CDATA[<p>It works after a minor fix.</p><br /><p><span class="postimg"><img src="http://s9.postimg.org/ngc5v47a7/screenshot_253.png" alt="http://s9.postimg.org/ngc5v47a7/screenshot_253.png" /></span></p><br /><p>The problem was an error in the ToString() method</p><p>string.Format expects 6 params, but 3 are given. </p><p>Before:</p><div class="codebox"><pre><code>        public override string ToString()
        {
            return string.Format(&quot;{0}{1} ({2}, {3}, {4}, {5})&quot;,
                                 IndicatorName,
                                 (IndParam.CheckParam[0].Checked ? &quot;*&quot; : &quot;&quot;),
                                 
                                 IndParam.NumParam[0].ValueToString;
        }</code></pre></div><br /><br /><br /><p>After:<br /></p><div class="codebox"><pre><code>        public override string ToString()
        {
            return string.Format(&quot;{0}{1} ({2})&quot;,
                                 IndicatorName,
                                 (IndParam.CheckParam[0].Checked ? &quot;*&quot; : &quot;&quot;),
                                 IndParam.NumParam[0].ValueToString);
        }</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Sun, 06 Apr 2014 13:26:14 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/24546/#p24546</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gann HiLo indicator]]></title>
			<link>https://forexsb.com/forum/post/23774/#p23774</link>
			<description><![CDATA[<p>Remainder of a bug, so I&#039;d not forget: it seems to be a bug in FSB graphic interface, depending on source file structure(?) FSB fails to plot 2 indicators with different periods. Only one appears.</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Sun, 23 Feb 2014 13:40:49 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23774/#p23774</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gann HiLo indicator]]></title>
			<link>https://forexsb.com/forum/post/23531/#p23531</link>
			<description><![CDATA[<p>Sure <img src="https://forexsb.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ahmedalhoseny)]]></author>
			<pubDate>Thu, 06 Feb 2014 09:09:35 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23531/#p23531</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gann HiLo indicator]]></title>
			<link>https://forexsb.com/forum/post/23527/#p23527</link>
			<description><![CDATA[<p>And Ahmed, I demand feedback!</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Wed, 05 Feb 2014 19:29:00 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23527/#p23527</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gann HiLo indicator]]></title>
			<link>https://forexsb.com/forum/post/23516/#p23516</link>
			<description><![CDATA[<p>Check the indi if it compiles on your end. The second mistake&#039;s origin comes from your request, which resulted in v2. I do not understand what you wanted to achieve, and if I don&#039;t understand it now, I most probably didn&#039;t get it back then either. The lesson - I&#039;m not good at elaborate stuff, don&#039;t ask me for those, hehee. It&#039;s a ported indi, not developed further and without added features. It may have few traditional hickups, but those should be easily fixed and indi should be running quickly. The disappearing act is not evident on my end, check that, too!</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Wed, 05 Feb 2014 14:35:04 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23516/#p23516</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gann HiLo indicator]]></title>
			<link>https://forexsb.com/forum/post/23431/#p23431</link>
			<description><![CDATA[<p>also the second indicator disappear problem still unsolved ( see posts 24&amp;25)&nbsp; </p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (ahmedalhoseny)]]></author>
			<pubDate>Thu, 23 Jan 2014 20:29:16 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23431/#p23431</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gann HiLo indicator]]></title>
			<link>https://forexsb.com/forum/post/23430/#p23430</link>
			<description><![CDATA[<p>hello fotoon <br />in your gmail inbox now</p>]]></description>
			<author><![CDATA[null@example.com (ahmedalhoseny)]]></author>
			<pubDate>Thu, 23 Jan 2014 20:24:54 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23430/#p23430</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gann HiLo indicator]]></title>
			<link>https://forexsb.com/forum/post/23429/#p23429</link>
			<description><![CDATA[<p>And the source? I had to have a mql one, which I ported. I believe you delivered it back then, didn&#039;t you?</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Thu, 23 Jan 2014 20:19:02 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23429/#p23429</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gann HiLo indicator]]></title>
			<link>https://forexsb.com/forum/post/23427/#p23427</link>
			<description><![CDATA[<p>The indicator attached </p><p>also regarding the point that it needs 2 bars to work &#039;&#039; its a moving average&#039;&#039; how can it modified to work starting from one bar</p>]]></description>
			<author><![CDATA[null@example.com (ahmedalhoseny)]]></author>
			<pubDate>Thu, 23 Jan 2014 16:46:16 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23427/#p23427</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gann HiLo indicator]]></title>
			<link>https://forexsb.com/forum/post/23426/#p23426</link>
			<description><![CDATA[<p>I can&#039;t find the source files, can you upload the source and the dodgy .cs file? Then there&#039;s no chance for me to get lost <img src="https://forexsb.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>It might be just a typo, I remember somewhere that period needs to be at least 2 for it to work correctly.</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Thu, 23 Jan 2014 16:23:35 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23426/#p23426</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gann HiLo indicator]]></title>
			<link>https://forexsb.com/forum/post/23423/#p23423</link>
			<description><![CDATA[<p>and if we scroll back the same chart with the same setting&nbsp; we find the indicator use the mov average of low in both sides !!!!!!!</p>]]></description>
			<author><![CDATA[null@example.com (ahmedalhoseny)]]></author>
			<pubDate>Thu, 23 Jan 2014 14:26:04 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23423/#p23423</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gann HiLo indicator]]></title>
			<link>https://forexsb.com/forum/post/23422/#p23422</link>
			<description><![CDATA[<p>Hello Fotoon long time since i have a look at gann hilo </p><p>I find that it working fine but when the period is (1) it work only one side. it uses the mov average of high even if the trend is up !!!!!</p><p>see attached picture</p>]]></description>
			<author><![CDATA[null@example.com (ahmedalhoseny)]]></author>
			<pubDate>Thu, 23 Jan 2014 14:22:06 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23422/#p23422</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gann HiLo indicator]]></title>
			<link>https://forexsb.com/forum/post/19084/#p19084</link>
			<description><![CDATA[<p>Thanks Footon and i wish you to look to other indicator requests </p><p><a href="http://forexsb.com/forum/topic/3560/widners-supportresistance-oscillators-wso-wro/">http://forexsb.com/forum/topic/3560/wid … s-wso-wro/</a></p><p><a href="http://forexsb.com/forum/topic/4096/ndays-range-switch-indicator-request/">http://forexsb.com/forum/topic/4096/nda … r-request/</a></p><p><a href="http://forexsb.com/forum/topic/3270/clear-method-indicator-and-system/">http://forexsb.com/forum/topic/3270/cle … nd-system/</a></p><p>Regards</p>]]></description>
			<author><![CDATA[null@example.com (ahmedalhoseny)]]></author>
			<pubDate>Wed, 27 Mar 2013 12:53:09 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/19084/#p19084</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gann HiLo indicator]]></title>
			<link>https://forexsb.com/forum/post/19083/#p19083</link>
			<description><![CDATA[<p>Good catch, Ahmed!</p><p>At the moment I&#039;ve got no idea... But it seems it doesn&#039;t affect the backtest, so results are ok. When I find a bit more time, I&#039;ll look into the matter more thoroughly. It might be the base source I used, which causes the mix up. If I find something, I&#039;ll report back!</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Wed, 27 Mar 2013 12:47:09 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/19083/#p19083</guid>
		</item>
	</channel>
</rss>
