<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — MetaTrader to FSB Data Export]]></title>
		<link>https://forexsb.com/forum/topic/5379/metatrader-to-fsb-data-export/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/5379/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in MetaTrader to FSB Data Export.]]></description>
		<lastBuildDate>Tue, 03 Jul 2018 05:54:01 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: MetaTrader to FSB Data Export]]></title>
			<link>https://forexsb.com/forum/post/51196/#p51196</link>
			<description><![CDATA[<p>A new version of the script is attached. It checks the maximum bars in the history before the export.<br />It prevents failed export in the latest MT5 if there are no enough bars.</p><p>This from the MT docs:<br /></p><div class="quotebox"><blockquote><p><strong>CopyRates</strong></p><p>If the whole interval of requested data is out of the available data on the server, the function returns -1.</p></blockquote></div><p>The previous versions of MT exported the available bars only without an error.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Tue, 03 Jul 2018 05:54:01 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/51196/#p51196</guid>
		</item>
		<item>
			<title><![CDATA[Re: MetaTrader to FSB Data Export]]></title>
			<link>https://forexsb.com/forum/post/48589/#p48589</link>
			<description><![CDATA[<p>I tried the above steps but see a DataSource_Pepperstone MetaTrader 4.json in the folder and not MQL4/files and dont see CSV files. Request you to let me know what am missing</p>]]></description>
			<author><![CDATA[null@example.com (gs.sudharshan)]]></author>
			<pubDate>Fri, 05 Jan 2018 17:51:09 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/48589/#p48589</guid>
		</item>
		<item>
			<title><![CDATA[Re: MetaTrader to FSB Data Export]]></title>
			<link>https://forexsb.com/forum/post/39555/#p39555</link>
			<description><![CDATA[<p>Ok, thanks</p>]]></description>
			<author><![CDATA[null@example.com (Simon)]]></author>
			<pubDate>Tue, 01 Nov 2016 23:52:16 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/39555/#p39555</guid>
		</item>
		<item>
			<title><![CDATA[Re: MetaTrader to FSB Data Export]]></title>
			<link>https://forexsb.com/forum/post/39553/#p39553</link>
			<description><![CDATA[<p>Hello Simon,<br />This is the way MetaTrader exports data files by default. It is not a problem because FSB Pro reads many data formats. See this page for reference: <a href="http://forexsb.com/wiki/fsb/manual/data_files">Data Files</a>.</p><p>Many programs prefer delimiting the columns with tabs or semicolons because the comma is a decimal delimiter in several cultures.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Tue, 01 Nov 2016 23:32:15 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/39553/#p39553</guid>
		</item>
		<item>
			<title><![CDATA[Re: MetaTrader to FSB Data Export]]></title>
			<link>https://forexsb.com/forum/post/39552/#p39552</link>
			<description><![CDATA[<p>Hello Popov,</p><p>I&#039;m trying the Export Data to CSV script, and it is saving data to the MT &#039;Files&#039; folder like this:</p><p>2016.10.21;03:50;127.466;127.468;127.45;127.455;44<br />2016.10.21;03:51;127.456;127.458;127.448;127.455;31<br />2016.10.21;03:52;127.455;127.456;127.446;127.447;13</p><p>It looks like there should be a &quot;,&quot; where there is a &quot;;&quot;</p><p>This means it is not saving as a CSV file, no?</p>]]></description>
			<author><![CDATA[null@example.com (Simon)]]></author>
			<pubDate>Tue, 01 Nov 2016 23:18:34 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/39552/#p39552</guid>
		</item>
		<item>
			<title><![CDATA[Re: MetaTrader to FSB Data Export]]></title>
			<link>https://forexsb.com/forum/post/35081/#p35081</link>
			<description><![CDATA[<p>Download tickstory......... and get all of the data back to 2007</p><p>it is the same data as in the program.....</p><p>problem solved.</p>]]></description>
			<author><![CDATA[null@example.com (Blaiserboy)]]></author>
			<pubDate>Sat, 09 Apr 2016 16:59:12 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/35081/#p35081</guid>
		</item>
		<item>
			<title><![CDATA[Re: MetaTrader to FSB Data Export]]></title>
			<link>https://forexsb.com/forum/post/35079/#p35079</link>
			<description><![CDATA[<p>No, you cannot. The data files are created online and are trimmed to 100 000 bars.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Sat, 09 Apr 2016 16:47:00 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/35079/#p35079</guid>
		</item>
		<item>
			<title><![CDATA[Re: MetaTrader to FSB Data Export]]></title>
			<link>https://forexsb.com/forum/post/35077/#p35077</link>
			<description><![CDATA[<div class="quotebox"><cite>Popov wrote:</cite><blockquote><p>You can easily expand the number of exported bars be editing the script. Currently the script exports maximum 100000 bars.</p><p>You can change line number 30 to allow the export of more bars.</p><div class="codebox"><pre><code>   int maxBars= MathMin(TerminalInfoInteger(TERMINAL_MAXBARS),100000);</code></pre></div></blockquote></div><p>Is there a way I can also change FSB Demo data to increase the maximum bar beyond 100,000?&nbsp; So that with each new History Download, I can keep expanding the historical period and not such with the current 3mth period?</p><p>I tried to make the changes in FSB&#039;s user&#039;s file/system/FSB Demo data and increase default from 100,000 to 1,000,000 would this allow FSB to keep adding new historical data, expanding the period?&nbsp; When I tried to download History Data, I see noticed the 100,000 default for 1min chart.&nbsp; Did I miss anything?&nbsp; Or this isn&#039;t the way to do it?</p><p>&quot;StartDate&quot;: &quot;1979-01-01T00:00:00&quot;,<br />&nbsp; &quot;EndDate&quot;: &quot;2020-12-31T00:00:00&quot;,<br />&nbsp; &quot;IsUseStartDate&quot;: true,<br />&nbsp; &quot;IsUseEndDate&quot;: true,<br />&nbsp; &quot;MaximumBars&quot;: <strong>1000000,</strong><br />&nbsp; &quot;MinimumBars&quot;: 300,<br />&nbsp; &quot;MaximumBarsLimit&quot;:<strong> 1000000,</strong><br />&nbsp; &quot;MaxIntrabarBars&quot;: 1000000,<br />&nbsp; &quot;MaxIntrabarBarsLimit&quot;:<strong> 10000000</strong>,<br />&nbsp; &quot;IsCheckDataAtLoad&quot;: true,<br />&nbsp; &quot;IsCutOffBadData&quot;: true,<br />&nbsp; &quot;IsCutOffSatSunData&quot;: true,<br />&nbsp; &quot;IsFillInDataGaps&quot;: true,<br />&nbsp; &quot;IsCacheDataFiles&quot;: true</p>]]></description>
			<author><![CDATA[null@example.com (hannahis)]]></author>
			<pubDate>Sat, 09 Apr 2016 15:28:01 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/35077/#p35077</guid>
		</item>
		<item>
			<title><![CDATA[Re: MetaTrader to FSB Data Export]]></title>
			<link>https://forexsb.com/forum/post/34419/#p34419</link>
			<description><![CDATA[<p>Thanks Leon for the tip</p>]]></description>
			<author><![CDATA[null@example.com (hannahis)]]></author>
			<pubDate>Wed, 02 Mar 2016 23:42:44 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/34419/#p34419</guid>
		</item>
		<item>
			<title><![CDATA[Re: MetaTrader to FSB Data Export]]></title>
			<link>https://forexsb.com/forum/post/34418/#p34418</link>
			<description><![CDATA[<p>Hannahis,</p><p>I found your post regarding data source period – that downloading new data overwrites the old data. The script used to download data from MT4 instance on your computer can be adjusted to enable larger data set to be downloaded, by editing line 30 in the script. But the problem which I have encountered (and probably others also) is that my Forex broker will not allow me to scroll back more than a limited amount of bars. For M1 it will be around 2 months of data bars. </p><p>And I prefer to have my broker’s data bars to be used in FSB Pro strategy developments. In that way I am more sure that results achieved with FSB and then on demo/live account (with my broker) will be similar. </p><p>BTW, I am downloading data bars from Live Account and not from Demo Account, even if I have confirmed that both have exactly same values during the feed process. </p><p>My solution to enlarging the data set is to regularly (once a week) download data from MT4 instance and copy it to a separate directory. Then I will use Excel to “glue” additional bars from newly downloaded CSV file to the old downloaded file. It is a lite primitive solution, but it functions perfectly. It takes only few minutes. </p><p>Leon</p>]]></description>
			<author><![CDATA[null@example.com (LeonHerd)]]></author>
			<pubDate>Wed, 02 Mar 2016 21:48:44 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/34418/#p34418</guid>
		</item>
		<item>
			<title><![CDATA[Re: MetaTrader to FSB Data Export]]></title>
			<link>https://forexsb.com/forum/post/33921/#p33921</link>
			<description><![CDATA[<div class="quotebox"><cite>Blaiserboy wrote:</cite><blockquote><p>open MT4</p><p>top left is &#039;files&#039;<br />click on files<br />click on &#039;open data folder&#039;<br />click on MQL4</p><p>and you will see &#039;files&#039;</p><p>Please, please. spend some time learning about MT4, use the internet and do some research.</p><p>Please do some reading about automated trading so that you grasp some understanding of the tasks ahead</p><p>Please get to know about FSBPro</p><p>This is a serious business and most people try to equip themselves properly so that they are not depending on others.</p></blockquote></div><p>i have gone to data folder and to mql4 and ....files&nbsp; which when opened is empty</p><p>anyway miracles do happen.....i managed to download data......i think even now i am not sure.. screenshot attached</p>]]></description>
			<author><![CDATA[null@example.com (pradeepgolfer)]]></author>
			<pubDate>Thu, 18 Feb 2016 16:42:27 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/33921/#p33921</guid>
		</item>
		<item>
			<title><![CDATA[Re: MetaTrader to FSB Data Export]]></title>
			<link>https://forexsb.com/forum/post/33919/#p33919</link>
			<description><![CDATA[<p>open MT4</p><p>top left is &#039;files&#039;<br />click on files<br />click on &#039;open data folder&#039;<br />click on MQL4</p><p>and you will see &#039;files&#039;</p><p>Please, please. spend some time learning about MT4, use the internet and do some research.</p><p>Please do some reading about automated trading so that you grasp some understanding of the tasks ahead</p><p>Please get to know about FSBPro</p><p>This is a serious business and most people try to equip themselves properly so that they are not depending on others.</p>]]></description>
			<author><![CDATA[null@example.com (Blaiserboy)]]></author>
			<pubDate>Thu, 18 Feb 2016 16:30:23 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/33919/#p33919</guid>
		</item>
		<item>
			<title><![CDATA[Re: MetaTrader to FSB Data Export]]></title>
			<link>https://forexsb.com/forum/post/33918/#p33918</link>
			<description><![CDATA[<p>Check directory &quot;files&quot; of MT4</p><p>Then go to to Data Sources of FSB&gt; Create a source and give as directory there the directory where previous directory with created CSV data is.<br />The procedure is easy.</p>]]></description>
			<author><![CDATA[null@example.com (GD)]]></author>
			<pubDate>Thu, 18 Feb 2016 15:42:27 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/33918/#p33918</guid>
		</item>
		<item>
			<title><![CDATA[Re: MetaTrader to FSB Data Export]]></title>
			<link>https://forexsb.com/forum/post/33913/#p33913</link>
			<description><![CDATA[<p>what do you mean: Load a data in all periods of the symbol;</p><p>where do i find the MT files folder</p><p>you will know that i am computer illiterate by now......sorry</p>]]></description>
			<author><![CDATA[null@example.com (pradeepgolfer)]]></author>
			<pubDate>Thu, 18 Feb 2016 13:08:51 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/33913/#p33913</guid>
		</item>
		<item>
			<title><![CDATA[Re: MetaTrader to FSB Data Export]]></title>
			<link>https://forexsb.com/forum/post/32758/#p32758</link>
			<description><![CDATA[<p>What or where in the MT setting should I search for?</p>]]></description>
			<author><![CDATA[null@example.com (hannahis)]]></author>
			<pubDate>Wed, 16 Dec 2015 15:50:58 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/32758/#p32758</guid>
		</item>
	</channel>
</rss>
