<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — EA Studio Data Export.mq4 - problem on my broker's Real account data]]></title>
		<link>https://forexsb.com/forum/topic/7148/ea-studio-data-exportmq4-problem-on-my-brokers-real-account-data/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/7148/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in EA Studio Data Export.mq4 - problem on my broker's Real account data.]]></description>
		<lastBuildDate>Fri, 05 Jan 2018 16:44:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: EA Studio Data Export.mq4 - problem on my broker's Real account data]]></title>
			<link>https://forexsb.com/forum/post/48586/#p48586</link>
			<description><![CDATA[<p>This issue happens also to other users, which brokers use additional characters to the symbol name.</p><p>I&#039;ll test various solutions to make the symbol name clean before the export. It is a problem that MT doesn&#039;t support regular expressions and UTF and I have to use code that &quot;smells&quot;. </p><p>The general solution is to remove all characters that are not alphabet characters or digits.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Fri, 05 Jan 2018 16:44:42 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/48586/#p48586</guid>
		</item>
		<item>
			<title><![CDATA[Re: EA Studio Data Export.mq4 - problem on my broker's Real account data]]></title>
			<link>https://forexsb.com/forum/post/48583/#p48583</link>
			<description><![CDATA[<p>How long have you been using your live broker account for? If you did the &quot;hold home key&quot; on each timeframe before using the export data script, then it could be your account is too new?</p>]]></description>
			<author><![CDATA[null@example.com (Breadmaker)]]></author>
			<pubDate>Fri, 05 Jan 2018 15:49:00 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/48583/#p48583</guid>
		</item>
		<item>
			<title><![CDATA[EA Studio Data Export.mq4 - problem on my broker's Real account data]]></title>
			<link>https://forexsb.com/forum/post/48513/#p48513</link>
			<description><![CDATA[<p>Hi there</p><p>Firstly wishing you all a happy, healthy and very prosperous New Year! : )</p><p>I&#039;m having a problem exporting Real Account data from my broker to try out the Generator in EA Studio - which I see appears to require .json files. </p><p>- I&#039;m curious how/if it differs from the Generator in FSB Pro. I have watched the Tutorials - &quot;Create a Strategy that Profits for 6 Months&quot; and &quot;5. Generating Expert Advisors - EA Studio User Guide&quot; - so have done a little homework and some trial and error &#039;process of elimination&#039; attempts before asking here..</p><p>EA Studio Data Export.mq4 - doesn&#039;t work on my broker&#039;s Real account data but works fine on a Demo account&#039;s data.</p><p>The Currency Pair symbol names on the Real account display in the MT4 &#039;Market Watch panel&#039; as e.g. EURUSD<strong>..</strong> vs. in the Demo account EURUSD - with no dots. The corresponding .hst files in the MT4/History folder are named this way too:<br />On a Real Account: EURUSD..60.hst and Demo Account: EURUSD60.hst</p><p>I was helped in the past to learn how to easily resolve this problem when manually exporting files into FSB Pro as .cvs files: they simply need to be renamed to remove the 2 x extra dots.</p><p>So, the only thing I can think of is the Data Export script doesn&#039;t recognize the .hst files named with the 2 x extra dots?</p><p>I&#039;m not a programmer.. so looking through the source code - I can&#039;t easily see anything I can change regarding this.<br />- perhaps there is some way to easily resolve this e.g. if I can be shown how to make a small alteration to the source code? <br />e.g. here maybe?</p><p>{<br />&nbsp; &nbsp; RefreshRates();<br />&nbsp; &nbsp; for (int p = 0; p &lt; ArraySize(periods); p++)<br />&nbsp; &nbsp; {<br />&nbsp; &nbsp; &nbsp; &nbsp; string fileName = _Symbol + PeriodToStr(periods[p]) + &quot;.json&quot;;<br />&nbsp; &nbsp; &nbsp; &nbsp; string data&nbsp; &nbsp; &nbsp;= GetSymbolData(_Symbol, periods[p]);<br />&nbsp; &nbsp; &nbsp; &nbsp; SaveFile(fileName, data);<br />&nbsp; &nbsp; }</p><p>(I would prefer to use my broker&#039;s Real Account data because I&#039;ve noticed [my] systems perform worse/differently on Real vs. Demo account data, for whatever reasons...)</p><p>Any advice much appreciated.</p><p>Thank you.</p>]]></description>
			<author><![CDATA[null@example.com (vidagig_13)]]></author>
			<pubDate>Tue, 02 Jan 2018 13:21:41 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/48513/#p48513</guid>
		</item>
	</channel>
</rss>
