Edit Your Comment
Sound notification

forex_trader_25447
Miembro desde Dec 21, 2010
posts 127
Jul 30, 2015 at 12:11
(editado Jul 30, 2015 at 12:12)
Miembro desde Dec 21, 2010
posts 127
Here is simple SCRIPT about that :
... but why do you need it ?
void OnStart()
{ bool OldAutoTrade=IsExpertEnabled();
while ( !IsStopped() )
{ if ( OldAutoTrade!=IsExpertEnabled() )
{ PlaySound("alert.wav"); OldAutoTrade=IsExpertEnabled(); }
Sleep(1000);
}
}
... but why do you need it ?

forex_trader_25447
Miembro desde Dec 21, 2010
posts 127
Jul 30, 2015 at 16:05
Miembro desde Dec 21, 2010
posts 127
That is a little different.
I make it to have 2 different sounds (using terminal's sound).
Also add input parameter how long script to work (default 5 min),
this will auto-unload script if it is NOT used for last 5 min.
If you want it non-stop, enter hi number , like 9999.
I make it to have 2 different sounds (using terminal's sound).
Also add input parameter how long script to work (default 5 min),
this will auto-unload script if it is NOT used for last 5 min.
If you want it non-stop, enter hi number , like 9999.
Aug 06, 2015 at 06:26
Miembro desde Aug 04, 2015
posts 1
I have 3 indicators that I would like to make a sound and or a display when a new bar appears when it changes from negative to positive or vice versa. (On the open of the new bar). 2 of them can be found on the MT4 indicator

list as PSAR & OsMA. The other indicator is the itmf-sigalert. I have numbered them 1, 2 & 3 on the picture.


list as PSAR & OsMA. The other indicator is the itmf-sigalert. I have numbered them 1, 2 & 3 on the picture.

F*** Baby Steps!! F*** the 1% Rule!!

*El uso comercial y el spam no serán tolerados y pueden resultar en el cierre de la cuenta.
Consejo: Al publicar una imagen o una URL de YouTube, ésta se integrará automáticamente en su mensaje!
Consejo: Escriba el signo @ para completar automáticamente un nombre de usuario que participa en esta discusión.