<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — Operation error]]></title>
		<link>https://forexsb.com/forum/topic/1203/operation-error/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/1203/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Operation error.]]></description>
		<lastBuildDate>Mon, 14 Dec 2009 03:32:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Operation error]]></title>
			<link>https://forexsb.com/forum/post/3820/#p3820</link>
			<description><![CDATA[<p><strong>[Edited]</strong></p><p>Change line 125 from:<br /></p><div class="codebox"><pre><code>    string broker = TerminalCompany();</code></pre></div><p>To:</p><div class="codebox"><pre><code>    string broker = AccountCompany();</code></pre></div><p>Add this code at line 131 before: <br />Server(); // It&#039;s OK. We start the server.</p><div class="codebox"><pre><code>    // FXOpen
    if (StringSubstr(broker, 0, 6) == &quot;FXOpen&quot;)
        LateStops = true; </code></pre></div><p>This part of the expert has to look like this:</p><div class="codebox"><pre><code>    // Chek broker.
    string broker = AccountCompany();
    
    // FXCM
    if (StringSubstr(broker, 0, 4) == &quot;FXCM&quot;)
        LateStops = true; 
    
    // FXOpen
    if (StringSubstr(broker, 0, 6) == &quot;FXOpen&quot;)
        LateStops = true; 
    
    Server(); // It&#039;s OK. We start the server.</code></pre></div><p>Compile the expert. <br />(If you are using Vista, this will be a little bit difficult because of UAC.) </p><p>Now run the expert without changing &quot;LateStops&quot; option to true. The code you added has to do this alone.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Mon, 14 Dec 2009 03:32:36 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/3820/#p3820</guid>
		</item>
		<item>
			<title><![CDATA[Re: Operation error]]></title>
			<link>https://forexsb.com/forum/post/3816/#p3816</link>
			<description><![CDATA[<p>When starting the expert go to the <strong>Inputs</strong> tab and change <strong>LateStops </strong>to true.</p><br /><p><a href="http://www.postimage.org/image.php?v=gxyNU8A"><span class="postimg"><img src="http://s1.postimage.org/yNU8A.jpg" alt="http://s1.postimage.org/yNU8A.jpg" /></span></a></p><br /><p>PS.<br />What is written in the &quot;Connection Status&quot; window (Status tab of FST).<br />Connected to .... by ...<br />Send me this information and I&#039;ll show you how to make the expert able to recognize FXOpen alone.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Mon, 14 Dec 2009 03:05:45 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/3816/#p3816</guid>
		</item>
		<item>
			<title><![CDATA[Re: Operation error]]></title>
			<link>https://forexsb.com/forum/post/3815/#p3815</link>
			<description><![CDATA[<p>The broker is FXOpen.</p><p>Yes. The SL or TP is gray and it seems the broker does not work with SL or TP with instant trade. With 0 SL and TP, the FST can trade successfully.</p><p>The late setting seems to be a new function, and I cannot find how to change it.</p><p>Can you briefly introduce what late setting&#039;s function?</p>]]></description>
			<author><![CDATA[null@example.com (windforce)]]></author>
			<pubDate>Mon, 14 Dec 2009 02:59:53 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/3815/#p3815</guid>
		</item>
		<item>
			<title><![CDATA[Re: Operation error]]></title>
			<link>https://forexsb.com/forum/post/3812/#p3812</link>
			<description><![CDATA[<p>It seams your broker doesn&#039;t allow sending orders with SL or TP. Try sending manual order from Forex Strategy Builder without SL or TP (Set SL = 0 and TP = 0)<br />If it works, Set the LateStops = true when starting the expert (FST version 0.8.0.0).</p><p>Tell me who is your broker. I&#039;ll make the expert to adapt trades automatically to it. I know FXCM makes such&nbsp; jokes and I already included it in the expert.</p><p>Another hint. Open the Orders dialog from MT. See if the SL and TP fields are grey.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Mon, 14 Dec 2009 02:23:58 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/3812/#p3812</guid>
		</item>
		<item>
			<title><![CDATA[Operation error]]></title>
			<link>https://forexsb.com/forum/post/3810/#p3810</link>
			<description><![CDATA[<p>Hello,</p><p>I would say I am in the final step to make the FST work but it not.</p><p>The synchronization of the MT4 and FST is good while all communication seems to be working fine.</p><p>But the problem is when I manually or automatically for FST to let MT4 buy or sell any amount, any price, any stop loss or take profit, it will display: </p><p>MT4-FST Expert USDJPY,M15: Error in FST Request OrderSend: Invalid stops</p><p>What can that kind of proble be?</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (windforce)]]></author>
			<pubDate>Mon, 14 Dec 2009 02:08:48 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/3810/#p3810</guid>
		</item>
	</channel>
</rss>
