View Single Post
  #6 (permalink)  
Old 03-03-2006, 04:08 AM
cockeyedcowboy's Avatar
cockeyedcowboy cockeyedcowboy is offline
Senior Member
 
Join Date: Nov 2005
Posts: 267
cockeyedcowboy is on a distinguished road
Quote:
Originally Posted by ycomp
CC, you read my mind... that was my intention to have 2 EAs working together.

Just would have been nice to have it on one chart so I wouldn't have to have so many windows open.

I am going to use global variables. Is that the best way to do it? are they reliable?
Ycomp

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.




" you read my mind " ... sounds just like French Canada too me. A little like 'trow me out the window, the hammer'



The CockeyedCowboy Z}.'^)
Reply With Quote