MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Automated Trading and Strategy Testing Forum

Screenshot
USDJPY, D1
Demo
3LineBreak Indicator
3LineBreak
Author: GODZILLA
Subscribe to signal
Nostradamus Longterm
22.61%, 121 451.89 USD
Forex VPS by Fozzy Inc. Forex VPS by Fozzy Inc. ADX Wilder Color BarsADX Wilder Color Bars Try product
ADX Wilder Color Bars
Author: xhxiang

// How can I add more events sounds??

To add comments, please log in or register

Aladdin82
21
Aladdin82 2012.06.20 18:59

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 

Orders, Positions and Deals in MetaTrader 5
Creating a robust trading robot cannot be done without an understanding of the mechanisms of the MetaTrader 5 trading system. The client terminal receives the information about the positions, orders, and deals from the trading server. To handle this data properly using the MQL5, it's necessary to have a good understanding of the interaction between the MQL5-program and the client terminal.
onewithzachy
954
onewithzachy 2012.06.21 03:07
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".
Aladdin82
21
Aladdin82 2012.06.21 03:39
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. 

onewithzachy
954
onewithzachy 2012.06.21 03:44
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 http://www.mql5.com/en/docs/common/playsound.

Sorry. 

:D 

Aladdin82
21
Aladdin82 2012.06.21 06:24
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 http://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.
onewithzachy
954
onewithzachy 2012.06.21 06:36
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  http://www.mql5.com/en/docs/trading. Better start rading all or just from history select  http://www.mql5.com/en/docs/trading/historyselect
Aladdin82
21
Aladdin82 2012.06.21 16:44
onewithzachy:
It's called trade function  http://www.mql5.com/en/docs/trading. Better start rading all or just from history select  http://www.mql5.com/en/docs/trading/historyselect
O.K., thank you. I'll go through it.
/

To add comments, please log in or register