تحرير تعليقك
Sound notification
عضو منذ Sep 10, 2009
146 المشاركات
Jul 30, 2015 at 09:20
عضو منذ Sep 10, 2009
146 المشاركات
Hi guys, would it be possible to make MT4 play sound when button "Auto trading" is pressed?
forex_trader_25447
عضو منذ Dec 21, 2010
127 المشاركات
Jul 30, 2015 at 12:11
(تم التعديل Jul 30, 2015 at 12:12)
عضو منذ Dec 21, 2010
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 ?
عضو منذ Sep 10, 2009
146 المشاركات
Jul 30, 2015 at 14:07
عضو منذ Sep 10, 2009
146 المشاركات
Thank you Ivan. My friend is old, and smiling icon in right top corner is very small for him, so he never knows if EA runs or not :) The idea was to play a sound when EAs are enabled and different sound when EAs are disabled.
forex_trader_25447
عضو منذ Dec 21, 2010
127 المشاركات
Jul 30, 2015 at 16:05
عضو منذ Dec 21, 2010
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.
forex_trader_266654
عضو منذ Aug 04, 2015
1 المشاركات
Aug 06, 2015 at 06:26
عضو منذ Aug 04, 2015
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.

*لن يتم التسامح مع الاستخدام التجاري والبريد العشوائي، وقد يؤدي ذلك إلى إنهاء الحساب.
نصيحة: نشر رابط صورة أو فيديو من YouTube سيضمّنها تلقائيًا في مشاركتك!
نصيحة: اكتب العلامة @ للإكمال التلقائي لاسم المستخدم المشارك في هذه المناقشة.