<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — Reverse buy and sell]]></title>
		<link>https://forexsb.com/forum/topic/5483/reverse-buy-and-sell/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/5483/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Reverse buy and sell.]]></description>
		<lastBuildDate>Fri, 24 Jul 2015 03:17:46 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Reverse buy and sell]]></title>
			<link>https://forexsb.com/forum/post/30879/#p30879</link>
			<description><![CDATA[<p>Thank you Footon and Popov</p>]]></description>
			<author><![CDATA[null@example.com (muplayer2000)]]></author>
			<pubDate>Fri, 24 Jul 2015 03:17:46 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/30879/#p30879</guid>
		</item>
		<item>
			<title><![CDATA[Re: Reverse buy and sell]]></title>
			<link>https://forexsb.com/forum/post/30843/#p30843</link>
			<description><![CDATA[<p>In most cases reversing the logic means reversing the signal, I assume it is not hard for you to mark one bar and check it in both logic cases, whether it works for your strat or not, should take less than 30 seconds...</p><div class="quotebox"><cite>muplayer2000 wrote:</cite><blockquote><p>My intention is not a reverse strategy, but using a combination of hedging and cross multi-currency basket, i am using the ea signals excuted order reverse buy and sell for another purpose in correlation with another EA.</p><p>I do not want to reverse the logic, just the orders Buy/Sell while keep the same entry signal . The reverse orders B &gt;S are using more like indicators i just need them represented .</p><div class="quotebox"><cite>footon wrote:</cite><blockquote><p>Reverse the logic (losing strategies will still lose).</p></blockquote></div></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Wed, 22 Jul 2015 08:52:22 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/30843/#p30843</guid>
		</item>
		<item>
			<title><![CDATA[Re: Reverse buy and sell]]></title>
			<link>https://forexsb.com/forum/post/30839/#p30839</link>
			<description><![CDATA[<p>If an expert executes a short entry instead of a long entry, its logic will fall apart. </p><p>You can test it but we do not guarantee any results you may expect.</p><br /><br /><p>For MetaTrader 4</p><p>Search for <strong>bool ActionTrade4::SendOrder</strong><br />Add 2 lines below it just after the first opening curly bracket:<br /></p><div class="codebox"><pre><code>   type=(type==OP_BUY)?OP_SELL:OP_BUY;</code></pre></div><br /><br /><p>For MetaTrader 5</p><p>Search for <strong>request.type</strong><br />Change the found line from:<br /></p><div class="codebox"><pre><code>         request.type         = (type==OP_BUY)?ORDER_TYPE_BUY:ORDER_TYPE_SELL;</code></pre></div><p>To<br /></p><div class="codebox"><pre><code>         request.type         = (type==OP_BUY)?ORDER_TYPE_SELL:ORDER_TYPE_BUY;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Wed, 22 Jul 2015 03:57:12 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/30839/#p30839</guid>
		</item>
		<item>
			<title><![CDATA[Re: Reverse buy and sell]]></title>
			<link>https://forexsb.com/forum/post/30836/#p30836</link>
			<description><![CDATA[<p>My intention is not a reverse strategy, but using a combination of hedging and cross multi-currency basket, i am using the ea signals excuted order reverse buy and sell for another purpose in correlation with another EA.</p><p>I do not want to reverse the logic, just the orders Buy/Sell while keep the same entry signal . The reverse orders B &gt;S are using more like indicators i just need them represented .</p><div class="quotebox"><cite>footon wrote:</cite><blockquote><p>Reverse the logic (losing strategies will still lose).</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (muplayer2000)]]></author>
			<pubDate>Tue, 21 Jul 2015 22:48:01 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/30836/#p30836</guid>
		</item>
		<item>
			<title><![CDATA[Re: Reverse buy and sell]]></title>
			<link>https://forexsb.com/forum/post/30835/#p30835</link>
			<description><![CDATA[<p>Reverse the logic (losing strategies will still lose).</p>]]></description>
			<author><![CDATA[null@example.com (footon)]]></author>
			<pubDate>Tue, 21 Jul 2015 22:33:05 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/30835/#p30835</guid>
		</item>
		<item>
			<title><![CDATA[Reverse buy and sell]]></title>
			<link>https://forexsb.com/forum/post/30834/#p30834</link>
			<description><![CDATA[<p>Where in the the generated EA code line , when a signal is generated to execute an order can i change from a buy to a sell and a sell to a buy?</p><p>That way&nbsp; buys become sells, and sells becomes buys.</p>]]></description>
			<author><![CDATA[null@example.com (muplayer2000)]]></author>
			<pubDate>Tue, 21 Jul 2015 21:56:26 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/30834/#p30834</guid>
		</item>
	</channel>
</rss>
