• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 9:40am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 9:40am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Please add email alert to candlestick indicator 3 replies

Please add email alert to this indicator 0 replies

HELP: Please Add Email Alert to this indicator 4 replies

Can someone please add an email alert to this solarwinds indicator? 1 reply

Please add email alert to this price alert indicator 0 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 4
Attachments: Please add an email alert to this indicator
Exit Attachments
Tags: Please add an email alert to this indicator
Cancel

Please add an email alert to this indicator

  • Post #1
  • Quote
  • First Post: Jan 16, 2012 1:31pm Jan 16, 2012 1:31pm
  •  daytrade5
  • | Joined Jun 2008 | Status: Member | 301 Posts
Can someone please add an email alert option to the attached indicator. I really appreciate whatever help that can be provided!!!!
Attached File(s)
File Type: mq4 Keltner Channel Paulus mod02.mq4   5 KB | 267 downloads
"Amat Victoria Curam" Victory Loves Preparation
  • Post #2
  • Quote
  • Jan 18, 2012 11:00am Jan 18, 2012 11:00am
  •  ixbone
  • | Commercial Member | Joined Oct 2008 | 70 Posts
try (sell example):

extern bool AlertON=false;
extern bool EmailON=true;
extern bool SoundON=true;
extern bool VoiceON=false;
extern bool SMSON=false;
extern string ExtSoundFileName = "alert2.wav";

if(your condition)
{
if((lastAlertDirection == OP_BUY || lastAlertDirection == -1))
if(Crepeat==Repeat)AlertTime=0;
if(Crepeat>0 && (TimeCurrent()-AlertTime)>Periods){
{
if (AlertON==true)
Alert("SELL signal at Ask=",Ask,"n Bid=",Bid,"n Date=",TimeToStr(CurTime(),TIME_DATE)," ",TimeHour(CurTime()),":",TimeMinute(CurTime()),"n Symbol=",Symbol()," Period=",Period());

if (EmailON==true)
SendMail("SELL","SELL signal at Ask="+DoubleToStr(Ask,4)+", Bid="+DoubleToStr(Bid,4)+", Date="+TimeToStr(CurTime(),TIME_DATE)+" "+TimeHour(CurTime())+":"+TimeMinute(CurTime())+" Symbol="+Symbol()+" Period="+Period());

if (SMSON==true)
SendMail("SELL","SELL signal at Ask="+DoubleToStr(Ask,4)+", Bid="+DoubleToStr(Bid,4)+", Date="+TimeToStr(CurTime(),TIME_DATE)+" "+TimeHour(CurTime())+":"+TimeMinute(CurTime())+" Symbol="+Symbol()+" Period="+Period());

if (SoundON==true)
PlaySound(ExtSoundFileName);//peeps etc

if (VoiceON==true)
PlaySound(ExtSoundFileName);//own speech wav

Print("SELL Alert");
lastAlertTime = Time[0];
lastAlertDirection = OP_SELL;
Crepeat=Crepeat-1;
AlertTime=TimeCurrent();
}
}
if(AlertTime == 0){
Crepeat=Repeat;
AlertTime=0;
}
}

return;
}
 
 
  • Post #3
  • Quote
  • Jan 22, 2012 4:01pm Jan 22, 2012 4:01pm
  •  tradertools
  • | Joined Jan 2012 | Status: Member | 8 Posts
Hi,

I think this will work. I didn't have time to test it, so let me know if the email alerts are not working. My additions to the code are commented to the right. To set up email or text alerts within MT4 itself, please do the following:
Tools>Options>Email and fill in the proper information
Also, something cool that I am not sure a lot of people know, but you can set this up to send you test messages on your phone. You simply replace the email input with the proper address. For example, t-mobile (US) would be [email protected]
To find the proper address for your carrier, try emailtextmessages.com
Attached File(s)
File Type: mq4 Keltner Channel Paulus mod03.mq4   6 KB | 303 downloads
File Type: ex4 Keltner Channel Paulus mod03.ex4   6 KB | 247 downloads
 
 
  • Post #4
  • Quote
  • Last Post: Feb 3, 2012 4:36pm Feb 3, 2012 4:36pm
  •  pipbandit
  • | Joined Feb 2012 | Status: Junior Member | 2 Posts
Hi i was wondering if someone could add email and sound alert to this indicator:
Attached File(s)
File Type: mq4 GRaB Candles Long.mq4   4 KB | 243 downloads


I would greatly appreciate the help from this community.
 
 
  • Platform Tech
  • /
  • Please add an email alert to this indicator
  • 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 / ©2023