Hi gopal,
I just checked - MACD Histogram EA is exactly what you need:
- MACD is above or below zero line as signal for buy and sell;
- timefilter;
- MM;
- MACD settings is changable in the EA's settings;
- 2 or 3 kinds of exit;
- use StopAndReverse settings or not use it;
- use Parabilic SAR for exit or not;
- AccountIsMicro = false; //Use Micro-Account or not
and so on.
It is just one EA: MACD Histogram EA.
So to to this page
Automated MACD Trader (post #15). Do not forget that this EA is using iMACD indicator from same post.
Thus, basicly your request is fully related to this thread
Automated MACD Trader
May be I am mistaken as I am not a coder and my "quick view" in the code of this EA is telling me that it is the same as you requested (and even more advinced). But I did not try it sorry.