TypeError: vFormula.replace is not a function
-
The quick variable adjust window breaks up on me.
I ran into this bug in one specific project, can't recreate it in another mql5 project. It seems my custom code breaks the software at some point, I wonder if someone has any insight on this error...Example: modify one variable to 1:

Click update, open the block again:

Update that again, and now the variable modifications are gone:

-
Boy, if you can't fix it, I guess the admin is the only one who can do it.
-
@l-andorrà It's probably just some variable declaration... The problem will disappear when I redo the whole project from scratch, but that's some work
-
I mashed my project into atoms and solved the issue - I had a variable called "size" and this apparently has some other meaning in the mql5 as well
-
Usually the smallest mistakes are those creating the biggest issues.

Congrats for your success finding it.