More than one EA to handle the same file , error 4103

Post Reply
icon
Trader
Posts: 18
Joined: Thu Apr 12, 2012 4:49 pm

More than one EA to handle the same file , error 4103

Post by icon »

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 ?
ovo.cz

Re: More than one EA to handle the same file , error 4103

Post by ovo.cz »

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.
Post Reply

Return to “Coders Hangout”