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
  #51 (permalink)  
Old 08-15-2008, 03:23 AM
Junior Member
 
Join Date: Mar 2006
Posts: 22
tredd is on a distinguished road
Take trade from email

Does anyone know if it is possible to have Metatrader take a trade based on an email that the computer would recieve? Or based on a file that I put in a certain spot on the hard drive? Basically what I'm looking for is the ability to send my email address an email with a buy or sell, the price, and stop/profit in it, and it would execute on metatrader. Any ideas?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #52 (permalink)  
Old 08-15-2008, 03:35 AM
spamsaucer's Avatar
Junior Member
 
Join Date: Nov 2007
Posts: 2
spamsaucer is on a distinguished road
gfsignals.com

Try checking out gfsignals.com they have an ea that allows for that. I don't know how to setup it up ,but its a start
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #53 (permalink)  
Old 09-06-2008, 10:42 AM
Junior Member
 
Join Date: Sep 2008
Posts: 1
Forex025 is on a distinguished road
mt4 basic help

Hey Guys,

Help me with the basics of mt4 editor.I have found some email alerts codes on this forum which I want. How do I go impliment this in the Metaeditor , since I don't know much about programming.I just want to be able to use it in metatrader charts. Pls kindly help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #54 (permalink)  
Old 09-06-2008, 12:04 PM
Senior Member
 
Join Date: Feb 2007
Posts: 947
FerruFx is on a distinguished road
Quote:
Originally Posted by Forex025 View Post
Hey Guys,

Help me with the basics of mt4 editor.I have found some email alerts codes on this forum which I want. How do I go impliment this in the Metaeditor , since I don't know much about programming.I just want to be able to use it in metatrader charts. Pls kindly help.
Implemente an alert isn't just copy and past a piece of code in an indicator. You must also write the conditions when the indicator will alert. Also an alert can ring each bar if conditions are still true ... or when reverse signal ... or for re-entry signal ... etc.

If you start in mql coding, it isn't the first thing to learn.

FerruFx
__________________
THE HEART of FOREX & THE PROBABILITY METER - Trade with 100% confidence and ... Stress Less!!!
Coding services: Experts Advisors, indicators, alerts, etc ... more info by PM
NEW: video presentation of the Probability Meter ... 24hrs action on the website
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #55 (permalink)  
Old 09-11-2008, 04:45 PM
Junior Member
 
Join Date: Dec 2006
Posts: 13
easttech is on a distinguished road
Free email EA for autotrading

Hi guys,

I'm looking for an EA that polls my email account and executes a trade based on it's content. GFSignals uses these for their trading signals but I'd like to find a copy that I can use outside their system.

It's an EA that reads email messages in your mailbox that you define, gets info such as the currency pair, buy/sell, price, SL etc and executes the trade on your MT4 platform. The EA properties allow you to choose how many lots you want to trade, amount of slippage you allow, email account and password, etc.

Thanks.
__________________
Andrew
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #56 (permalink)  
Old 10-10-2008, 05:23 PM
Pheniox's Avatar
Senior Member
 
Join Date: Apr 2007
Location: Canada
Posts: 159
Pheniox is on a distinguished road
Need a Hand with this sendmail alert

Hope someone can help here. Sure it is simple but I am lost and have tried.
The alert sends an e-mail but sends more than one email.
I would appreciate it if someone here could look at this and alter the code with some time out function (60 seconds perhaps) or sleep function after it sends out the first email.



if(Send_mail == true)
{
SendMail("Trade Signal Alert Up ", Symbol() + " on the " +
Period() + " minute chart.");

Thanking everyone in advance
Pheniox
__________________
" Those that say it can not be done should leave those that are doing it alone "
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #57 (permalink)  
Old 10-10-2008, 08:39 PM
Member
 
Join Date: Sep 2008
Posts: 50
codobro is on a distinguished road
Pheniox,
Sleep() will sleep for milliseconds, 360 is one minute.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #58 (permalink)  
Old 11-25-2008, 02:38 AM
Member
 
Join Date: Dec 2006
Posts: 86
dwmcqueen is on a distinguished road
GmailSend Library

Not sure if anyone has any use for this, but attached is a library that will allow one to send an email from MetaTrader using Gmail's service.

It is called like this:

#import "GmailSend.dll"

bool SendGmail(string emailFrom, string emailTo,
string emailSubject, string emailMessage,
string gmailUsername, string gmailPassword);
#import
Attached Files
File Type: zip GmailSend.zip (556.3 KB, 7 views)
__________________
Visit http://www.openthinkingsystems.com for EA signal distribution systems, MetaTrader and Collective2 integration and general custom development.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #59 (permalink)  
Old 11-25-2008, 03:14 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 dwmcqueen View Post
Not sure if anyone has any use for this, but attached is a library that will allow one to send an email from MetaTrader using Gmail's service.

It is called like this:

#import "GmailSend.dll"

bool SendGmail(string emailFrom, string emailTo,
string emailSubject, string emailMessage,
string gmailUsername, string gmailPassword);
#import
Hi,

Do you have the source?
__________________
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
  #60 (permalink)  
Old 11-25-2008, 03:24 AM
Member
 
Join Date: Dec 2006
Posts: 86
dwmcqueen is on a distinguished road
Of course...
Attached Files
File Type: zip GmailSend.zip (64.7 KB, 3 views)
__________________
Visit http://www.openthinkingsystems.com for EA signal distribution systems, MetaTrader and Collective2 integration and general custom development.
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


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:34 AM.



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