EDIT: Solved - the following works fine for me (although I need to add a preceding "," to the first written field)
FileSeek(handle, FileTell(handle)-2, SEEK_SET)
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi guys,
I could do with a little help if anybody can please.
I'm writing a few trade details to a csv file, which is all fine and working how I want. However, when I record the trade close information, I would like it to append to the last line of data if possible. At the moment, it is creating a new line and writing the data there.
I've searched the documentation and cannot figure out how to do this, I'm sure it's probably simple and any help would be appreciated.
Cheers