- ago
I have made some ASCII data files using their stock symbols for the file name. Is there a way to construct the ASCII file so when WL7 reads the file it will display the security name along with the symbol?
0
662
Solved
4 Replies

Reply

Bookmark

Sort
- ago
#1
The file name can be any. WL7 can read the security name from a column in your ASCII file. Choose "Security name" field and then choose Add:

1
- ago
#2
Is it possible to place the security name on the very first line only so not to have it repeat writing it to file line by line?
0
Cone8
 ( 25.44% )
- ago
#3
I'm afraid not.

What you can do is create a resource file with symbols and company names, and make the assignment to bars.SecurityName in your script's Initialize() method.
0
Best Answer
- ago
#4
Thank you for your help.
0

Reply

Bookmark

Sort