<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Push notification]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/6462/" />
	<updated>2017-01-15T16:14:46Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/6462/push-notification/</id>
		<entry>
			<title type="html"><![CDATA[Re: Push notification]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/40931/#p40931" />
			<content type="html"><![CDATA[<p>This code is OK.</p><p>We don&#039;t have code in our experts that sends notification. You have to add such code manually as far as I know. If you have enabled general notifications for all transactions and you don&#039;t use the &quot;SendNotification&quot;, I don&#039;t know how you can stop them for a single expert.</p><p>Probably you can tray to ask in <a href="https://www.mql5.com/en/forum/mql4">https://www.mql5.com/en/forum/mql4</a> or in <a href="https://www.mql5.com/en/forum">https://www.mql5.com/en/forum</a> and to pray to receive a meaningful answer.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2017-01-15T16:14:46Z</updated>
			<id>https://forexsb.com/forum/post/40931/#p40931</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Push notification]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/40930/#p40930" />
			<content type="html"><![CDATA[<p>dear Popov,<br />thx for your reply<br />do you mean that i should erase all the below? or only from &quot;int ticket ......magic_number);&quot;</p><br /><div class="codebox"><pre><code>void OpenPosition(int command)
  {
   if(IsTradeContextFree())
     {
      double price=MarketInfo(_Symbol,command==OP_BUY ? MODE_ASK : MODE_BID);
      int ticket=OrderSend(_Symbol,command,Entry_Amount,price,10,0,0,orderComment,Magic_Number);
      if(ticket&gt;0)
         posExpiry=barTime+Expiry_Minutes*60;
     }
  }</code></pre></div>]]></content>
			<author>
				<name><![CDATA[alamehmazen123]]></name>
				<uri>https://forexsb.com/forum/user/9412/</uri>
			</author>
			<updated>2017-01-15T14:27:57Z</updated>
			<id>https://forexsb.com/forum/post/40930/#p40930</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Push notification]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/40923/#p40923" />
			<content type="html"><![CDATA[<p>You have probably use the &quot;SendNotification&quot; function in your expert: <a href="https://docs.mql4.com/common/sendnotification">https://docs.mql4.com/common/sendnotification</a></p><p>You can search you EA fro that function and comment it out.</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2017-01-15T09:24:38Z</updated>
			<id>https://forexsb.com/forum/post/40923/#p40923</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Push notification]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/40922/#p40922" />
			<content type="html"><![CDATA[<p>Hi everyone,<br />I am not an expert in metquotes and i appreciate your help<br />How can i make one of my ea not to push notification to my mobile (like making it mute) while the other Eas still send notifications for the same account?<br />Thank you all</p>]]></content>
			<author>
				<name><![CDATA[alamehmazen123]]></name>
				<uri>https://forexsb.com/forum/user/9412/</uri>
			</author>
			<updated>2017-01-15T09:10:01Z</updated>
			<id>https://forexsb.com/forum/post/40922/#p40922</id>
		</entry>
</feed>
