EA not taking all valid trades??
-
i have 6 conditions that need to be met before the EA places a trade. reviewing the data on the backtests is showing me not all valid trades are being entered. has anyone had this problem??
I have each condition on a "once per bar" all of it is numbered correctly. I'm just confused and seeing if anyone else has had this problem?
-
Same problem here. Sometimes all parameters are met but EA just doesn't take the trade. Maybe it has something to do with the fact I still don't have a VPS?
-
Backtest was done on tick?
-
It depends on several factors.
- Is your tick data of good quality for backtesting?
- Do your indicators repaint on real wheras they don't on backtesting?
- Do your EA really need to wonrk on candle ID 0?
If you share your projects I can take a look on your issues.
-
@l-andorrà
Backtesting was done with tick data within MT4
I believe both indicators i’m using repaint live and on backtest but I have it adjusted to not affectIs there any other program I can use to test my EA?
-
What quality tick data did you have? I use Tick Data Suite 2. It's nor cheap, byr its quality is never under 99%. Is that good yours?
-
@scottpapetti Simply, can you post all your 6 conditions ?
Or rather upload a small example of your project and the indicators -
@scottpapetti I think you solved it,right?
And how you solved it, some users will be happy to know -
@ambrogio
@l-andorrà
I put the project on hold to focus on my own EA project.
This was for a friend.I truly truly appreciate all the help this forum gives, all of you are absolute gems!