Error with creating mq5 or ex5 with existing fxdreema ea
-
I have a fxdreema mq5 file (had it programmed by someone that uses fxdreema for coding ea's) and i just want to change some small stuff and when i import the file it all shows nicely on screen but when i try to make mq5 or ex5 file it will give me this error.
_805 - this block model doesn't exist (used by block 70)Is there anyone that can help me with this?
-
Is the EA using a custom indicator that is not available in your custom indicator pool maybe? If you can import it normally but cannot export it the most common issue is that or the use a some custom code calling for an external library, for example.
-
If you add a shared link to see the problem, then maybe. If you are getting the block at fault, then try replacing it.
-
I don't know if the indicator is not available in the pool or how i can fix it as i am not a programmer.
i shared the link, if anyone can help me i would be very grateful, it is in the ontick
https://fxdreema.com/shared/wNgP0WcE -
i has errors on the following blocks i click
is trade time
is event near currency -
@casch all the light gray/white blocks are giving you problems (mql studio custom block I think) but I couldn't tell you what problems......
-
Definitely a programmer is needed here. I guess ambrogio is right. It is not the fxDreema part that is not working right.
-
Are there programmers that want to check? If so please contact me directly so we can discuss
-
I think this says it all, replace those blocks with a if position block:

-
It isn't only in this blocks so i am looking for a programmer who want to check the code and see if they can help. Contact me ditectly so we can discuss
-
I am not interested, because I don't have the time to work on other people's projects, this block is trying to use a block that hasn't been created on the platform, replace it with a standard FX block and the project will work. You can probably just delete it as the purple block is doing this.
-
@jstap thank you for your reply. For sure it will work when i delete all blocks that give this error but then the logic is not there anymore. I will try to contact my old programmer
-
Actually, the purple block is for if a position is created, so by default if created it exists, maybe I do not understand the logic your bot is trying to commit to. But generally limit the bot from doing things it doesn't need to.
-
Hi. One thing that worked for me was double-checking the block models in the code. Even a tiny typo can throw the whole thing off.