<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — Limit the number of open trades]]></title>
		<link>https://forexsb.com/forum/topic/3181/limit-the-number-of-open-trades/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/3181/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Limit the number of open trades.]]></description>
		<lastBuildDate>Tue, 10 Apr 2012 17:27:09 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Limit the number of open trades]]></title>
			<link>https://forexsb.com/forum/post/13807/#p13807</link>
			<description><![CDATA[<p>Thank you very much, I&#039;ve been testing and it works great. But I have a small problem, in the case of multiple daily with fractals strategy, how I can give priority to a currency pair over another?. By trying to make a logic input to a second pair to enter beginning at 00:01 hours, but does not work.</p><p>Thank you very much again.</p>]]></description>
			<author><![CDATA[null@example.com (corrochano2000)]]></author>
			<pubDate>Tue, 10 Apr 2012 17:27:09 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/13807/#p13807</guid>
		</item>
		<item>
			<title><![CDATA[Re: Limit the number of open trades]]></title>
			<link>https://forexsb.com/forum/post/13741/#p13741</link>
			<description><![CDATA[<p>This version of the expert has additional option: One_Position_Only.<br />Its default value is false and the expert works normally.<br />When you set One_Position_Only = true, the expert will cancel every entry order if there is already open position. Expert takes into account open positions even with other MagicNumber, ID or Symbol.</p><p><a href="http://postimage.org/image/5wiqvlo63/"><span class="postimg"><img src="http://s17.postimage.org/5wiqvlo63/4_9_2012_10_33_17_PM.jpg" alt="http://s17.postimage.org/5wiqvlo63/4_9_2012_10_33_17_PM.jpg" /></span></a></p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Mon, 09 Apr 2012 19:34:08 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/13741/#p13741</guid>
		</item>
		<item>
			<title><![CDATA[Re: Limit the number of open trades]]></title>
			<link>https://forexsb.com/forum/post/13739/#p13739</link>
			<description><![CDATA[<p>Sorry, but when compiling I get error messages. Could you please put the mq4 file?</p><p>Many thanks for your help.</p>]]></description>
			<author><![CDATA[null@example.com (corrochano2000)]]></author>
			<pubDate>Mon, 09 Apr 2012 16:09:18 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/13739/#p13739</guid>
		</item>
		<item>
			<title><![CDATA[Re: Limit the number of open trades]]></title>
			<link>https://forexsb.com/forum/post/13705/#p13705</link>
			<description><![CDATA[<p>Find <strong>OpenNewPosition</strong> function in the expert. It&#039;s on line 720 of Expert v1.10<br />Put this code in the beginning of OpenNewPosition.<br /></p><div class="codebox"><pre><code>for (int i = 0; i &lt; OrdersTotal(); i++)
{
    OrderSelect(i, SELECT_BY_POS, MODE_TRADES);
    if (OrderType() == OP_BUY || OrderType() == OP_SELL)
    {
        LastError = 0;
        return (0);
    }
}</code></pre></div><p><span style="color:red">This code is not tested!!!</span></p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Sun, 08 Apr 2012 16:29:41 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/13705/#p13705</guid>
		</item>
		<item>
			<title><![CDATA[Re: Limit the number of open trades]]></title>
			<link>https://forexsb.com/forum/post/13700/#p13700</link>
			<description><![CDATA[<p>Sorry but I think I explained well. I put several different strategies in different pairs and I will have no operations until they have closed all operations of all strategies. Is this possible?</p>]]></description>
			<author><![CDATA[null@example.com (corrochano2000)]]></author>
			<pubDate>Sun, 08 Apr 2012 11:22:30 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/13700/#p13700</guid>
		</item>
		<item>
			<title><![CDATA[Re: Limit the number of open trades]]></title>
			<link>https://forexsb.com/forum/post/13677/#p13677</link>
			<description><![CDATA[<p>Use &quot;Enter Once&quot; indicator.</p>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Fri, 06 Apr 2012 21:10:16 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/13677/#p13677</guid>
		</item>
		<item>
			<title><![CDATA[Limit the number of open trades]]></title>
			<link>https://forexsb.com/forum/post/13676/#p13676</link>
			<description><![CDATA[<p>Hi all, I plan to install several strategies based on fractals daily for several currency pairs, the problem is that in the case of opening different operations on the same day, could result in a margin call.</p><p>My question is, could someone please tell me how I could avoid opening two operations in one day?</p><p>I hope your responses, greetings and thank you very much.</p>]]></description>
			<author><![CDATA[null@example.com (corrochano2000)]]></author>
			<pubDate>Fri, 06 Apr 2012 20:48:21 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/13676/#p13676</guid>
		</item>
	</channel>
</rss>
