Condition & Formula, Yellow connection has stopped working
-
Hi all,
I have an issue with the yellow connection in the condition box


I am using one indicator in block 32 and one in block 54.
EA will first check condition in block 32 and if not met it will have to check condition in block 54.
Indicator in block 54 is not doing anything and is not even showing up in MT4 when connected through the yellow dot.
If I connect block 54 to the orange dot in block 32, indicator will show in MT4 and work, but obviously I only want this indicator to work then the first condition in block 54 is not met.Just to clarify, this was working before, and I have been using this EA for months, I have just noticed this behaviour this week.
I have even previous versions of this EA downloaded and working as intended, but If I import them to fxdreema and download them again (without making any changes) they will break and ignore that box.
The indicators I am using are custom indicators that I have been using in fxdreema for months without issues, so not an issue with the indicator itself.
Even when connecting one of the default indicators in the yellow connection it will be ignored in MT4.
I am a paying user so nothing to do with connection limits.Please Help
-
@shaktale Apparently this is serious bug. My only recommendation is rebuiding the whole project from scratch and if the problem still persists, just contact the administrator.
-
@l-andorrà Thanks for your reply.
It seems some of my projects are not loading indicators properly, as if the code of the EA is bugged, but some are still working fine.
This is really strange indeed, I will try to contact the admin. -
Confirmed, this is happening in all my projects.
No matter what I do I cannot use that yellow connection anymore.
I have tried creating new blocks but the issue is the same.
I have managed to create a work around using the orange connections and different conditions, but this is something that has to be looked into.
I have sent an email to support.Thanks
-
@shaktale Please let us know what the admin finds. Apparently that shoul be applicable to all of us.
-
Hi there,
So the issues I was having with the yellow output were because it does not work as a "false" output or "otherwise".
Let me explain, if you create a box with some indicator conditions, when these conditions are met it will use the orange output. The yellow output is used when the opposite conditions are met, not when the orange output conditions are false or not happening.Hope that makes sense.
Kind regards
-
@shaktale Very interesting. Didn't know that! Thank you very much for your info.