astrolobe
09-20-2009, 06:08 PM
Is it possible to write to the same output file from a strategy that is running concurrently on different instruments?
I have a strategy that is running on five different currencies at the same time, and I would like each instance to update the same text file as orders are executed.
I understand that you cannot read and write to the same file at the same time, but can you write to the same file from multiple sources at the same time?
thanks.
I have a strategy that is running on five different currencies at the same time, and I would like each instance to update the same text file as orders are executed.
I understand that you cannot read and write to the same file at the same time, but can you write to the same file from multiple sources at the same time?
thanks.