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

I’m trying to figure out how to do that myself :slight_smile: . 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

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.

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.

alert.bmp (480 KB)

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!

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

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

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/attachments/free-forex-trading-systems/244d1169199452-some-my-thoughts-trading-system-gbpusd.gif

Thanks. Thats what I was looking for. Reps to you!:slight_smile:

Free bump since I’m sure others will find this useful as well. I just added the [B]Sendmail(“Text”);[/B] line to my custom indicators to get email sent to my phone like Big Pippin does :slight_smile:

Thanks for the links Stockwet!

I’m wondering if you know a way to send price/indicator alerts to email, cellphone, or pager using VT Trader.

Thanks in advance, John

There isn’t a way to do it in their current version. I read their forums over there on the VT platform and it is highly recomended but not implemented yet so that’s why I’m sticking with MT.

Topgun

Forum members,

Is there anyone that has a copy of this file for MetaTrader that allows you to set up the email alerts when the MAs cross? If so, can you please email it to me. I can not access the ForexClarity site. I would very much appreciate it. Thank you.

Hi all,

I too, like bargriff22, am looking for MACD crossover email alert and cannot access forexclarity site either. I am new to MT4 so if someone can briefly explain or point me to where I can find out how to set it up I will immensely appreciate the invaluable feedback? :slight_smile:

Here’s an indicator that does it. Just unzip and copy thie indicator to your indicator folder in metatrader “C:\Program Files\Interbank FX Trader 4\experts\indicators”, then restart it. Your location will be different accroding to your broker but the main path is the same. You can then drag and drop or add the indicator to your charts. Below is the thread that I got it from. You’ll have to create an account first.

strategybuilderfx.com/showthread.php?t=16248&highlight=ma+cross+alert

CrossedAlerts.zip (844 Bytes)

Topgun,

Thanks for that link, but do you know of an alert that works with the EMA cross instead of a MACD cross?

Can someone please reatached this macd cross ovr email indicator- I can not open the zip file ( when I open it its not a .mq4 file)

Here it is. I am uploading it as crossedalerts.txt Notice the .txt extension. when you download it to your computer you must change the extension to .mq4

I’ve been looking for something like this too. I already had one that sounds an alarm but want one that sends an email.

Strange, with internet explorer I am unable to open zip files from babypips. but I can with google’s Chrome.

Many thanks but I have just created a MACD indicator with email alert!

Here it is…
Enjoy.
P.S. Its extention .txt, just change it to .mq4 after download