Trade entry off of fibonacci ret. MT5
-
Hi, I need help with this, I was able to make the EA enter on retracement in mt4 but when I tried it in MT5 it doesn’t work. Anyone have something for MT5??
-
Can you please share the link to the project? I will take a look at it.
-
-
Some considerations here:
- You can remove the 'pass' block on top. It's unnecessary.
- You should use a 'For each object' block on top of blocks 9 and 10. There you should select the name of the fibo object.
That should make it work.
-
Perfect thank you
-
You're welcome.