there are 3 alert functions in the mql 4 in addition to Alert: PlaySound, SpeechText and SendMail (if You setup right mail to sms-gate then You can receive sms to your mobile phone)
Terrific! I can't wait.
I'm wondering if there is some round-a-bout way to sound an alert in MQL2?
I'm wondering if there is some round-a-bout way to sound an alert in MQL2?
mql 2 not developed anymore
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
MQL 4 needs to have have an audible alert function implemented by one of the following ways:
1- a new parameter within the existing alert function, to sound an audible alert, that is a .wav file.
2- a new and separate function for this purpose, that accesses a .wav file.
I realize you might already have an API function that will sound an alert; however, for a function as necessary and usable as an *audible* alert, you really need to make the function easy and convenient to access, rather than having to resort to an API call.