You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message