| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Help With Alert instead Of Live Trade
This EA was programmed for me to put in a trade when all conditions are met. But I would like it to give me an alert (sound or WAV) when all conditions are met Instead of putting in a live trade. I have other time frames I look at and want to confirm when the alert sounds then enter the trade manually. If you can program this I will give you my trading strategy that does very well.
Thank You |
|
||||
This should work!
__________________
You need proffesional mql coder? Contact me! I will help you! ........................................ http://www.fxservice.eu/ ........................................ |
|
||||
|
Quote:
__________________
You need proffesional mql coder? Contact me! I will help you! ........................................ http://www.fxservice.eu/ ........................................ |
|
|||
|
Quote:
case OP_BUY: { Alert("I want to open buy order"); } break; case OP_BUYLIMIT: { Alert("I want to open buy limit order"); } break; case OP_BUYSTOP: { Alert("I want to open buy stop order"); } break; case OP_SELL: { Alert("I want to open sell order"); } break; case OP_SELLLIMIT: { Alert("I want to open sell limit order"); } break; case OP_SELLSTOP: { Alert("I want to open sell stop order"); } break; |
|
||||
|
Quote:
like that: FROM => Code:
case OP_BUY:
{
Alert("I want to open buy order");
}
Code:
case OP_BUY:
{
PlaySound("alert.wav");
}
__________________
You need proffesional mql coder? Contact me! I will help you! ........................................ http://www.fxservice.eu/ ........................................ |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| EA live | teldon | General Discussion | 2 | 04-02-2007 06:06 PM |
| To trade or not to trade Indicators? | yaniv_av | Indicators - Metatrader 4 | 1 | 03-27-2007 01:01 PM |
| So I live in ... | Watchout5 | Metatrader brokers | 5 | 11-09-2006 11:44 PM |
| Does automatic trade really work on live accounts with all brokers? | AnasFX | General Discussion | 4 | 08-01-2006 03:38 PM |
| Trade alert script | hexadecimal | Tools and utilities | 6 | 04-28-2006 03:13 PM |