I found 1 issue

41 views
Skip to first unread message

barash.vertihvost

unread,
Apr 28, 2012, 7:21:48 AM4/28/12
to MqlLock
Hi. I tested your MQLLock system and found 1 problem. I wrote in my EA
so:

extern string t1="asd",
string t2="zxc";

After locking EA variable t2 is NOT external. Please, investigate this
problem. I know that I can write "extern string ..." for each string,
but I think that so as I do many peoples. Thanks

Fx1.Net

unread,
Apr 28, 2012, 10:54:48 PM4/28/12
to mql...@googlegroups.com
if you dont declare a variable external then ML has no reason to make it external. Can you post more details please? Maybe we did not understand you correctly. Why should t2 be external?

barash.vertihvost

unread,
Apr 29, 2012, 7:21:53 PM4/29/12
to MqlLock
Sorry, I wrong wrote, must be so:
extern string t1="asd", t2="zxc";

Variable "t2" must be external, because after t1="asd" there is ",",
but after locking variable "t2" is not external. Thanks

Fx1 Inc

unread,
Apr 30, 2012, 1:57:35 AM4/30/12
to mql...@googlegroups.com
Am 30.04.2012 02:21, schrieb barash.vertihvost:
> Sorry, I wrong wrote, must be so:
> extern string t1="asd", t2="zxc";
>
> Variable "t2" must be external, because after t1="asd" there is ",",
> but after locking variable "t2" is not external. Thanks
>
Thank you very much, we will take care of this issue.

Fx1.Net

unread,
May 2, 2012, 6:53:36 AM5/2/12
to mql...@googlegroups.com
Fixed
Reply all
Reply to author
Forward
0 new messages