<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Quoting &#8211; A new activity in MT5</title>
	<atom:link href="http://mqlmagazine.com/trading-strategies/quoting-a-new-activity-in-mt5/feed/" rel="self" type="application/rss+xml" />
	<link>http://mqlmagazine.com/trading-strategies/quoting-a-new-activity-in-mt5/</link>
	<description>All things MetaTrader</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:37:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nicolas Vitale</title>
		<link>http://mqlmagazine.com/trading-strategies/quoting-a-new-activity-in-mt5/comment-page-1/#comment-39</link>
		<dc:creator>Nicolas Vitale</dc:creator>
		<pubDate>Thu, 28 Jan 2010 11:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://mqlmagazine.com/?p=12#comment-39</guid>
		<description>I totally agree with you with these precisions.</description>
		<content:encoded><![CDATA[<p>I totally agree with you with these precisions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bogdan Caramalac, MQLmagazine sr.editor</title>
		<link>http://mqlmagazine.com/trading-strategies/quoting-a-new-activity-in-mt5/comment-page-1/#comment-38</link>
		<dc:creator>Bogdan Caramalac, MQLmagazine sr.editor</dc:creator>
		<pubDate>Thu, 28 Jan 2010 11:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://mqlmagazine.com/?p=12#comment-38</guid>
		<description>Thanks, Nicolas!

Well, I think I viewed this thing in relationship to the slowness with MT4.
Let&#039;s consider a slow market, that has one new quote each second, and a fast market, that has 3 new quotes per second.
If I run my EA on the slow market, quoting the fast one, I have to update the quotes every time the slow market changes (that is, one time a second).
It means in this second there is a higher chance that one of the 3 new quotes on the fast market will be astray and fill my pending order. Given the latency of the slow market, I may have the chance to market a hedge order there until it has the chance to move. 

If I would do the reverse, I would run the EA on the fast market and quote the slow one. That would mean that I would update my pending orders 3 times a second; at this rate, the latency of placing orders would be higher than the fast market latency so I would skip quotes. Even if I&#039;d be filled, the chance to &lt;strong&gt;correctly&lt;/strong&gt; hedge quickly on the fast market would be diminished due to its low latency. 

I see a fast market like a car in the pole position in a race. The slow market is on the secondary position. Always, the average speed of the car on the first place is higher than the average speed of the car on the second place. I see the secondary market driven by arbitrageurs, that always will close the gaps between the slow market and the first market. That&#039;s why I don&#039;t quite the secondary market as moving astray from the first. And if it&#039;s only following the fast one it means that I should never quote the slow market. If I quote the slow market and get filled, most likely the fast market &lt;strong&gt;already moved&lt;/strong&gt; until I have the chance to hedge.

I&#039;m pretty sure that high frequency trading engines may play both games, but I have MetaTrader. I must play the game that I have more chance to win. If I quote the slow market and get a fill, most likely the fast market already closes the arb window before MT gets a chance to fill a market order. Add to this level I, and the system will lose pips in 90% of the situations, when taken arbitrage windows will be smaller than spreads and fees, because I most likely will not benefit of any rebates...</description>
		<content:encoded><![CDATA[<p>Thanks, Nicolas!</p>
<p>Well, I think I viewed this thing in relationship to the slowness with MT4.<br />
Let&#8217;s consider a slow market, that has one new quote each second, and a fast market, that has 3 new quotes per second.<br />
If I run my EA on the slow market, quoting the fast one, I have to update the quotes every time the slow market changes (that is, one time a second).<br />
It means in this second there is a higher chance that one of the 3 new quotes on the fast market will be astray and fill my pending order. Given the latency of the slow market, I may have the chance to market a hedge order there until it has the chance to move. </p>
<p>If I would do the reverse, I would run the EA on the fast market and quote the slow one. That would mean that I would update my pending orders 3 times a second; at this rate, the latency of placing orders would be higher than the fast market latency so I would skip quotes. Even if I&#8217;d be filled, the chance to <strong>correctly</strong> hedge quickly on the fast market would be diminished due to its low latency. </p>
<p>I see a fast market like a car in the pole position in a race. The slow market is on the secondary position. Always, the average speed of the car on the first place is higher than the average speed of the car on the second place. I see the secondary market driven by arbitrageurs, that always will close the gaps between the slow market and the first market. That&#8217;s why I don&#8217;t quite the secondary market as moving astray from the first. And if it&#8217;s only following the fast one it means that I should never quote the slow market. If I quote the slow market and get filled, most likely the fast market <strong>already moved</strong> until I have the chance to hedge.</p>
<p>I&#8217;m pretty sure that high frequency trading engines may play both games, but I have MetaTrader. I must play the game that I have more chance to win. If I quote the slow market and get a fill, most likely the fast market already closes the arb window before MT gets a chance to fill a market order. Add to this level I, and the system will lose pips in 90% of the situations, when taken arbitrage windows will be smaller than spreads and fees, because I most likely will not benefit of any rebates&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas Vitale</title>
		<link>http://mqlmagazine.com/trading-strategies/quoting-a-new-activity-in-mt5/comment-page-1/#comment-37</link>
		<dc:creator>Nicolas Vitale</dc:creator>
		<pubDate>Thu, 28 Jan 2010 10:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://mqlmagazine.com/?p=12#comment-37</guid>
		<description>First thank you for your great website.

I would like to comment one of the last sentence of this article :

&quot;And to have more often executions, is to “quote” the side that is more liquid, because it’s likely to be more volatile and generate more opportunities.&quot;


As far as I know, it seems to me that it is the less liquid market which will be the more volatile. It is one of the arguments used by high frequency traders. As liquidity provider, they expect rebates and are good for &quot;community&quot; because thanks to this liquidity market are less volatile.</description>
		<content:encoded><![CDATA[<p>First thank you for your great website.</p>
<p>I would like to comment one of the last sentence of this article :</p>
<p>&#8220;And to have more often executions, is to “quote” the side that is more liquid, because it’s likely to be more volatile and generate more opportunities.&#8221;</p>
<p>As far as I know, it seems to me that it is the less liquid market which will be the more volatile. It is one of the arguments used by high frequency traders. As liquidity provider, they expect rebates and are good for &#8220;community&#8221; because thanks to this liquidity market are less volatile.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

