Forex
Google

Go Back   Forex Trading > Downloads > Tools and utilities
Forex Forum Register FAQ Members List Calendar Today's Posts


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
  2 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 06-01-2006, 12:49 PM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 15,230
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
Email

Email.

Just to keep everything in one place.

It is the links:

- How to set e-mail in MT4 (full explanation with images and everything from Codersguru);

- PriceChannel_Stop_v1.2 indicator with alert and email/sms;

- Code to send email alerts when closed trades... ;

- Setting up the email option in metatrader4;

- Generating an Email Alert;

- Send email with attachment from MetaTrader (Mail Anywhere)!;

- MT4 function/EA question;

- Linefeeds in sendmail body?;

- Ichimoku e-mail alert;

- Script to Send Emails;
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 06-01-2006, 01:06 PM
BrunoFX's Avatar
BrunoFX BrunoFX is offline
Senior Member
 
Join Date: Sep 2005
Posts: 813
BrunoFX will become famous soon enough
Hello,

THX Newdigital
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-01-2006, 01:43 PM
taters's Avatar
taters taters is offline
Junior Member
 
Join Date: Apr 2006
Posts: 18
taters is on a distinguished road
great post!

Thank you!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-09-2007, 10:14 AM
FXcleaner's Avatar
FXcleaner FXcleaner is offline
Member
 
Join Date: Oct 2006
Posts: 85
FXcleaner is on a distinguished road
Pretty cool. Great Job!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-01-2007, 04:44 AM
yudiwae's Avatar
yudiwae yudiwae is offline
Junior Member
 
Join Date: Jan 2007
Location: di kolong langit nan biru
Posts: 6
yudiwae is on a distinguished road
Quote:
Originally Posted by newdigital
Email.

Just to keep everything in one place.

nice.......
help me as a junior
thanks a lot about your contribution.....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-16-2007, 12:28 PM
db487 db487 is offline
Junior Member
 
Join Date: Oct 2006
Posts: 1
db487 is on a distinguished road
BBands_Stop-v1_with_alert

Hello from Germany,

who can help? need in the indicator the email function ..


Dietmar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 04-02-2007, 12:48 PM
cja's Avatar
cja cja is offline
Senior Member
 
Join Date: Apr 2006
Posts: 515
cja is on a distinguished road
email

Hi

I want to send an email with the trading levels for the new day does anyone know how i would set up the line of code so that it would only send at the start of a new trading day.

if (today_open==Time[0])
if (today_open==TimeCurrent())

I have written the message but just need to control the time it sends

is it possible to hard code in a specific time perhaps??


if (today_open==Time[0]) { if (BarChanged())
{
if (Email_DATA==true)SendMail("DOLLY Daily Trading Levels : "+Symbol()+"",
"DOLLY Daily Trading Levels : "+Symbol()+" Date = "+TimeToStr(TimeLocal(),TIME_DATE)+"\n"+"\n"

+"BUY AREA @ "+DoubleToStr (B1,Digits)+""
+" - TP @ "+DoubleToStr(B1+20*Point,Digits)+""
+" - SL @ "+DoubleToStr(B1-40*Point,Digits)+"\n"
+"BUY TARGET #1 @ "+DoubleToStr (B2,Digits)+""
+" - TP @ "+DoubleToStr(B2+10*Point,Digits)+""
+" - SL @ "+DoubleToStr(B2-20*Point,Digits)+"\n"
+"BUY TARGET #2 @ "+DoubleToStr (B3,Digits)+""
+" - TP @ "+DoubleToStr(B3+10*Point,Digits)+""
+" - SL @ "+DoubleToStr(B3-20*Point,Digits)+"\n"
+"\n"+"SELL AREA @ "+DoubleToStr (S1,Digits)+""
+" - TP @ "+DoubleToStr(S1-20*Point,Digits)+""
+" - SL @ "+DoubleToStr(S1+40*Point,Digits)+"\n"
+"SELL TARGET #1 @ "+DoubleToStr (S2,Digits)+""
+" - TP @ "+DoubleToStr(S2-10*Point,Digits)+""
+" - SL @ "+DoubleToStr(S2+20*Point,Digits)+"\n"
+"SELL TARGET #2 @ "+DoubleToStr (S3,Digits)+""
+" - TP @ "+DoubleToStr(S3-10*Point,Digits)+""
+" - SL @ "+DoubleToStr(S3+20*Point,Digits)+"");}}



The Message looks like this

DOLLY Daily Trading Levels : GBPUSD Date = 2007.04.03

BUY AREA @ 1.9789 - TP @ 1.9809 - SL @ 1.9749
BUY TARGET #1 @ 1.9809 - TP @ 1.9819 - SL @ 1.9789
BUY TARGET #2 @ 1.9819 - TP @ 1.9829 - SL @ 1.9799

SELL AREA @ 1.9749 - TP @ 1.9729 - SL @ 1.9789
SELL TARGET #1 @ 1.9729 - TP @ 1.9719 - SL @ 1.9749
SELL TARGET #2 @ 1.9719 - TP @ 1.9709 - SL @ 1.9739



Any ideas will be very appreciated. Thanks
cja

I have managed to hard code an adjustable time into the email so you can select when the email is sent, if you want to see how i did it look at the Dolly Graphics v GMT Email indicator on the 2nd post of the Dolly 2nd clone thread, i have also coded in an Alert email for the Doly levels which only gives one Alert per Bar, this stops false emails filling up your in box on every tick. I will post the Dolly indicator later today

cja

Last edited by cja : 04-03-2007 at 03:21 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 04-05-2007, 10:37 AM
vladv vladv is offline
Member
 
Join Date: Mar 2006
Posts: 69
vladv is on a distinguished road
Thanks Admin,you're the BEST!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 06-19-2007, 06:58 PM
fxgrm's Avatar
fxgrm fxgrm is offline
Member
 
Join Date: Mar 2007
Posts: 86
fxgrm is on a distinguished road
Can someone put together a RSI indicator w/SendMail alert?

Hi:

Would anyone know if there is an MT4 RSI Indicator available with "SendMail" function?

I am trading using a period 3 RSI with levels set at 75, 65, 35, 25.

I am looking for one that can send me an email or text message to my cell phone once one of these levels have been crossed.

I looked around but didn't see one off hand.

Thanks again

fxgrm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 06-19-2007, 11:57 PM
newt newt is offline
Senior Member
 
Join Date: Feb 2006
Posts: 118
newt is on a distinguished road
hey great thread
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



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
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 07:35 PM
Text message alerts for indicators? - Forex Forum This thread Refback 06-22-2007 03:04 PM

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


All times are GMT. The time now is 09:07 AM.