<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — Data Horizon - problem with esignal data]]></title>
		<link>https://forexsb.com/forum/topic/1739/data-horizon-problem-with-esignal-data/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/1739/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Data Horizon - problem with esignal data.]]></description>
		<lastBuildDate>Tue, 31 Aug 2010 05:22:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Data Horizon - problem with esignal data]]></title>
			<link>https://forexsb.com/forum/post/6234/#p6234</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Tue, 31 Aug 2010 05:22:36 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/6234/#p6234</guid>
		</item>
		<item>
			<title><![CDATA[Data Horizon - problem with esignal data]]></title>
			<link>https://forexsb.com/forum/post/6233/#p6233</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (forex4me)]]></author>
			<pubDate>Tue, 31 Aug 2010 01:15:55 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/6233/#p6233</guid>
		</item>
	</channel>
</rss>
