<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Gann HiLo indicator]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/2803/" />
	<updated>2014-04-13T18:02:03Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/2803/gann-hilo-indicator/</id>
		<entry>
			<title type="html"><![CDATA[Re: Gann HiLo indicator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/24660/#p24660" />
			<content type="html"><![CDATA[<p>Many Thanks Pop (Y)</p>]]></content>
			<author>
				<name><![CDATA[ahmedalhoseny]]></name>
				<uri>https://forexsb.com/forum/user/1512/</uri>
			</author>
			<updated>2014-04-13T18:02:03Z</updated>
			<id>https://forexsb.com/forum/post/24660/#p24660</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Gann HiLo indicator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/24546/#p24546" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2014-04-06T13:26:14Z</updated>
			<id>https://forexsb.com/forum/post/24546/#p24546</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Gann HiLo indicator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/23774/#p23774" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2014-02-23T13:40:49Z</updated>
			<id>https://forexsb.com/forum/post/23774/#p23774</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Gann HiLo indicator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/23531/#p23531" />
			<content type="html"><![CDATA[<p>Sure <img src="https://forexsb.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[ahmedalhoseny]]></name>
				<uri>https://forexsb.com/forum/user/1512/</uri>
			</author>
			<updated>2014-02-06T09:09:35Z</updated>
			<id>https://forexsb.com/forum/post/23531/#p23531</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Gann HiLo indicator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/23527/#p23527" />
			<content type="html"><![CDATA[<p>And Ahmed, I demand feedback!</p>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2014-02-05T19:29:00Z</updated>
			<id>https://forexsb.com/forum/post/23527/#p23527</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Gann HiLo indicator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/23516/#p23516" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2014-02-05T14:35:04Z</updated>
			<id>https://forexsb.com/forum/post/23516/#p23516</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Gann HiLo indicator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/23431/#p23431" />
			<content type="html"><![CDATA[<p>also the second indicator disappear problem still unsolved ( see posts 24&amp;25)&nbsp; </p><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[ahmedalhoseny]]></name>
				<uri>https://forexsb.com/forum/user/1512/</uri>
			</author>
			<updated>2014-01-23T20:29:16Z</updated>
			<id>https://forexsb.com/forum/post/23431/#p23431</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Gann HiLo indicator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/23430/#p23430" />
			<content type="html"><![CDATA[<p>hello fotoon <br />in your gmail inbox now</p>]]></content>
			<author>
				<name><![CDATA[ahmedalhoseny]]></name>
				<uri>https://forexsb.com/forum/user/1512/</uri>
			</author>
			<updated>2014-01-23T20:24:54Z</updated>
			<id>https://forexsb.com/forum/post/23430/#p23430</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Gann HiLo indicator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/23429/#p23429" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2014-01-23T20:19:02Z</updated>
			<id>https://forexsb.com/forum/post/23429/#p23429</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Gann HiLo indicator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/23427/#p23427" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ahmedalhoseny]]></name>
				<uri>https://forexsb.com/forum/user/1512/</uri>
			</author>
			<updated>2014-01-23T16:46:16Z</updated>
			<id>https://forexsb.com/forum/post/23427/#p23427</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Gann HiLo indicator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/23426/#p23426" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2014-01-23T16:23:35Z</updated>
			<id>https://forexsb.com/forum/post/23426/#p23426</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Gann HiLo indicator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/23423/#p23423" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ahmedalhoseny]]></name>
				<uri>https://forexsb.com/forum/user/1512/</uri>
			</author>
			<updated>2014-01-23T14:26:04Z</updated>
			<id>https://forexsb.com/forum/post/23423/#p23423</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Gann HiLo indicator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/23422/#p23422" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ahmedalhoseny]]></name>
				<uri>https://forexsb.com/forum/user/1512/</uri>
			</author>
			<updated>2014-01-23T14:22:06Z</updated>
			<id>https://forexsb.com/forum/post/23422/#p23422</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Gann HiLo indicator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/19084/#p19084" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ahmedalhoseny]]></name>
				<uri>https://forexsb.com/forum/user/1512/</uri>
			</author>
			<updated>2013-03-27T12:53:09Z</updated>
			<id>https://forexsb.com/forum/post/19084/#p19084</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Gann HiLo indicator]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/19083/#p19083" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2013-03-27T12:47:09Z</updated>
			<id>https://forexsb.com/forum/post/19083/#p19083</id>
		</entry>
</feed>
