• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 4:07pm
  • Search
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 4:07pm
Search
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Search

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

Similar Threads

Looking for a multipurpose EMA cross EA/Alert Indicator 1 reply

2 EMA Crossed 347 replies

Looking For EMA Cross Alert + EA 2 replies

still looking for working ema cross email alert 2 replies

looking for an alert price close to an EMA and a move to b/e script 6 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 2
Attachments: Looking for a EMA crossed alert set up
Exit Attachments

Looking for a EMA crossed alert set up

  • Post #1
  • Quote
  • First Post: Mar 14, 2007 11:23pm Mar 14, 2007 11:23pm
  •  4xmyworld
  • | Joined Aug 2006 | Status: Member | 26 Posts
I am new to forex and this forum too. I know that Forexfactory forumers can be very helpful so I hope someone will help me with this one.

I am in the process of preparing my strategy to this forum but intend to make it better by having an alert too.

I am looking for a mq4 file that can alert me whenever 2 moving averages crossed.
The moving averages are :-
a) 18 Exp Close
b) 28 Exp Close

I have tried learning to programe metatrader, but its not easy especially to someone like me.
Hope somebody will help fast.
Thanks again and happy trading.
When the wave comes - jump !! ;)
  • Post #2
  • Quote
  • Mar 14, 2007 11:52pm Mar 14, 2007 11:52pm
  •  doblece
  • Joined May 2006 | Status: Still here. | 2,602 Posts
Here's one.

It's the original Codersguru "Crossed Alerts" with the constant sounding alert problem fixed.

You can configure it to the EMAs you wish and also set notify to "false" if you don't want it to sound.

I also include the original file if you need to check and eventually use it for changes.

Regards
Caroline
Attached Files
File Type: ex4 CrossedAlerts.ex4   3 KB | 538 downloads
File Type: mq4 CrossedAlertsOrig.mq4   2 KB | 504 downloads
  • Post #3
  • Quote
  • Mar 21, 2007 1:40am Mar 21, 2007 1:40am
  •  4xmyworld
  • | Joined Aug 2006 | Status: Member | 26 Posts
Thanks so much for your help carollie
Hope this is not too much to ask for again.
I am also trying to find out how metatrader can alert me by email when the ema crossed.
I have been trying with other indicators that can do email alert but fail. I guess the problem is in configurating metatrader option > tools > email which i am not succeding.
Hope you can help me please



Quoting doblece
Disliked
Here's one.

It's the original Codersguru "Crossed Alerts" with the constant sounding alert problem fixed.

You can configure it to the EMAs you wish and also set notify to "false" if you don't want it to sound.

I also include the original file if you need to check and eventually use it for changes.

Regards
Caroline
Ignored
When the wave comes - jump !! ;)
  • Post #4
  • Quote
  • Mar 21, 2007 1:52am Mar 21, 2007 1:52am
  •  SisterCurare
  • | Joined Jul 2006 | Status: Member | 181 Posts
Does it have to be MetaTrader? You could use alertfx.com, and have a signal sent to your cellphone when you get a cross.
  • Post #5
  • Quote
  • Mar 21, 2007 2:32am Mar 21, 2007 2:32am
  •  doblece
  • Joined May 2006 | Status: Still here. | 2,602 Posts
You have to find out what is the SMPT server of your mail service and which port it uses.

An example (non-existant) below supposing you're using aol.com as mailserver:

SMPT server = mail.aol.com:25
SMPT login = yourmaillogin @ aol.com
SMPT password = your access mail password
From = the mail address that you want to appear as sender - some mailservers automatically put the same address though
To = The address where you want the alert mails to be sent


For the code:
You can declare a variable to enable or disable the sending of mail when the conditions are met (though you could also do this directly in the options menu instead)

Inserted Code
extern bool SignalMail = True;
Then in the part where the condition is described for the alert, you will add a line:

Inserted Code
if (SignalMail) SendMail("EMA Cross Alert", Symbol() + DoubleToStr(Bid,Digits));
That would give = "EMA Cross Alert GBPUSD 1.9570" for example.

You can specify any additional text or format for the mail content.
If you are not using the variable, the "if (Signal Mail)" part doesn't apply.
  • Post #6
  • Quote
  • Mar 21, 2007 2:38am Mar 21, 2007 2:38am
  •  doblece
  • Joined May 2006 | Status: Still here. | 2,602 Posts
Quoting SisterCurare
Disliked
Does it have to be MetaTrader? You could use alertfx.com, and have a signal sent to your cellphone when you get a cross.
Ignored
Mailbox can be configured to redirect to cellphone's SMS mailserver.
It seems he is using Metatrader so maybe the prices and indicators of another platform wouldn't match?
  • Post #7
  • Quote
  • Mar 21, 2007 11:09pm Mar 21, 2007 11:09pm
  •  4xmyworld
  • | Joined Aug 2006 | Status: Member | 26 Posts
This forum rocks !
Thank you all for giving me advice and suggestions. It sure assist me to be a better and well equip forex trader.. which i am not currently
But will get there soon and thanks to all of ya for helping
This for now

"Its all in the pips not the money. When you are damn sure of pips profiting.. you turn them into lots of money"
Unknown trader
When the wave comes - jump !! ;)
  • Post #8
  • Quote
  • Last Post: Jan 8, 2008 3:58am Jan 8, 2008 3:58am
  •  Lowellecj
  • | Joined Jun 2007 | Status: Member | 23 Posts
I've downloaded this indicator, but I cant get it to play a sound. A pop-up window shows that the indicators crossed, but no audio alert. Can anybody help me with this?

THanks!
Thread Tools Search this Thread
Show Printable Version Show Printable Version
Email This Thread Email This Thread
Search this Thread:

Advanced Search

  • Platform Tech
  • /
  • Looking for a EMA crossed alert set up
  • Reply to Thread
0 traders viewing now
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2019