Doesn't work when test with MT4 Strategy Tester
-
Hello, please I am very new and not native english speaking so be indulgent please

Why my Vwap.ex4 based EA does'nt work when I try to test it with MT4 strategy tester ?I have to share my EA here ?
Thanks
-
Yes you should if you need someone to help you with it. Just to make it easier to understand the problem.
-
@facto Can you please share the link to the project to review it?
-
He is my work :
https://fxdreema.com/shared/QVQ131XXThanks for helping
-
Just delete block 4. You don't need that. And if your buffer is correct.
-
@facto Did you check that custom indicator? Are you sure it doesn't repaint?
-
What do you mean with "repaint" ?
And what about my setup, is all good for you ?Thanks in advance.
-
@facto Repainting is the worst an indicator can do when used into an EA. It means its current value on the chart is modified to readjust it as new bars appear. Is your indicator doing that? Because if so, your EA will be ruined. I recommend to chaeck it on demo 1M timeframe.
-
I think it does. What could I do please ?
-
@facto In my opinion I would simply forget that indicator for good. Simply don't use it. You should try to find an alternative indicator that doesn't repaint.