How can I add more events sounds??

 

Hello everybody, I was wondering if I can add more events sounds in the Tools > Options > Events tab like: Open or Close orders, Market order, Pending order, Stop loss, Take profit, Margin call, ... and so on.

 If this is possible then how can I do it.

Thanks a lot 

Documentation on MQL5: Standard Constants, Enumerations and Structures / Trade Constants / Order Properties
  • www.mql5.com
Standard Constants, Enumerations and Structures / Trade Constants / Order Properties - Documentation on MQL5
 
Aladdin82:

Hello everybody, I was wondering if I can add more events sounds in the Tools > Options > Events tab like: Open or Close orders, Market order, Pending order, Stop loss, Take profit, Margin call, ... and so on.

 If this is possible then how can I do it.

Thanks a lot 

Triple click the action value, for example triple click "connect.wav" > select "choose other" > and please read this select "any files".
 
onewithzachy:
Triple click the action value, for example triple click "connect.wav" > select "choose other" > and please read this select "any files".

Thank you for reply, but I didn't mean that.

 What I want to do is to add more events to the events list. Those will be like: Open order, Close order, Market order, Pending order, Stop loss, Take profit, Margin call. It will be useful to add those events and play sounds accordingly.

 Thanks a lot. 

Documentation on MQL5: Standard Constants, Enumerations and Structures / Trade Constants / Order Properties
  • www.mql5.com
Standard Constants, Enumerations and Structures / Trade Constants / Order Properties - Documentation on MQL5
 
Aladdin82:

Thank you for reply, but I didn't mean that.

 What I want to do is to add more events to the events list. Those will be like: Open order, Close order, Market order, Pending order, Stop loss, Take profit, Margin call. It will be useful to add those events and play sounds accordingly.

 Thanks a lot. 

Oh - LOL @ me - I didn't correctly read your thread.

You can't coz it fixed and there is no "add" button. You have to create Indicator and PlaySound() accordingly https://www.mql5.com/en/docs/common/playsound.

Sorry. 

:D 

Documentation on MQL5: Common Functions / PlaySound
  • www.mql5.com
Common Functions / PlaySound - Documentation on MQL5
 
onewithzachy:

Oh - LOL @ me - I didn't correctly read your thread.

You can't coz it fixed and there is no "add" button. You have to create Indicator and PlaySound() accordingly https://www.mql5.com/en/docs/common/playsound.

Sorry. 

:D 

Ok, thank you. But how can I make this script correlated to the Stop Loss, Take Profit, and all different kinds of orders.
 
Aladdin82:
Ok, thank you. But how can I make this script correlated to the Stop Loss, Take Profit, and all different kinds of orders.
It's called trade function  https://www.mql5.com/en/docs/trading. Better start rading all or just from history select  https://www.mql5.com/en/docs/trading/historyselect
Documentation on MQL5: Trade Functions
  • www.mql5.com
Trade Functions - Documentation on MQL5
 
onewithzachy:
It's called trade function  https://www.mql5.com/en/docs/trading. Better start rading all or just from history select  https://www.mql5.com/en/docs/trading/historyselect
O.K., thank you. I'll go through it.
Reason: