Go Back   Forex Forum > Main Discussion > Newbie Island
Register FAQ Members List Calendar Chat Room Search Today's Posts Mark Forums Read
Newbie Island This forum is for Forex beginners. If you are new to the Forex and have a question, this is the best place to ask it.

Welcome to the BabyPips.com forum!

You are currently viewing our boards as a guest which allows you to view the discussions, but prevents you from contributing. By joining our FREE community you will be able to do all of the following:

  • Post topics & responses to other discussions
  • Communicate privately with other members (PM)
  • Respond to polls
  • Upload content
  • Post comments on our blogs
  • Contribute on our Forexpedia

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.



Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-09-2007, 11:26 AM
ahefner33 ahefner33 is offline
Senior Member
 

Join Date: Dec 2006
Location: Charlotte, NC
Posts: 178
ahefner33 is still new to the BabyPips.com Forum
Send a message via AIM to ahefner33 Send a message via Yahoo to ahefner33 Send a message via Skype™ to ahefner33
Default Setting alerts on Metatrader?!?

Hello all!

I have a question about setting alerts on Metatrader. Is there anyway to set an alert, such as send you a email or some sort of notification, when you have a cross in one of your indicators. ( EMA's) I heard someone speak of this somewhere else that they had this setup but I do not believe they were using Metatrader. Thanks in advance.

ahefner33
Reply With Quote
  #2 (permalink)  
Old 01-09-2007, 11:55 AM
topgun's Avatar
topgun topgun is offline
Master Contributor and Member
 

Join Date: Dec 2006
Location: Norristown, PA
Posts: 455
topgun has the highest possible recognition for being one of the most helpful and knowledgeable members on this forumtopgun has the highest possible recognition for being one of the most helpful and knowledgeable members on this forumtopgun has the highest possible recognition for being one of the most helpful and knowledgeable members on this forumtopgun has the highest possible recognition for being one of the most helpful and knowledgeable members on this forum
Default

I'm trying to figure out how to do that myself . Most of the good trades I see occur between 12am - 4am (Eastern) and I can't sit in front of my machine waiting for that to happen. I will if I have too so how does everyone else do it, sleep all day and stay up all night.

Topgun


Quote:
Originally Posted by ahefner33 View Post
Hello all!

I have a question about setting alerts on Metatrader. Is there anyway to set an alert, such as send you a email or some sort of notification, when you have a cross in one of your indicators. ( EMA's) I heard someone speak of this somewhere else that they had this setup but I do not believe they were using Metatrader. Thanks in advance.

ahefner33
Reply With Quote
  #3 (permalink)  
Old 01-09-2007, 11:59 AM
ramrocket's Avatar
ramrocket ramrocket is offline
Senior Member
 

Join Date: Dec 2006
Location: Colorado, USA
Posts: 142
ramrocket is a veteran on the BabyPips.com Forums and is a great contributorramrocket is a veteran on the BabyPips.com Forums and is a great contributorramrocket is a veteran on the BabyPips.com Forums and is a great contributor
Default

Quote:
Originally Posted by ahefner33 View Post
Is there anyway to set an alert, such as send you a email or some sort of notification, when you have a cross in one of your indicators. ( EMA's) ahefner33
Usually indicators are pre fabricated code in your broker's trading platform. This code cannot be modified to trigger custom alerts like sending email, text'ing cell phone, etc. The way to do this is to code a Trading System that encapsulates the indicators e.g. EMAs and the logic to trigger your custom alert e.g. crossing of EMAs, etc. I use alert in my system via Trading System.

With MetaTrader I cannot help you. With VTTrader I can help you.
Reply With Quote
  #4 (permalink)  
Old 01-09-2007, 12:01 PM
topgun's Avatar
topgun topgun is offline
Master Contributor and Member
 

Join Date: Dec 2006
Location: Norristown, PA
Posts: 455
topgun has the highest possible recognition for being one of the most helpful and knowledgeable members on this forumtopgun has the highest possible recognition for being one of the most helpful and knowledgeable members on this forumtopgun has the highest possible recognition for being one of the most helpful and knowledgeable members on this forumtopgun has the highest possible recognition for being one of the most helpful and knowledgeable members on this forum
Default

I think I figured it out. If you go into the terminal window (View terminal or CTRL-T), then you can create customizeable alerts to email you. Of course send an email to your cell phone number would be my best bet. I'll have to keep messing with it. It looks like you can only send an alert when the price hits a certain level which is useless unless you plan on placing a market order at a fixed price which is what a limit order is for. There is probably a way to code it into an expert advisor to send an alert when MA's cross, RSI is a a certain level, etc.. but you would have to know your programming. I will let you know if I figure it out but maybe somebody else knows.
Attached Images
File Type: bmp alert.bmp (480.2 KB, 126 views)

Last edited by topgun : 01-09-2007 at 12:24 PM.
Reply With Quote
  #5 (permalink)  
Old 01-09-2007, 07:18 PM
ahefner33 ahefner33 is offline
Senior Member
 

Join Date: Dec 2006
Location: Charlotte, NC
Posts: 178
ahefner33 is still new to the BabyPips.com Forum
Send a message via AIM to ahefner33 Send a message via Yahoo to ahefner33 Send a message via Skype™ to ahefner33
Default

Quote:
Originally Posted by ramrocket View Post
Usually indicators are pre fabricated code in your broker's trading platform. This code cannot be modified to trigger custom alerts like sending email, text'ing cell phone, etc. The way to do this is to code a Trading System that encapsulates the indicators e.g. EMAs and the logic to trigger your custom alert e.g. crossing of EMAs, etc. I use alert in my system via Trading System.

With MetaTrader I cannot help you. With VTTrader I can help you.
Thanks for clarifying that. I have not used VTTrader and I am still still learning all the aspects too MT, so Im going to try to stick with that. Thanks for your help though!
Reply With Quote
  #6 (permalink)  
Old 01-09-2007, 07:21 PM
ahefner33 ahefner33 is offline
Senior Member
 

Join Date: Dec 2006
Location: Charlotte, NC
Posts: 178
ahefner33 is still new to the BabyPips.com Forum
Send a message via AIM to ahefner33 Send a message via Yahoo to ahefner33 Send a message via Skype™ to ahefner33
Default

Quote:
Originally Posted by topgun_68 View Post
I think I figured it out. If you go into the terminal window (View terminal or CTRL-T), then you can create customizeable alerts to email you. Of course send an email to your cell phone number would be my best bet. I'll have to keep messing with it. It looks like you can only send an alert when the price hits a certain level which is useless unless you plan on placing a market order at a fixed price which is what a limit order is for. There is probably a way to code it into an expert advisor to send an alert when MA's cross, RSI is a a certain level, etc.. but you would have to know your programming. I will let you know if I figure it out but maybe somebody else knows.
Thanks. When I get some free time, I will mess around with it a little bit to see if I can figure something out. Programming isn't really my forte but I would love to be able to have this feature. Thanks again and keep me updated if you find something!

ahefner33
Reply With Quote
  #7 (permalink)  
Old 01-19-2007, 02:13 PM
ahefner33 ahefner33 is offline
Senior Member
 

Join Date: Dec 2006
Location: Charlotte, NC
Posts: 178
ahefner33 is still new to the BabyPips.com Forum
Send a message via AIM to ahefner33 Send a message via Yahoo to ahefner33 Send a message via Skype™ to ahefner33
Default

I have a question about some technical issues on MT4. Is there anyway you can set a timer on the charts that will show you the time left on each candlestick for that periodicity? Thanks!

ahefner33
Reply With Quote
  #8 (permalink)  
Old 01-19-2007, 03:08 PM
topgun's Avatar
topgun topgun is offline
Master Contributor and Member
 

Join Date: Dec 2006
Location: Norristown, PA
Posts: 455
topgun has the highest possible recognition for being one of the most helpful and knowledgeable members on this forumtopgun has the highest possible recognition for being one of the most helpful and knowledgeable members on this forumtopgun has the highest possible recognition for being one of the most helpful and knowledgeable members on this forumtopgun has the highest possible recognition for being one of the most helpful and knowledgeable members on this forum
Default

I'm not quite sure what your asking. If your on a 1 minute chart then each candlestick will end in 1 min intervals. The same for 5min, 15min, 30min, etc...

Quote:
Originally Posted by ahefner33 View Post
I have a question about some technical issues on MT4. Is there anyway you can set a timer on the charts that will show you the time left on each candlestick for that periodicity? Thanks!

ahefner33
Reply With Quote
  #9 (permalink)  
Old 01-19-2007, 06:56 PM
ahefner33 ahefner33 is offline
Senior Member
 

Join Date: Dec 2006
Location: Charlotte, NC
Posts: 178
ahefner33 is still new to the BabyPips.com Forum
Send a message via AIM to ahefner33 Send a message via Yahoo to ahefner33 Send a message via Skype™ to ahefner33
Default

Quote:
Originally Posted by topgun_68 View Post
I'm not quite sure what your asking. If your on a 1 minute chart then each candlestick will end in 1 min intervals. The same for 5min, 15min, 30min, etc...
Sorry for not being more informative on my question. In the OHLC, there is a countdown of time left until the close of that candle.(Up in the upper left hand corner.) Here is a example of what I am talking about from one of Elangs charts.

http://www.babypips.com/forums/attac...tem-gbpusd.gif
Reply With Quote
  #10 (permalink)  
Old 01-20-2007, 07:38 PM
ahefner33 ahefner33 is offline
Senior Member
 

Join Date: Dec 2006
Location: Charlotte, NC
Posts: 178
ahefner33 is still new to the BabyPips.com Forum
Send a message via AIM to ahefner33 Send a message via Yahoo to ahefner33 Send a message via Skype™ to ahefner33
Default

Quote:
Originally Posted by stockwet View Post
Here's a link to a MetaTrader expert that does what you are wondering. When the EMA's cross an email gets sent out. Sorry, I have to link to it since I can't upload MQ4 files here - Forex Clarity

Also, here's a tutorial on how to configure email or text messages in metatrader: email2.

And, since you're pretty new to MetaTrader, here's a tutorial on working with expert files, such as the one I'm posting here - Experts.com - The Premiere Online Experts Directory.

Regards,

stockwet
Thanks. Thats what I was looking for. Reps to you!
Reply With Quote
Reply

Forex Forum > Main Discussion > Newbie Island




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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 06:39 AM.
Search Engine Optimization by vBSEO 3.0.0
"Go confidently in the direction of your dreams. Live the life you have imagined."
Henry David Thoreau