access multiple broker info

 

How do you write a script or ea to track prices of multiple brokers?

for instance: right now, the prices of 2 brokers for CHFJPY are as follows:

FXDD 96.790

GFT 96.795

I would like to track this difference and see if it gets much wider, and also to seek ther could be some way to profit from it.

But it would have to be done with a robot, because the prices don't stay that way long.

has anyone had any experience with this? Got any ideas I can research? Any threads already address this?

 
mrchuckw:
How do you write a script or ea to track prices of multiple brokers?
Multiple terminals, one per broker. EA on each. Some type of intra-EA communication.
 

Multiple terminals, one per broker. EA on each. Some type of intra-EA communication.


Any examples? I guess I'm looking for the code for the Intra-EA communication.

 
Only post I remember, was a suggestion of making a soft link (windows junction) between the terminal's experts\files directory so what one EA writes the other can read.
 

How do you get an ea to write data to a file on my computer?

And how do you get an ea to read that data?

I'm a self taught newbie programmer and Forex enthusiast.

Thanks for any feed back.!

 
 

OK....OK... I will. Thanks.

But I am in way over my head. Will have to play with it and see what happens...

Anyone out there have experience with this they can give me some pointers? Otherwise, its

read read read, trial and error, trial and error... Not that I mind, I'm just always looking for a learning short cut.