BigAl:
I can not seem to get any data into the files I am creating. Who can see what I am doing wrong.
The code is stripped down to show only the file code as below: when I examine the created files they are empty (not even anything in the column headings)
In . . .
FileWrite( FName, "Ticket", "Target", "Position", "Price", "Volume", "Profit");
shouldn't you be using the file handle instead of part of the filename ? FileWrite()
RaptorUK:
In . . .
shouldn't you be using the file handle instead of part of the filename ? FileWrite()
A BIG LOL !!!! How to look a fool with stupid mistakes.
Thanks RaptorUK
BigAl:
Don't beat yourself up, the only people who don't make mistakes are those that do nothing :-)
A BIG LOL !!!! How to look a fool with stupid mistakes.
Thanks RaptorUK

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
I can not seem to get any data into the files I am creating. Who can see what I am doing wrong.
The code is stripped down to show only the file code as below: when I examine the created files they are empty (not even anything in the column headings)