Hello all,
I have a script that does what I want. It writes to a file depending on the values I have specified. However, there are times when I see the activity in the eSignal chart, but it doesn't write to the file immediately.
It should be writing to the file on every tick. Unfortunately, there are times it is over a minute late writing all the back tick data.
I know that it is not overwhelmed because many times it only needs to write a line or two.
Assuming my script is correct, is there any other reason eSignal would delay writing to a file?
I have a script that does what I want. It writes to a file depending on the values I have specified. However, there are times when I see the activity in the eSignal chart, but it doesn't write to the file immediately.
It should be writing to the file on every tick. Unfortunately, there are times it is over a minute late writing all the back tick data.
I know that it is not overwhelmed because many times it only needs to write a line or two.
Assuming my script is correct, is there any other reason eSignal would delay writing to a file?
Comment