Some bugs occur.... What should I do?
-
Guys,
Around 10 minutes ago while I am working on the project it just suddenly happen that all of the constants and variables are gone and all of the block became like in the picture....
Should I just wait (will it revert back at all?) or import the latest file that I have instead ?

-
When this happens it is normally because of the used web browser.
-
@jstap then to prevent this when I want to turn off my PC, I should not close the web browser as a whole but specifically close fxdreema.com first then close the web browser ???
-
I do not know, I use EDGE and never have this problem
-
@jstap noted will change to Edge now, thank you

-
@Xeta50 Same with Firefox. Never had that issue while browsing fxDreema on it.
-
@l-andorrà only Chrome then (= =") how lucky !!!
-
I've always used Chrome, never had this problem
-
@jstap @l-andorrà @ambrogio Might I ask...
-
your projects are in MT4 or MT5 ?
-
What is your highest line number among your past projects? I did see a topic in fxfactory that one programmer couldn't code more than 84000-85000 lines with MQL4 else he couldn't compile the EA.
And my current project seems to eventually reach that level so I am considering change to MT5 to avoid that problem but fxdreema maximum block number is 3000 blocks which my project will not use that much block so your answer will help a lot
-
What is your highest number of blocks in your past projects?
-
What is your highest number of constant and variable ?
-
-
I use MT4, as is more reliable, although very similar in FX. If I download the MQ I have 10000 > 40000 lines, and blocks are normally < 100, when I started could have regularly been over 2000, but not now and too much especially in the wrong configuration creates computer processer overload, and slows things down (especially in backtest).
-
@Xeta50 My numbers are very close to those of jstap except for the biggest project. I never surpassed 300 blocks. And I also focus on MT4 because it is far more reliable on fxDreema than MT5.
-
Thank you for the confirmation of my choice about MT4 as 2 fxdreema veterans also shares the same view about MT4 is the better choice (also the same view with old school programmers), I will try to optimize blocks to reduce lines of coding.
FYI, I manually put a lot of input to get the total of around 200,000 lines of code but the EA can be compiled with ease so the problem is not about the limitation of number of lines of code in MT4.
Thank you !!!