You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Wanna give contribution
Hi... ,
i think for the first enter market we must add the stop loss,
yeah for bad case minimal enter stoploss 200 pips
Need simple EA
Deal all.
Any one can help me. i need simple EA based on MACD(8,12,1) cross zeroline.
I will use for entry as trigger.
Input value option:
- lot
- SL, TP & TS
- Optional : single trade or multiple trade
- Expired time
I will combine this EA with pattern manually.
Many thanks in advance.
I moved your post to this thread where you will find MACD EA. The other one is here https://www.mql5.com/en/forum/176428 and next one https://www.mql5.com/en/forum/general
And look at this post with many MACD EAs links to download https://www.mql5.com/en/forum/178018
Thanks newdigital.
But, Which EA that matching with my rule (like visualised in my picture bellow).
I have searched for, but has not met. Any body can help me?
This is only MACD(8,12,1) cross zeroline, no combined with other indicator. (no macd signal line across macd value bar).
Input variable value option:
- Lot
- SL, TP & TS
- Optional : single trade or multiple trade
- Expired time
Thanks
I understand your rules and I can modify MACD Sample EA to trade according to your rules. But I can not code exit. I can not modify MACD Sample for exit. Because I am not a coder sorry. By the way as I see your request is not difficult. But I am sorry - may be someone else can do.
And as I see from the discussion of this thread https://www.mql5.com/en/forum/general (started from th 1st post) so MACD Histogram EA (post #15) may be exactly what you want. But I am not sure (you can try).
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 https://www.mql5.com/en/forum/general (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 https://www.mql5.com/en/forum/general
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.
Stop Loss needed for Sample MACD
Is anyone able to write a stop loss for this sample macd EA that comes with most MT4 brokers platform?
my new EA"MACD_WEEK",based on MA cross
strategy: if MA crossed, then buy or sell depends on different cross direction.
optimized in weekframe.
by testing, first load the *.set file,it is the optimized data.
then test it in dailyframe.
Hello shanyang,
Please, it's possible for you to post the inverse of yout EA?
The buys orders become sells orders,
and sells orders become buys orders.
Normaly the equity curve in your graph is inverse. I would like to obtain the inverse graph.
Thanks a lot for your disponibility.
Fredifly.
strategy: if MA crossed, then buy or sell depends on different cross direction.
optimized in weekframe.
by testing, first load the *.set file,it is the optimized data.
then test it in dailyframe.