<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Forex Software — MQL5 Last Deal Price]]></title>
		<link>https://forexsb.com/forum/topic/7191/mql5-last-deal-price/</link>
		<atom:link href="https://forexsb.com/forum/feed/rss/topic/7191/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in MQL5 Last Deal Price.]]></description>
		<lastBuildDate>Tue, 23 Jan 2018 07:02:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: MQL5 Last Deal Price]]></title>
			<link>https://forexsb.com/forum/post/48917/#p48917</link>
			<description><![CDATA[<p>You can use the following code to print the current position:</p><div class="codebox"><pre><code>  if ( PositionSelect(_Symbol) ) {
      datetime time   = (datetime)PositionGetInteger(POSITION_TIME);
      double   price  = PositionGetDouble(POSITION_PRICE_OPEN);
      double   amount = PositionGetDouble(POSITION_VOLUME);
     
      Print(&quot;Time:&quot;, TimeToString(time), &quot;, Price: &quot;, DoubleToString(price),&quot;, Volume: &quot;, DoubleToString(amount));  
  }</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Popov)]]></author>
			<pubDate>Tue, 23 Jan 2018 07:02:42 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/48917/#p48917</guid>
		</item>
		<item>
			<title><![CDATA[MQL5 Last Deal Price]]></title>
			<link>https://forexsb.com/forum/post/48913/#p48913</link>
			<description><![CDATA[<p>Hello sir,</p><p>i wants to know that how can i get {last deal price} and {last deal volume} of&nbsp; particular symbol without using loop in MQL5</p><p>thanks in advance<br />Regards<br />Shailesh</p>]]></description>
			<author><![CDATA[null@example.com (sbdavra)]]></author>
			<pubDate>Tue, 23 Jan 2018 05:01:17 +0000</pubDate>
			<guid>https://forexsb.com/forum/post/48913/#p48913</guid>
		</item>
	</channel>
</rss>
