<?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 1.5 Nightly Build]]></title>
		<link>https://forexsb.com/forum/topic/3453/fst-15-nightly-build/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/3453/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in FST 1.5 Nightly Build.]]></description>
		<lastBuildDate>Wed, 25 Jul 2012 13:43:21 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: FST 1.5 Nightly Build]]></title>
			<link>https://forexsb.com/forum/post/15542/#p15542</link>
			<description><![CDATA[<p>FST 1.5.4.0 Nightly Build. Download link <a href="http://forexsb.com/downloads/FSTv1.5.4.0NB.exe">FSTv1.5.4.0NB.exe</a></p><br /><p>FST shows a warning message and plays an error sound when detects a failed close order.</p><p><span class="postimg"><img src="http://i.imgur.com/8x0US.png" alt="http://i.imgur.com/8x0US.png" /></span></p><p>FST resends close order at every 30 seconds until the warning message is closed or the position is closed.</p><p>The position can be also close manually.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Wed, 25 Jul 2012 13:43:21 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/15542/#p15542</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST 1.5 Nightly Build]]></title>
			<link>https://forexsb.com/forum/post/15460/#p15460</link>
			<description><![CDATA[<div class="quotebox"><cite>acerguest wrote:</cite><blockquote><p>But it`s crashing <img src="https://forexsb.com/forum/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p></blockquote></div><p>Bug confirmed:</p><p>In ActionsDataFeed.cs line 728</p><div class="codebox"><pre><code>/// &lt;summary&gt;
/// Manipulates additional params coming from MetaTrader. 
/// &lt;/summary&gt;
private void ParseAndSetParametrs(string parameters)
{
    if(string.IsNullOrEmpty(parameters)) return;

    string[] splitParams = parameters.Split(new[] {&#039;;&#039;});

    foreach (string param in splitParams)
    {
        string[] pair = param.Split(new[] {&#039;=&#039;}, 2);
        string name = pair[0];
        string rowValue = pair[1];

        switch (name)
        {
            case &quot;cl&quot;:
                Data.ConsecutiveLosses = int.Parse(rowValue);
                break;
            case &quot;aSL&quot;:
                Data.ActivatedStopLoss = double.Parse(rowValue);
                break;
            case &quot;aTP&quot;:
                Data.ActivatedTakeProfit = double.Parse(rowValue);
                break;
            case &quot;al&quot;:
                Data.ClosedSLTPLots = double.Parse(rowValue);
                break;
        }
    }
}</code></pre></div><p>All double.Parse(rowValue); must check for proper decimal separator before parsing. <br />Temporarily you can change your windows localisation to some that uses dot for decimal separator to workaround this issue.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Wed, 18 Jul 2012 02:42:29 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/15460/#p15460</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST 1.5 Nightly Build]]></title>
			<link>https://forexsb.com/forum/post/15459/#p15459</link>
			<description><![CDATA[<p>Thanks, would never found it there <img src="https://forexsb.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>But it`s crashing <img src="https://forexsb.com/forum/img/smilies/hmm.png" width="15" height="15" alt="hmm" /><br />Installed correctly, mt4 updated, fresh FST, demo strategy, connecting and got exception, more in link.<br />http://forexsb.com/forum/post/15458/#p15458</p>]]></description>
			<author><![CDATA[null@example.com (acerguest)]]></author>
			<pubDate>Tue, 17 Jul 2012 22:27:17 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/15459/#p15459</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST 1.5 Nightly Build]]></title>
			<link>https://forexsb.com/forum/post/15455/#p15455</link>
			<description><![CDATA[<div class="quotebox"><cite>acerguest wrote:</cite><blockquote><p>Where can I find new version?</p></blockquote></div><p>Forex Strategy Trader v1.5.3.2 Beta on Download page.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Tue, 17 Jul 2012 20:59:48 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/15455/#p15455</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST 1.5 Nightly Build]]></title>
			<link>https://forexsb.com/forum/post/15454/#p15454</link>
			<description><![CDATA[<p>Where can I find new version?</p>]]></description>
			<author><![CDATA[null@example.com (acerguest)]]></author>
			<pubDate>Tue, 17 Jul 2012 19:44:56 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/15454/#p15454</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST 1.5 Nightly Build]]></title>
			<link>https://forexsb.com/forum/post/15404/#p15404</link>
			<description><![CDATA[<p>Once again the Hackers God surprised me and sent me inspiration at midnight.</p><p>And do you know what?<br />Of course - FST Log Viewer.</p><p>See more info and download link here: <a href="http://forexsb.com/wiki/fst/manual/logviewer">FST Log Viewer</a>&nbsp; &nbsp;</p><p><span class="postimg"><img src="http://forexsb.com/wiki/_media/fst/manual/fst-logs-files-viewer.png" alt="http://forexsb.com/wiki/_media/fst/manual/fst-logs-files-viewer.png" /></span></p><p>It works best with FST v1.5.3.1NB.</p><p>Changes: FST flushes the log files after each record.</p><p>Download link: [EDIT] Link removed. Newer version published.[/EDIT]</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Thu, 12 Jul 2012 02:52:18 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/15404/#p15404</guid>
		</item>
		<item>
			<title><![CDATA[Re: FST 1.5 Nightly Build]]></title>
			<link>https://forexsb.com/forum/post/15402/#p15402</link>
			<description><![CDATA[<p>Forex Strategy Trader 1.5.3.0 Nightly Build is available for testing.</p><p>Download link of installation file: [EDIT]Removed. Newer version is available[/EDIT]</p><p>This version comes with option for automatic log to a file.<br />Option can be turned on/off from tools menu.<br />Log files are written in Logs folder under the installation folder of Forex Strategy Trader.<br />Installer changes the security permissions of Logs folder in order to make it available for writing under Windows ACL control.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Wed, 11 Jul 2012 19:30:13 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/15402/#p15402</guid>
		</item>
		<item>
			<title><![CDATA[FST 1.5 Nightly Build]]></title>
			<link>https://forexsb.com/forum/post/15382/#p15382</link>
			<description><![CDATA[<p>Forex Strategy Trader 1.5.1.0 Nightly Build is available for testing.</p><p>Download link of installation file: <strong>[EDIT]</strong>Link removed. See for newer version below<strong>[/EDIT]</strong><br />Changes:<br />&nbsp; * Martingale Money Management integrated;<br />&nbsp; * Expert detects and logs activation of Take Profit and Stop Loss;<br />&nbsp; * FST shows activation of Take Profit and Stop Loss on Journal and on Chart.<br />&nbsp; * Expert logs position parameters at the beginning of every bar.<br />&nbsp; * Fixed issue with repeating wrong SL and TP from FST.<br />&nbsp; * Included autostart feature proposed by Acerguest.<br />&nbsp; * Added installing options to the installation file.</p><p><span class="postimg"><img src="http://i.imgur.com/YxMvD.png" alt="http://i.imgur.com/YxMvD.png" /></span></p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Mon, 09 Jul 2012 14:17:38 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/15382/#p15382</guid>
		</item>
	</channel>
</rss>
