Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
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.