Why is my ea not placing trades in the tester?
-
what am I doing wrong? please take a look at my project. https://fxdreema.com/shared/UWZlspSU
-
@bluekangaroo14 I do not know but everything is going to a and block so everything has to send a signal at the same time, maybe the chances of this are just too small, turn blocs off and get it working, then turn on a little bit at a time until you rind the reason/problem.
-
@jstap Each set of indicators going to that "and" block is set to a bool toggle that should show me if there was a faulty block during optimization though. if the problem was any one block, I should be able to see it in the tester, but it still wont make any trades no matter which ones are used. This is why I am so confused
-
@bluekangaroo14 I agree with jstap. There are many conditions that are converging to block 3 and you are requiring all of them to be true at the same time. It looks too restrictive as a whole. Try them separatedly and them recombine them one by one until you find the reason.