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
Please give rumpledone a break. He had share most of his work.
Some appears offended that you had not shared all of his work.
Thanks rumpledone for your valuable contribution.
I've tested the xpMA and have found it to be absolutely useless for MTF. I just can't get it to work on MTF. I did email Codersguru and got no response. Im very surprised that Codersguru didn't properly test the MTF function to see that it clearly does not work.
//---- 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
Does anyone have a Moving Average MFT for Pivot Resistance and Support
I'm looking for an MFT Moving Average of the Pivot Resistance and Support levels so that I can get a historical idea of the price/Resistance or Support interaction. I've found Pivot Moving Average indicator, but nothing on Resistance or Support. Thanks in advance for your help.