I had this problem, It is not your fault, since 7/30/2025 when meta updated mt5 it happens. fxdreema team should find a solution. I emailed to support but got no answer. for now if you are familiar with coding you can fix it manually which will make you able to run the code in mt5. Just replace Bars with something like BBar and also others.
F
Latest posts made by frdei76
-
RE: Issue with MT4->MT5 using the converterposted in Bug Reports
-
RE: Error while compiling MQL5 code which is converted by Mql4 to Mql5 converterposted in Bug Reports
It happened since 7/30/2025 when meta released new mql5 version. Even if you create an empty mql4 file without any block in it and convert it using fxDreema converter to mql5 when you try to compile it you get error!!
-
Error while compiling MQL5 code which is converted by Mql4 to Mql5 converterposted in Bug Reports
Suddenly all my codes that I had converted using MQL4 to MQL converter and compiled without error shows 15 errors starting with: "identifier 'Bars" already used" when I try to recompile!!!!
-
How to make bot put a continuous chain of orders on uptrend?posted in Questions & Answers
Hi everyone,
I'm making a bot that catches the uptrend when ma20 X> ma 50,
I want it to open one single trade with x pips for stop loss and rr: 1
the moment tp is hit, I want the bot to open another order similar to the previous.I want this to continue as many times until SL is hit.
how do I do this?
any help is appreciated!