Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Tools and utilities


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 (2) Thread Tools Display Modes
  #31 (permalink)  
Old 02-04-2008, 01:51 AM
Linuxser's Avatar
Moderator
 
Join Date: May 2006
Location: Helliconia (Spring)
Posts: 3,305
Blog Entries: 46
Linuxser has disabled reputation
Quote:
Originally Posted by irclay View Post
I can't get the email function to work. When i press send test-mail, it says

2008.02.03 11:24:39 Mail: 535 (515) incorrect password or account name


This is a SMTP server provided by my ISP. In MsOutlook it works, because i have checked the "use SMTP authentication" box. Of course i'm sure that i'm using the right user name and password.

How will i get the email function to work?
Change to another SMTP and see if works.
__________________
Elite Manual Trading | Portfolio | Calendar | Suggestions to improve the forum | My Blog

Remember: Signatures must have three lines as maximum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #32 (permalink)  
Old 02-04-2008, 09:41 AM
Junior Member
 
Join Date: Nov 2007
Posts: 15
irclay is on a distinguished road
I tried this:

I cleared out the name and pass fields in MT4, tried to log in again. Another message was displayed, something that "my ISP requires you to use authenticitation". Then when i put in the name and pass again, it worked.

No idea whatever was the cause for that problem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #33 (permalink)  
Old 02-04-2008, 11:02 AM
Administrator
 
Join Date: Sep 2005
Posts: 16,799
Blog Entries: 144
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by irclay View Post
I tried this:

I cleared out the name and pass fields in MT4, tried to log in again. Another message was displayed, something that "my ISP requires you to use authenticitation". Then when i put in the name and pass again, it worked.

No idea whatever was the cause for that problem
I have no idea sorry. You can try with yahoo and gmail.
Using yahoo you can get SMS via email. May be the other email providers are doing it.
Just look at this tool on this page (if you are coder or advanced user so you can easy to implement it) Collaboration Dolly + Isakas + Nina System
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #34 (permalink)  
Old 02-05-2008, 08:00 AM
Junior Member
 
Join Date: Nov 2007
Posts: 15
irclay is on a distinguished road
Quote:
Originally Posted by newdigital View Post
I have no idea sorry. You can try with yahoo and gmail.
Using yahoo you can get SMS via email. May be the other email providers are doing it.
Just look at this tool on this page (if you are coder or advanced user so you can easy to implement it) Collaboration Dolly + Isakas + Nina System
No, it worked, dude
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #35 (permalink)  
Old 02-05-2008, 11:58 AM
Junior Member
 
Join Date: Nov 2007
Posts: 15
irclay is on a distinguished road
How do I setup sms messaging with Yahoo? Like, whenever i receive a mail, a SMS will be sent to me

Last edited by irclay; 02-05-2008 at 12:29 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #36 (permalink)  
Old 02-08-2008, 02:57 AM
Member
 
Join Date: Dec 2005
Location: Home of the Brave
Posts: 43
FXHound is on a distinguished road
Add Email Alert for TOPTREND

I realized that I made a mistake by posting this question in Expert Advisor folder but it should be here since it is an indicator.

Hi, does anybody know how to add email alert for this indicator? Please advise.

Thanks!
Attached Files
File Type: mq4 TOPTREND.mq4 (5.7 KB, 35 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #37 (permalink)  
Old 02-28-2008, 08:11 AM
Junior Member
 
Join Date: May 2006
Posts: 8
forextrader123 is on a distinguished road
MT4 email setup

Hello every body

any one can help us in setup mt4 email alert?my email is yahoo?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #38 (permalink)  
Old 02-28-2008, 11:08 AM
Linuxser's Avatar
Moderator
 
Join Date: May 2006
Location: Helliconia (Spring)
Posts: 3,305
Blog Entries: 46
Linuxser has disabled reputation
Quote:
Originally Posted by forextrader123 View Post
Hello every body

any one can help us in setup mt4 email alert?my email is yahoo?
You need to set the MT4 email with yahoo servers and user data. Thatīs all.
__________________
Elite Manual Trading | Portfolio | Calendar | Suggestions to improve the forum | My Blog

Remember: Signatures must have three lines as maximum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #39 (permalink)  
Old 04-07-2008, 07:18 PM
Junior Member
 
Join Date: Jul 2006
Posts: 22
savio is on a distinguished road
Please help If it passble.

Hi folks,

I'm Looking for Email Alert for Price if Close < Open. Someone provide me with the following code, But it is not sending mail, it just sound alert even it is not showing Pair name in the alert.

I do set my email info under Tool --> options. But still can't make it work.

Code:
if(Close[0]<Open[0])//0 is current while 1 is previous 2 is before previous....and so on..
 {
  SendMail("I am subject","I am message");
 }
Also I'm using ExportFB plug-In for AmiBroker. and If I use the above code as export I think I have to cancel "ExportFB" which I need to use?

I would be appreciated any one can help me to get what I'm looking for.

All the best

Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #40 (permalink)  
Old 04-07-2008, 11:15 PM
cockeyedcowboy's Avatar
Senior Member
 
Join Date: Nov 2005
Posts: 347
cockeyedcowboy is on a distinguished road
Not sure what ExportFB is, but why not try to send email from AB software instead.



Quote:
Originally Posted by savio View Post
Hi folks,

I'm Looking for Email Alert for Price if Close < Open. Someone provide me with the following code, But it is not sending mail, it just sound alert even it is not showing Pair name in the alert.

I do set my email info under Tool --> options. But still can't make it work.

Code:
 
if(Close[0]<Open[0])//0 is current while 1 is previous 2 is before previous....and so on..
 {
  SendMail("I am subject","I am message");
 }
Also I'm using ExportFB plug-In for AmiBroker. and If I use the above code as export I think I have to cancel "ExportFB" which I need to use?

I would be appreciated any one can help me to get what I'm looking for.

All the best

Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
email, email alert, Send mail, send mail

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

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/tools-utilities/2347-email.html
Posted By For Type Date
System for me? - Forex Forum This thread Refback 10-10-2007 08:35 PM
Text message alerts for indicators? - Forex Forum This thread Refback 06-22-2007 04:04 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Email sending jyrik Tools and utilities 4 01-21-2007 12:15 PM
Email alert inside MT4 blewsky Setup Questions 1 12-28-2006 08:07 AM
email set up gmail dazminder Setup Questions 2 11-29-2006 12:14 PM
Metatrader email? hhsmoney General Discussion 4 11-19-2006 05:31 PM
Problem with Email.... babarmughal Metatrader 4 6 10-05-2006 12:57 PM


All times are GMT. The time now is 02:41 AM.



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