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.
because of the highly negative correlation, this two pairs usually has signals at the same time:
i.e if EUR/USD has a long signal, USD/CHF usually uas a short signal at the same time, if there is an EUR/USD signal, but no opposite signal for USD/CHF, it is likely that the signal in EUR/USD is invalid.
Is there an ASC EA with a MACD filter? ( Enter on bar after arrow as long as MACD agrees, exit with TP or opposite arrow). If not, could someone put it in?
Is there an ASC EA with a MACD filter? ( Enter on bar after arrow as long as MACD agrees, exit with TP or opposite arrow). If not, could someone put it in?
I want to filter out the ASC signals which do not agree with the MACD. Is there a simple bit of code I could put in to do this? I suppose it could be put in either the indicator or the EA.
I have tried putting in an if statement with Macdcurrent but it hasn't worked.
Results is fine but it has some errors on backtesting.
Thanks a lot.
Never saw that error, but interesting enough, in backtesting this EA I don't get good results in M15... Seems better with bigger TF's, like H1 or H4. However, I get just a few trades in a year! Is that right?
Is anyone forward testing this? What TimeFrame? For what results?
__________________
If God doesn't exist in our world, then I will create God with my own hands! Krelian - Xenogears
I did not author the indicator but noticed that it takes good trades between the range. The idea to make something work permanently seems to be the hurdle to master. Markets behave just for certain periods to indiciators read and that is why the EA has to be made to look between such.
The idea is to make it trade between the lines taking a profit. In addition it can be managed by mm to take 50% and let break even and remaining position run. In the long run that could work to bring back constant smooth equity rides.
Attached is the indicator I found on one of the forums. In addition the EA my software guy wrote. there is some correction work to do in it. The trade opens but seconds later it closes the position. It has no mm and needs a trailing as well a tp of 50% plus a break even setting right after it takes the first 50% profit. No stop loss visible to the broker just trailing a hidden stop.
Each currency pair needs to be adjusted to a suitable risk factor. Also it ain't matter what time frame as long you feel comfortable with it. So there is some study to do and it is not ready product solutions like turn key on and you make money.
There is guys that can do this out there I am not capable to write C+ language that is why this is so far for free discovery for all of you. Please after you did some tweaking post your EA to make it work for all of us.
Some time ago I found LabTrend indicator in forex factory forum.
I did not know that it is from elite section from here.
I made a very simple EA that catch the signal and put the trades. I added some trailing stop, money manager and max trades.
From now, I did not include the another signals from this post, but my plan is try to make this system profitable.
For this, I will try the auto-optimize to catch the changes on the market and auto adjust the EA every day.
Another try that I'm making is use the signals with neural network to filter.
I'm attaching the EA, but not the indicator that need to run because it is from Elite Section.
If someone have any idea that can improve the system, please tell and I try to do.