<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — EA Studio Data Export.mq4 - problem on my broker's Real account data]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/7148/" />
	<updated>2018-01-05T16:44:42Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/7148/ea-studio-data-exportmq4-problem-on-my-brokers-real-account-data/</id>
		<entry>
			<title type="html"><![CDATA[Re: EA Studio Data Export.mq4 - problem on my broker's Real account data]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/48586/#p48586" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2018-01-05T16:44:42Z</updated>
			<id>https://forexsb.com/forum/post/48586/#p48586</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: EA Studio Data Export.mq4 - problem on my broker's Real account data]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/48583/#p48583" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Breadmaker]]></name>
				<uri>https://forexsb.com/forum/user/10243/</uri>
			</author>
			<updated>2018-01-05T15:49:00Z</updated>
			<id>https://forexsb.com/forum/post/48583/#p48583</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[EA Studio Data Export.mq4 - problem on my broker's Real account data]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/48513/#p48513" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[vidagig_13]]></name>
				<uri>https://forexsb.com/forum/user/8417/</uri>
			</author>
			<updated>2018-01-02T13:21:41Z</updated>
			<id>https://forexsb.com/forum/post/48513/#p48513</id>
		</entry>
</feed>
