<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — I want to playsounds on EA trader!]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/6289/" />
	<updated>2016-09-08T09:20:48Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/6289/i-want-to-playsounds-on-ea-trader/</id>
		<entry>
			<title type="html"><![CDATA[Re: I want to playsounds on EA trader!]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/38531/#p38531" />
			<content type="html"><![CDATA[<p>There is no ready to use option for setting Buy and Sell sounds in the MetaTrader&nbsp; setting. However they provide a function for playing sounds from expert advsiors.</p><br /><div class="codebox"><pre><code>bool  PlaySound( 
   string  filename      // file name 
   );</code></pre></div><br /><p>You have to put your buy and sell sound files under the MQL4/Files folder. The files must be WAV format.</p><p>Call these files from your expert like that:</p><div class="codebox"><pre><code>PlaySound(&quot;buy.wav&quot;);

PlaySound(&quot;sell.wav&quot;);</code></pre></div><p>The full documentation is here: <a href="https://www.mql5.com/en/docs/common/playsound">https://www.mql5.com/en/docs/common/playsound</a></p><p>You have to modify your exported experts.</p><p>Search the &quot;OrderSend&quot; function in the expert and put the code like that:</p><p><span class="postimg"><img src="http://s10.postimg.org/bukfergll/screenshot_2016_09_08_at_12_20_25.png" alt="http://s10.postimg.org/bukfergll/screenshot_2016_09_08_at_12_20_25.png" /></span></p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2016-09-08T09:20:48Z</updated>
			<id>https://forexsb.com/forum/post/38531/#p38531</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: I want to playsounds on EA trader!]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/38530/#p38530" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>fx.999 wrote:</cite><blockquote><p>yes, I want sounds when an Expert Advisor in MetaTrader trades at buy or sell?</p></blockquote></div><p>If you can not find it here, you can find it as an external EA.<br />There are many Ea who perform this type of operation with related notifications, email, etc.</p><p>https://www.google.it/webhp?sourceid=chrome-instant&amp;ion=1&amp;espv=2&amp;ie=UTF-8#q=EA+allert+open+order+mt4</p>]]></content>
			<author>
				<name><![CDATA[Freesby]]></name>
				<uri>https://forexsb.com/forum/user/9135/</uri>
			</author>
			<updated>2016-09-08T09:07:11Z</updated>
			<id>https://forexsb.com/forum/post/38530/#p38530</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: I want to playsounds on EA trader!]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/38524/#p38524" />
			<content type="html"><![CDATA[<p>yes, I want sounds when an Expert Advisor in MetaTrader trades at buy or sell?</p>]]></content>
			<author>
				<name><![CDATA[fx.999]]></name>
				<uri>https://forexsb.com/forum/user/9343/</uri>
			</author>
			<updated>2016-09-08T07:30:33Z</updated>
			<id>https://forexsb.com/forum/post/38524/#p38524</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: I want to playsounds on EA trader!]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/38523/#p38523" />
			<content type="html"><![CDATA[<p>What is &quot;EA Trader&quot;?<br />Do you mean you want sounds when an Expert Advisor in MetaTrader trades?</p>]]></content>
			<author>
				<name><![CDATA[Popov]]></name>
				<uri>https://forexsb.com/forum/user/2/</uri>
			</author>
			<updated>2016-09-08T06:54:20Z</updated>
			<id>https://forexsb.com/forum/post/38523/#p38523</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[I want to playsounds on EA trader!]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/38521/#p38521" />
			<content type="html"><![CDATA[<p>I want to playsounds on EA trader(buy and sell play different sound)! But I don&#039;t know where and how to do it ,Can you help me ?</p>]]></content>
			<author>
				<name><![CDATA[fx.999]]></name>
				<uri>https://forexsb.com/forum/user/9343/</uri>
			</author>
			<updated>2016-09-08T03:01:45Z</updated>
			<id>https://forexsb.com/forum/post/38521/#p38521</id>
		</entry>
</feed>
