You are quite right. This was my mistake. This problem is only valid for the ASCTrend EA, not AsctrendBuySellExpert_v1.1.
AsctrendBuySellExpert_v1.1 is indeed a perfect EA. Thanks for this. I will put it in demo account then in micro for testing.
For improving the EA by adding an additional indicator, there are three ways:
1. Adding an indicator to ignore invalid signals. But the problem is that after an invalid signal when the second indicator changes, EA will trade on invalid signal. I mean, we need an indicator showing an opposite direction from an invalid signal until the next signal.
2. Finding an indicator showing non-trade zones. Something like ASCTrend1, but with a long direction.
3. Finding the trend direction (e.g. with EMA), then persuading EA to trade on one direction (buy or sell) while the second indicator shows a direction.
Anyway, time will tell, but I am quite positive about this EA.
Quote:
Originally Posted by newdigital
I looked at this thread and want to say that most of the EAs are working like that:
EA is waiting for the next signal or to the signal to be changed. And almost all EAs coded by Beluck and Igorad are waiting for the signal.
For example, attach AsctrendBuySellExpert_v1.1 to GBPUSD M15 chart with take profit =10 and Risk=8 and you will see (by backtesting).
|