| PureBytes Links Trading Reference Links | 
Hi.
I have a chart w/ historical 5 min bars for data1 and data2 and historical
daily bars for data 3.
I want to write out simulation results using a fileappend statement at 4pm
each day.  My EL code runs something like this:
if Time = 1600 then FileAppend(...);
For some reason, this code executes the FileAppend statement twice each day
and therefore writes out 2 rows per day with the same 4pm data.  Does anyone
know why this occurs and how to prevent it?
Thanks in advance for any help...
	Alex
 |