Problem with variable string array
-
@l-andorrà I'm create new string array variable

but get error.

in .mq4 is wrong code

please, help to solve it.
-
I'm afraid the array expert is roar. I'm afraid I cannot help you in this field because I'm still learning how to use arrays in fxDreema.
-
It seems the Value field automatically escapes any quote marks, because normally you only write the text for string variables and fxdreema itself takes care of the quotation later.
Try declaring the timef array as an empty array first, and then populate it separately in a "custom mql4 code" block
-
@l-andorrà OK.
-
@roar Thank you very much. but it is not make sense. so type variable is string array to assign value must string array. but int array is right.

code in .mq4
finaly i'm solved it that you suggesed. thank you again.