<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — AWK data converter]]></title>
		<link>https://forexsb.com/forum/topic/164/awk-data-converter/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/164/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in AWK data converter.]]></description>
		<lastBuildDate>Sun, 10 Jan 2010 22:18:47 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AWK data converter]]></title>
			<link>https://forexsb.com/forum/post/4152/#p4152</link>
			<description><![CDATA[<p>Hello&nbsp; everybody!!!</p><p>I have some&nbsp; problems with The format of the file that i want to use for my backtesting this is the source of the information:&nbsp; &nbsp;http://www.forextester.com/datasources.html</p><p>this is a part of the data:</p><p>&lt;TICKER&gt;,&lt;DTYYYYMMDD&gt;,&lt;TIME&gt;,&lt;OPEN&gt;,&lt;HIGH&gt;,&lt;LOW&gt;,&lt;CLOSE&gt;,&lt;VOL&gt;<br />USDCAD,20010103,000700,1.4933,1.4933,1.4933,1.4933,4<br />USDCAD,20010103,001200,1.4931,1.4931,1.4930,1.4930,4<br />USDCAD,20010103,001400,1.4928,1.4928,1.4928,1.4928,4<br />USDCAD,20010103,004500,1.4923,1.4923,1.4923,1.4923,4<br />USDCAD,20010103,004600,1.4932,1.4932,1.4932,1.4932,4<br />USDCAD,20010103,004900,1.4928,1.4928,1.4928,1.4928,4<br />USDCAD,20010103,005000,1.4927,1.4927,1.4927,1.4927,4<br />USDCAD,20010103,005100,1.4927,1.4927,1.4927,1.4927,4<br />USDCAD,20010103,005200,1.4927,1.4927,1.4927,1.4927,4<br />USDCAD,20010103,005300,1.4927,1.4927,1.4927,1.4927,4<br />USDCAD,20010103,005400,1.4926,1.4926,1.4925,1.4925,4<br />USDCAD,20010103,005500,1.4925,1.4925,1.4925,1.4925,4<br />USDCAD,20010103,005700,1.4924,1.4924,1.4924,1.4924,4<br />USDCAD,20010103,010300,1.4925,1.4925,1.4925,1.4925,4<br />USDCAD,20010103,010900,1.4926,1.4926,1.4926,1.4926,4<br />USDCAD,20010103,011100,1.4925,1.4925,1.4925,1.4925,4<br />USDCAD,20010103,012700,1.4924,1.4924,1.4924,1.4924,4<br />USDCAD,20010103,012900,1.4925,1.4925,1.4925,1.4925,4<br />USDCAD,20010103,013000,1.4924,1.4924,1.4924,1.4924,4<br />USDCAD,20010103,013100,1.4925,1.4925,1.4925,1.4925,4<br />USDCAD,20010103,013200,1.4925,1.4925,1.4925,1.4925,4<br />USDCAD,20010103,013300,1.4925,1.4925,1.4925,1.4925,4<br />USDCAD,20010103,013800,1.4925,1.4925,1.4925,1.4925,4<br />USDCAD,20010103,014200,1.4925,1.4925,1.4925,1.4925,4<br />USDCAD,20010103,014300,1.4925,1.4925,1.4925,1.4925,4<br />USDCAD,20010103,014400,1.4925,1.4925,1.4925,1.4925,4<br />USDCAD,20010103,014500,1.4925,1.4925,1.4925,1.4925,4<br />USDCAD,20010103,014600,1.4925,1.4925,1.4925,1.4925,4<br />USDCAD,20010103,014700,1.4925,1.4925,1.4925,1.4925,4<br />USDCAD,20010103,014800,1.4925,1.4925,1.4925,1.4925,4<br />USDCAD,20010103,014900,1.4929,1.4930,1.4929,1.4930,4<br />USDCAD,20010103,015000,1.4931,1.4933,1.4929,1.4933,4<br />USDCAD,20010103,015100,1.4934,1.4934,1.4934,1.4934,4<br />USDCAD,20010103,015200,1.4934,1.4934,1.4934,1.4934,4<br />USDCAD,20010103,015500,1.4934,1.4934,1.4934,1.4934,4<br />USDCAD,20010103,015700,1.4934,1.4934,1.4934,1.4934,4<br />USDCAD,20010103,020000,1.4934,1.4934,1.4934,1.4934,4<br />USDCAD,20010103,020100,1.4934,1.4934,1.4934,1.4934,4<br />USDCAD,20010103,020200,1.4934,1.4934,1.4932,1.4932,4<br />USDCAD,20010103,020300,1.4932,1.4932,1.4932,1.4932,4<br />USDCAD,20010103,020400,1.4932,1.4933,1.4932,1.4933,4<br />USDCAD,20010103,020500,1.4932,1.4932,1.4932,1.4932,4</p><p>I am already try download the AWK data converter but the program produce a error message about 32 bits program or samething like that.&nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />Thanksss&nbsp; for your help!!!</p><br /><p>Regard,<br />Eduardo</p>]]></description>
			<author><![CDATA[null@example.com (edu1309)]]></author>
			<pubDate>Sun, 10 Jan 2010 22:18:47 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/4152/#p4152</guid>
		</item>
		<item>
			<title><![CDATA[Re: AWK data converter]]></title>
			<link>https://forexsb.com/forum/post/713/#p713</link>
			<description><![CDATA[<div class="quotebox"><cite>Popov wrote:</cite><blockquote><p>Please post a part of the data file here and I&#039;ll check its compatibility</p><p>The .hst files are saved in a binary mode. FSB reads text files only.</p></blockquote></div><p>i have upload the data at rapidshare...</p><p>U could download the data at this link : hxxp://rapidshare.com/files/64751561/jan2006.zip</p><br /><br /><p>Regads,</p><p>Aditya</p><p>NB:<br />This is hitorical price for HSI Futures for the month January 2006</p>]]></description>
			<author><![CDATA[null@example.com (raja_ar_radu)]]></author>
			<pubDate>Wed, 24 Oct 2007 03:16:32 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/713/#p713</guid>
		</item>
		<item>
			<title><![CDATA[Re: AWK data converter]]></title>
			<link>https://forexsb.com/forum/post/699/#p699</link>
			<description><![CDATA[<p>Please post a part of the data file here and I&#039;ll check its compatibility</p><p>The .hst files are saved in a binary mode. FSB reads text files only.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Tue, 23 Oct 2007 13:38:55 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/699/#p699</guid>
		</item>
		<item>
			<title><![CDATA[Re: AWK data converter]]></title>
			<link>https://forexsb.com/forum/post/695/#p695</link>
			<description><![CDATA[<p>iwanna convert my tick data from reuters...is it possible to used...the FSB?</p><p>Regads,</p><br /><p>Aditya</p><p>NB: could we used awk to convert from *.hst file??</p>]]></description>
			<author><![CDATA[null@example.com (raja_ar_radu)]]></author>
			<pubDate>Tue, 23 Oct 2007 06:32:58 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/695/#p695</guid>
		</item>
		<item>
			<title><![CDATA[AWK data converter]]></title>
			<link>https://forexsb.com/forum/post/666/#p666</link>
			<description><![CDATA[<p>You can download an AWK data converter from here:</p><p><a href="http://forexsb.com/downloads/awkconverter.exe">AWK Converter</a></p><p>It works by means of simple scripts.</p><p>If you have questions or difficulties to convert your data post a part of your data file here.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Tue, 02 Oct 2007 09:45:19 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/666/#p666</guid>
		</item>
	</channel>
</rss>
