Error fxdreema.com/studio
-
Hello, I found a small error, apparently when updating and saving changes in the "fxdreema.com/studio", the changes are not saved correctly, when generating the file mq4 appears old code in the blocks that I just edited.
With regard to the new code I find it very complicated to understand and debug, I even see that it generates 40% more code according to my calculations, even so, fxdreema is the best tool to develop EAs.
Please can you correct the error in the studio? Thank you!
-
Oh, I think I know why this happens and I will go to fix it now. It may take a while.
For projects with only few blocks it might generate bigger files than before, but for bigger projects it makes them smaller. But it was not only because of the size, MetaTrader does not complain when an EA is megabytes. In general, it's better when a code is written in OOP style and I wanted to do that for a long time. Although, now that I did that, I can't say that I really like this style, it's probably even harder for somone to understand what is going on in the code.