View Single Post
  #7 (permalink)  
Old 03-03-2006, 05:41 AM
ycomp's Avatar
ycomp ycomp is offline
Member
 
Join Date: Jan 2006
Posts: 93
ycomp is on a distinguished road
Quote:
Originally Posted by cockeyedcowboy
I assume here your talking about GlobalVariable() function calls. I have not had any problems and use them offen. You should consider that, they can only hold one unit of data, and that being of type double. If your needing to move more data points then just a few then you needed to use files to transfer information. I've used files very offen to communicate between EAs and different software, as well, with great success. If you plan your code just right you can have the same file open in both EAs at the same time and be able to read and/or write to the file from both directions. I have done this and its not that difficult.
yes the MT4 global variable function calls. I didn't look into using them yet, just thought that could be useful. Currently I'm just thinking about passing only a few pieces of data, maybe 4 or so.

I'm wondering if there are any known reliability problems with them working in live trading. ?

Quote:
Originally Posted by cockeyedcowboy
" you read my mind " ... sounds just like French Canada too me. A little like 'trow me out the window, the hammer'
been there a couple of times... girls are sexy especially with the accents.

funny thing is it also jumped out at me when I first wrote it... it does look strange on a web page.
Reply With Quote