<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — FST noncompability with MT build 600]]></title>
		<link>https://forexsb.com/forum/topic/4636/fst-noncompability-with-mt-build-600/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/4636/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in FST noncompability with MT build 600.]]></description>
		<lastBuildDate>Tue, 11 Feb 2014 10:43:56 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: FST noncompability with MT build 600]]></title>
			<link>https://forexsb.com/forum/post/23597/#p23597</link>
			<description><![CDATA[<div class="quotebox"><cite>serfel wrote:</cite><blockquote><p>Thank&#039;s. I build new topic with attach.</p></blockquote></div><p>Thanks so much for your help.!!</p>]]></description>
			<author><![CDATA[null@example.com (Blaiserboy)]]></author>
			<pubDate>Tue, 11 Feb 2014 10:43:56 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23597/#p23597</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST noncompability with MT build 600]]></title>
			<link>https://forexsb.com/forum/post/23594/#p23594</link>
			<description><![CDATA[<p>Thank&#039;s. I build new topic with attach.</p>]]></description>
			<author><![CDATA[null@example.com (serfel)]]></author>
			<pubDate>Tue, 11 Feb 2014 10:01:22 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23594/#p23594</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST noncompability with MT build 600]]></title>
			<link>https://forexsb.com/forum/post/23588/#p23588</link>
			<description><![CDATA[<div class="quotebox"><cite>serfel wrote:</cite><blockquote><p>I solved this problem. Now my Trader are connected to 600MT. I will check it in trade and will lay out here, maybe tomorrow. EA and DLL are corrected.</p></blockquote></div><p>You&#039;re a star, Sergei!</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Tue, 11 Feb 2014 00:04:44 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23588/#p23588</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST noncompability with MT build 600]]></title>
			<link>https://forexsb.com/forum/post/23587/#p23587</link>
			<description><![CDATA[<p>I solved this problem. Now my Trader are connected to 600MT. I will check it in trade and will lay out here, maybe tomorrow. EA and DLL are corrected.</p>]]></description>
			<author><![CDATA[null@example.com (serfel)]]></author>
			<pubDate>Mon, 10 Feb 2014 23:54:21 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23587/#p23587</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST noncompability with MT build 600]]></title>
			<link>https://forexsb.com/forum/post/23585/#p23585</link>
			<description><![CDATA[<p>To solve this problem need rewrite EA and MT4-FST Library.dll. In 600+MT Changed Bar struct and (it worst) work with strings (been-Unicode, now-Multibyte). Convertor is added in DLL. One half of this work i do, but have now only 1-2 free hours in day, end it after 2-3 days.</p>]]></description>
			<author><![CDATA[null@example.com (serfel)]]></author>
			<pubDate>Mon, 10 Feb 2014 17:50:54 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23585/#p23585</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST noncompability with MT build 600]]></title>
			<link>https://forexsb.com/forum/post/23578/#p23578</link>
			<description><![CDATA[<p>I have problem <br />cannot load MT4FST library.dll When my Mt4 upgrade???<br />I copy files MT4FST library.dll to folder LIBRARY - MT4 but it does not see</p><p>How to solve this problem?</p>]]></description>
			<author><![CDATA[null@example.com (3dvision)]]></author>
			<pubDate>Mon, 10 Feb 2014 09:24:25 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23578/#p23578</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST noncompability with MT build 600]]></title>
			<link>https://forexsb.com/forum/post/23561/#p23561</link>
			<description><![CDATA[<div class="quotebox"><cite>nquental wrote:</cite><blockquote><p>Are you obliged to update MT4? I&#039;m working with OANDA and they haven&#039;t rolled out the new version yet, so all is still working fine.</p><p>Thanks for informing that the developed is not around. That explains why the Forum is much less dynamic than before. And why there are no news regarding PRO.</p><p>Have a nice week-end</p></blockquote></div><p>seems that the update is not something you can control. it just happens when you restart the program.</p>]]></description>
			<author><![CDATA[null@example.com (Blaiserboy)]]></author>
			<pubDate>Sat, 08 Feb 2014 02:55:39 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23561/#p23561</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST noncompability with MT build 600]]></title>
			<link>https://forexsb.com/forum/post/23558/#p23558</link>
			<description><![CDATA[<p>Изменился формат файла HST.<br />Format 600 HST is changed, for import from metatrader need change in MetaTaderImport.cs.</p><p>private void ImportHstFile(string file)<br />{<br />...<br />DateTime dt = new DateTime(1970, 1, 1).AddSeconds(seconds); // bar time<br />decimal open = Math.Round((decimal) br.ReadDouble(), digits); // open<br />decimal low = Math.Round((decimal) br.ReadDouble(), digits); // low<br />decimal high = Math.Round((decimal) br.ReadDouble(), digits); // high<br />decimal close = Math.Round((decimal) br.ReadDouble(), digits); // close<br />decimal volume = Math.Round((decimal) br.ReadDouble(), digits); // vol<br />//-----------------------------------------------------------------------------------------<br />Change<br />//-----------------------------------------------------------------------------------------<br />...<br />DateTime dt = new DateTime(1970, 1, 1).AddSeconds(seconds); // bar time</p><p>&nbsp; &nbsp; br.ReadInt32(); // datetime compensation of length</p><p>decimal open = Math.Round((decimal) br.ReadDouble(), digits); // open<br />decimal low = Math.Round((decimal) br.ReadDouble(), digits); // low<br />decimal high = Math.Round((decimal) br.ReadDouble(), digits); // high<br />decimal close = Math.Round((decimal) br.ReadDouble(), digits); // close<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; decimal volume = Math.Round((decimal) br.ReadInt64(), digits); // vol<br />&nbsp; &nbsp; br.ReadInt32(); // spread<br />&nbsp; &nbsp; br.ReadInt64(); // real_volume</p>]]></description>
			<author><![CDATA[null@example.com (serfel)]]></author>
			<pubDate>Fri, 07 Feb 2014 23:15:37 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23558/#p23558</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST noncompability with MT build 600]]></title>
			<link>https://forexsb.com/forum/post/23556/#p23556</link>
			<description><![CDATA[<p>Are you obliged to update MT4? I&#039;m working with OANDA and they haven&#039;t rolled out the new version yet, so all is still working fine.</p><p>Thanks for informing that the developed is not around. That explains why the Forum is much less dynamic than before. And why there are no news regarding PRO.</p><p>Have a nice week-end</p>]]></description>
			<author><![CDATA[null@example.com (nquental)]]></author>
			<pubDate>Fri, 07 Feb 2014 15:50:53 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23556/#p23556</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST noncompability with MT build 600]]></title>
			<link>https://forexsb.com/forum/post/23547/#p23547</link>
			<description><![CDATA[<p>терминалы обновились и теперь мт4 не видят советников .при комптляции происходят ошибки</p><p>&#039;StringReplace&#039; - override system function&nbsp; &nbsp; MT4-FST Expert.mq4&nbsp; &nbsp; 2260&nbsp; &nbsp; 8<br />&#039;void&#039; function returns a value&nbsp; &nbsp; MT4-FST Expert.mq4&nbsp; &nbsp; 1563&nbsp; &nbsp; 5<br />&#039;void&#039; function returns a value&nbsp; &nbsp; MT4-FST Expert.mq4&nbsp; &nbsp; 1710&nbsp; &nbsp; 9<br />variable &#039;output&#039; not used&nbsp; &nbsp; MT4-FST Expert.mq4&nbsp; &nbsp; 1893&nbsp; &nbsp; 12<br />&#039;StringReplace&#039; - ambiguous call to overloaded function with the same parameters&nbsp; &nbsp; MT4-FST Expert.mq4&nbsp; &nbsp; 2203&nbsp; &nbsp; 12<br />2 error(s), 6 warning(s)&nbsp; &nbsp; &nbsp; &nbsp; 3&nbsp; &nbsp; 7</p><br /><p>---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</p><p>я не плностью отразил проблему попробую описать.после обновления мт4 версия 4 Build 509&nbsp; Forex Strategy Trader работает хорошо .соединения с мт4 хорошее.<br />после обновления мт4 версия 4 Build 584 Forex Strategy Trader перестаёт работать.соединения с мт4 отсуствует.советник не компиться.в этой версии мт4 папки устонавливаються в другие директории.<br />эта версия мт4 более приближена мт5.<br />я пробовал переустонавливать терминал.программу.нечего не выходит.<br />советников устанавливал в ручную и программой.Forex Strategy Trader не работает.<br />может кто решит проблему.я привык к вашей программе.</p>]]></description>
			<author><![CDATA[null@example.com (mizgunow)]]></author>
			<pubDate>Fri, 07 Feb 2014 15:01:10 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23547/#p23547</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST noncompability with MT build 600]]></title>
			<link>https://forexsb.com/forum/post/23548/#p23548</link>
			<description><![CDATA[<p>I believe I am having the same problem as this user. Since the terminal update FST cannot find the MT4 EA.<br />Everything looks fine within the MT4 Journal however when I enter the connection id into FST, the FST application goes into a &#039;not responding&#039; state. I&#039;m having the exact same issue with multiple brokers since the update. Anyone else experiencing this issue?</p>]]></description>
			<author><![CDATA[null@example.com (cloyster)]]></author>
			<pubDate>Fri, 07 Feb 2014 15:01:10 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23548/#p23548</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST noncompability with MT build 600]]></title>
			<link>https://forexsb.com/forum/post/23549/#p23549</link>
			<description><![CDATA[<p>Since the terminal update FST cannot find the MT4 EA.<br />Everything looks fine within the MT4 Journal however when I enter the connection id into FST, the FST application goes into a &#039;not responding&#039; state. I&#039;m having the exact same issue with multiple brokers since the update. Anyone else experiencing this issue?</p>]]></description>
			<author><![CDATA[null@example.com (cloyster)]]></author>
			<pubDate>Fri, 07 Feb 2014 15:01:10 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23549/#p23549</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST noncompability with MT build 600]]></title>
			<link>https://forexsb.com/forum/post/23550/#p23550</link>
			<description><![CDATA[<p>Yeah, it is a serious issue indeed. For more information about the MT4 update, please read: http://forum.mql4.com/60555</p><p>I hope that I get FST working again.</p>]]></description>
			<author><![CDATA[null@example.com (zenoni)]]></author>
			<pubDate>Fri, 07 Feb 2014 15:01:10 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23550/#p23550</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST noncompability with MT build 600]]></title>
			<link>https://forexsb.com/forum/post/23551/#p23551</link>
			<description><![CDATA[<p>I also added a screenshot, very bad situation.....</p>]]></description>
			<author><![CDATA[null@example.com (zenoni)]]></author>
			<pubDate>Fri, 07 Feb 2014 15:01:10 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23551/#p23551</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST noncompability with MT build 600]]></title>
			<link>https://forexsb.com/forum/post/23552/#p23552</link>
			<description><![CDATA[<p>Additional information about the problems of the MT4 build 600: http://www.forexfactory.com/showthread.php?t=469491</p>]]></description>
			<author><![CDATA[null@example.com (zenoni)]]></author>
			<pubDate>Fri, 07 Feb 2014 15:01:10 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/23552/#p23552</guid>
		</item>
	</channel>
</rss>
