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?
Rename
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:
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?
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.
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.
Thank you for your help.
Your Response
Post
Edit Post
Login is required