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.
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.
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
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 Automated MACD Trader (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).
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.
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.
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.