Forex
Google
New signals service!

Go Back   Forex Trading > Discussion Areas > Metatrader 4


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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-15-2006, 03:40 PM
Junior Member
 
Join Date: Nov 2006
Posts: 6
shorttermtrader is on a distinguished road
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
Attached Files
File Type: mq4 Pluto v1.mq4 (15.5 KB, 25 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 11-15-2006, 04:41 PM
Kalenzo's Avatar
Senior Member
 
Join Date: Dec 2005
Location: Bydgoszcz - Poland
Posts: 696
Kalenzo is on a distinguished road
This should work!
Attached Files
File Type: mq4 Pluto v1a.mq4 (11.8 KB, 17 views)
__________________
You need proffesional mql coder? Contact me! I will help you!
........................................
http://www.fxservice.eu/
........................................
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 11-15-2006, 05:08 PM
Junior Member
 
Join Date: Nov 2006
Posts: 6
shorttermtrader is on a distinguished road
Thanks can I change the alert sound? And how would I do it?? Also PM me your email and I will give you the strategy if you want it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 11-15-2006, 05:12 PM
Kalenzo's Avatar
Senior Member
 
Join Date: Dec 2005
Location: Bydgoszcz - Poland
Posts: 696
Kalenzo is on a distinguished road
Quote:
Originally Posted by shorttermtrader
Thanks can I change the alert sound? And how would I do it?? Also PM me your email and I will give you the strategy if you want it.
Sure u can, use PlaySound("alert.wav") instead of Alert("CUSTOM MESSAGE");
__________________
You need proffesional mql coder? Contact me! I will help you!
........................................
http://www.fxservice.eu/
........................................
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 11-15-2006, 08:26 PM
Junior Member
 
Join Date: Nov 2006
Posts: 6
shorttermtrader is on a distinguished road
Quote:
Originally Posted by Kalenzo
Sure u can, use PlaySound("alert.wav") instead of Alert("CUSTOM MESSAGE");
Sorry but I do not know how to code so these are the only alerts that were brought up when I used the "Find":

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;
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 11-15-2006, 08:44 PM
Kalenzo's Avatar
Senior Member
 
Join Date: Dec 2005
Location: Bydgoszcz - Poland
Posts: 696
Kalenzo is on a distinguished road
Quote:
Originally Posted by shorttermtrader
Sorry but I do not know how to code so these are the only alerts that were brought up when I used the "Find":

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;
That is right , U should change Alert to Play sound
like that:

FROM =>
Code:
case OP_BUY:
        {  
			Alert("I want to open buy order");
        }
TO =>
Code:
case OP_BUY:
{  
	PlaySound("alert.wav");
}
BTW, I sent u PM, but U didn't sent me description of your strategy. U said u will do it, so I'm waiting.
__________________
You need proffesional mql coder? Contact me! I will help you!
........................................
http://www.fxservice.eu/
........................................
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 11-17-2006, 03:09 PM
Junior Member
 
Join Date: May 2006
Posts: 9
eatrader is on a distinguished road
I tried it and it did not work. Could ot be I set the starting time at 01 and ending at 23?? Please help I like this EA and the startegy has done well for me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

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


All times are GMT. The time now is 10:41 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.