View Single Post
  #1646 (permalink)  
Old 01-13-2008, 12:00 PM
highway3000 highway3000 is offline
Junior Member
 
Join Date: Dec 2005
Posts: 20
highway3000 is on a distinguished road
Thank you

Quote:
Originally Posted by fxbs View Post
CCI-alert_mtf.mq4 (pop-up box alert)

//---- input parameters
extern int CCIPeriod = 50;
extern int CCIPrice = 0;
extern int UpperTriggerLevel = 100;
extern int LowerTriggerLevel = -100;
extern int CriticalLevel = 250;
extern int TimeFrame = 0;
extern string TimeFrames = "M1;5,15,30,60H1;240H4;1440D1;10080W1;43200MN| 0-CurrentTF";

extern bool HISTOGRAM = false;
extern bool Alerts = true;
extern string CriticalLevelAlert = "CCI Critical Level";
extern string ZeroBuyAlert = "BUY CCI Zero Cross";
extern string ZeroSellAlert = "SELL CCI Zero Cross";
extern string UpperTriggerBuyAlert = "BUY CCI Upper Trigger Cross";
extern string UpperTriggerSellAlert = "SELL CCI Upper Trigger Cross";
extern string LowerTriggerBuyAlert = "BUY CCI Lower Trigger Cross";
extern string LowerTriggerSellAlert = "SELL CCI Lower Trigger Cross";
extern int MaxBarsToCount = 1500;
extern string note_Price = "Price(C O1 H2 3L 4M 5T W6) ModeMa(SMA0,EMA1,SmmMA2,LWMA3)";

alert message:
CCI (50) TF[15]: BUY CCI Lower Trigger Cross EURUSD - chart M5 at 1.4713 - 08:34:31

--------------
CCI_SoundEmailAlert_mtf.mq4
only sound (w/o pop-up) ; email

-----
p.s. didn't test e-mail alert (mine not set4this), but everything else works good- should be ok
bhw - is email alert more convenient than regular? it sends email on terminal or whatewer address you set?
Thank you Fxbs

Sorry for this late reply. Was away for a week. I did a quick test with the sound alert. It works good. I don't use any email alert yet but will test it later

Have a nice weekend and good trading to you
Highway
Reply With Quote