stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

More than one EA to handle the same file , error 4103
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=1654
Page 1 of 1
Author:  icon [ Wed Mar 20, 2013 5:46 am ]
Post subject:  More than one EA to handle the same file , error 4103

I am writing a MTF code , so I have a master EA , and salve ones on each timeframe to collect data
I noticed when more than one EA attempt to use the same file I get error 4103
Any suggestion on how to share " loads of info " in a file between different EAs without running into error 4103 ?
Author:  ovo.cz [ Thu Mar 21, 2013 11:31 am ]
Post subject:  Re: More than one EA to handle the same file , error 4103

Hi icon, I use files for data exchange between EAs often and I do not care much about those errors. If something fails, I repeat the command after a very short delay.
Nevertheless, you should pay attention to the integrity of content. Often the read data mess the new message (beginning) with the recent message (ending). Use of some integrity check is necessary.
All times are UTC Page 1 of 1