Errors in "Custom Mql4 Code" block
-
i start to have some problems when compiling some recent projects..
now the builder make some errors while compiling the text in the "Custom Mql4 Code" like the image
Can you fix it?
Thanks
Dave -
PS. also the new feature "skip ticks" doesn't work for me..
i tried 50 and 61 seconds and 1 minute but always run just first time and then stops...
-
I think I fixed the first problem. I still can't find problem with Skip ticks, do you have some simple project that can show the problem?
-
@fxDreema
Yes first problem fixed!
Now appears two new errors

yyy++ bacame yyy[++]
yyy+1 bacame yyy[+1]Thanks!
-
Also in another project just discovered this..

Operands like * and - delete some part of the code...
-
try it now, what I tried is repaired ...
-
@miro1360
Yes Miro, now it works! i had just to move some "//comments"
Thank You!