Formula error
-
Before its work perfect... after same day,i nothing change, i HAVE ERROR why?
-
Can be that Fx dreema is under a big update right now ?

-
@timmyhanke
Maybe...i don know about update ..last update i see in UPDATES HISTORY and he is from MAY 2017
(sorr for english) -
-
@chiper
There appears to be a problem with the compiler with the latest update. Nothing will compile when exporting to MT4 -
Someone else having Formula problems?
I fixed the problem by adding few more overload functions. But there is something interesting here. chiper is trying to append one string to another and the expected result is a longer string. What happens if we have a numeric value on one of both sides? I decided to turn the string side into a numeric value and then do the selected mathematical operation.
-
@fxDreema said in Formula error:
Someone else having Formula problems?
I fixed the problem by adding few more overload functions. But there is something interesting here. chiper is trying to append one string to another and the expected result is a longer string. What happens if we have a numeric value on one of both sides? I decided to turn the string side into a numeric value and then do the selected mathematical operation.
Sanks for fix. all is ok!