<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — FST 1.5 Nightly Build]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/3453/" />
	<updated>2012-07-25T13:43:21Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/3453/fst-15-nightly-build/</id>
		<entry>
			<title type="html"><![CDATA[Re: FST 1.5 Nightly Build]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/15542/#p15542" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2012-07-25T13:43:21Z</updated>
			<id>https://forexsb.com/forum/post/15542/#p15542</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: FST 1.5 Nightly Build]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/15460/#p15460" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2012-07-18T02:42:29Z</updated>
			<id>https://forexsb.com/forum/post/15460/#p15460</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: FST 1.5 Nightly Build]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/15459/#p15459" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[acerguest]]></name>
				<uri>https://forexsb.com/forum/user/3701/</uri>
			</author>
			<updated>2012-07-17T22:27:17Z</updated>
			<id>https://forexsb.com/forum/post/15459/#p15459</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: FST 1.5 Nightly Build]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/15455/#p15455" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2012-07-17T20:59:48Z</updated>
			<id>https://forexsb.com/forum/post/15455/#p15455</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: FST 1.5 Nightly Build]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/15454/#p15454" />
			<content type="html"><![CDATA[<p>Where can I find new version?</p>]]></content>
			<author>
				<name><![CDATA[acerguest]]></name>
				<uri>https://forexsb.com/forum/user/3701/</uri>
			</author>
			<updated>2012-07-17T19:44:56Z</updated>
			<id>https://forexsb.com/forum/post/15454/#p15454</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: FST 1.5 Nightly Build]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/15404/#p15404" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2012-07-12T02:52:18Z</updated>
			<id>https://forexsb.com/forum/post/15404/#p15404</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: FST 1.5 Nightly Build]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/15402/#p15402" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2012-07-11T19:30:13Z</updated>
			<id>https://forexsb.com/forum/post/15402/#p15402</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[FST 1.5 Nightly Build]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/15382/#p15382" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2012-07-09T14:17:38Z</updated>
			<id>https://forexsb.com/forum/post/15382/#p15382</id>
		</entry>
</feed>
