no one know what could be the problem and how to fix?
thanks again
hi,
thanks for replay.No, there is no error message in journal tab. Usually all souds from all other applications works fine.
Sorry i am not a programmer and cannot write s script to test as you have mentioned.
//+------------------------------------------------------------------+ //| SoundTest.mq4 | //| Copyright © 2008, MetaQuotes Software Corp. | //| http://www.metaquotes.net | //+------------------------------------------------------------------+ #property copyright "Copyright © 2008, MetaQuotes Software Corp." #property link "http://www.metaquotes.net" #property indicator_chart_window //+------------------------------------------------------------------+ //| Custom indicator initialization function | //+------------------------------------------------------------------+ int init() { //---- indicators //---- return(0); } //+------------------------------------------------------------------+ //| Custom indicator deinitialization function | //+------------------------------------------------------------------+ int deinit() { //---- //---- return(0); } //+------------------------------------------------------------------+ //| Custom indicator iteration function | //+------------------------------------------------------------------+ int start() { int counted_bars=IndicatorCounted(); //---- PlaySound("Alert.wav"); int error = GetLastError(); if(error != 0) Alert("Error Number " + error + " occurred"); //---- return(0); } /
Hi,
thanks a lot for this. I suppose i have to put this to save as: .mq4 file and the put into the /experts folder. Ok i made this but when i drag&drop on to a chart nothing happens. (also i see the EA, in folder on the left in MT, is no highlighted as you can see in attached screenshoot.)
thanks for any help you may give.
It is an Indicator, not an EA.
Put it in /experts/indicators
Open it in Metaeditor and compile it,or restart metatrader.
Drag it to the chart from Custom Indicators area of Navigator.
Hi,
i have installed metatrader on vista and also on XP machine.
I note that sound alerts, for indicators where they has popup alerts and sould alerts, doesn't work on XP machine whiel it works well on XP machine.
On Vista i see only the popup but no sould alert.
Is there any workaround to fix this?
PS: if i call the sould file manually it works fine
Thanks a lot for any help
I have Vista, and the Alert sounds work for me.
Nate
Hi,
i have installed metatrader on vista and also on XP machine.
I note that sound alerts, for indicators where they has popup alerts and sould alerts, doesn't work on XP machine whiel it works well on XP machine.
On Vista i see only the popup but no sould alert.
Is there any workaround to fix this?
PS: if i call the sould file manually it works fine
Thanks a lot for any help
Check and see if you have alerts turned on. At the top left go to Tools>Options>Events. Make sure that "Enable" is checked. Also, if there is an X over the alert bell double click and this will turn it on.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi,
i have installed metatrader on vista and also on XP machine.
I note that sound alerts, for indicators where they has popup alerts and sould alerts, doesn't work on XP machine whiel it works well on XP machine.
On Vista i see only the popup but no sould alert.
Is there any workaround to fix this?
PS: if i call the sould file manually it works fine
Thanks a lot for any help