<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Data Horizon - problem with esignal data]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/1739/" />
	<updated>2010-08-31T05:22:36Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/1739/data-horizon-problem-with-esignal-data/</id>
		<entry>
			<title type="html"><![CDATA[Re: Data Horizon - problem with esignal data]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/6234/#p6234" />
			<content type="html"><![CDATA[<p>Data Horizon works but funnily it takes the Time records too strictly. It thinks that the year is 0010 instead of 2010, what is two thousand years ago. </p><p>I changed the date format from&nbsp; 03/15/10 to 03/15/2010 by using text replace in your data file. That fixed the problem.</p><p>Doing this be careful. Replace <strong>/10,</strong> to <strong>/2010,</strong> (including &#039;<strong>/</strong>&#039; and &#039;<strong>,</strong>&#039; in the search query) in order to preserve the other 10s.</p><p>I&#039;ll try to fix this in next release. Probably I&#039;ll use code like:</p><div class="codebox"><pre><code>if (year &lt; 100)
    year += 2000;
if (year &gt; currentYear)
    year -= 100;</code></pre></div><p>If you know better solution, please share.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2010-08-31T05:22:36Z</updated>
			<id>https://forexsb.com/forum/post/6234/#p6234</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Data Horizon - problem with esignal data]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/6233/#p6233" />
			<content type="html"><![CDATA[<p>I have exported data from esignal and correctly named it GBPUSD5, and placed it correctly in the &quot;data&quot; file location. The Forex Strategy Builder seems to accept the information OK. However when I try to use the &quot;Data Horizon&quot; to choose a date range this function does not work. The &quot;data horizon&quot; works fine with the test data that comes with the FSB, but I can not get it to work with the esignal data. The data in the attached file runs from 15 March 2010&nbsp; until 27 August 2010. Any suggestions, or can you see any problem with my attached file?</p>]]></content>
			<author>
				<name><![CDATA[forex4me]]></name>
				<uri>https://forexsb.com/forum/user/2455/</uri>
			</author>
			<updated>2010-08-31T01:15:55Z</updated>
			<id>https://forexsb.com/forum/post/6233/#p6233</id>
		</entry>
</feed>
