<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Reverse buy and sell]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/5483/" />
	<updated>2015-07-24T03:17:46Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/5483/reverse-buy-and-sell/</id>
		<entry>
			<title type="html"><![CDATA[Re: Reverse buy and sell]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/30879/#p30879" />
			<content type="html"><![CDATA[<p>Thank you Footon and Popov</p>]]></content>
			<author>
				<name><![CDATA[muplayer2000]]></name>
				<uri>https://forexsb.com/forum/user/8493/</uri>
			</author>
			<updated>2015-07-24T03:17:46Z</updated>
			<id>https://forexsb.com/forum/post/30879/#p30879</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Reverse buy and sell]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/30843/#p30843" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2015-07-22T08:52:22Z</updated>
			<id>https://forexsb.com/forum/post/30843/#p30843</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Reverse buy and sell]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/30839/#p30839" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2015-07-22T03:57:12Z</updated>
			<id>https://forexsb.com/forum/post/30839/#p30839</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Reverse buy and sell]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/30836/#p30836" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[muplayer2000]]></name>
				<uri>https://forexsb.com/forum/user/8493/</uri>
			</author>
			<updated>2015-07-21T22:48:01Z</updated>
			<id>https://forexsb.com/forum/post/30836/#p30836</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Reverse buy and sell]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/30835/#p30835" />
			<content type="html"><![CDATA[<p>Reverse the logic (losing strategies will still lose).</p>]]></content>
			<author>
				<name><![CDATA[footon]]></name>
				<uri>https://forexsb.com/forum/user/1242/</uri>
			</author>
			<updated>2015-07-21T22:33:05Z</updated>
			<id>https://forexsb.com/forum/post/30835/#p30835</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Reverse buy and sell]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/30834/#p30834" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[muplayer2000]]></name>
				<uri>https://forexsb.com/forum/user/8493/</uri>
			</author>
			<updated>2015-07-21T21:56:26Z</updated>
			<id>https://forexsb.com/forum/post/30834/#p30834</id>
		</entry>
</feed>
