Rank: Advanced Member
Groups: Moderators, Registered, Registered Users, Subscribers Joined: 10/8/2010(UTC) Posts: 1,960
Thanks: 92 times Was thanked: 155 time(s) in 150 post(s)
|
Originally Posted by: Guest Originally Posted by: MS Support Hi,
The folder is supposed to appear empty when you first navigate to it (The button should say "Select Folder"). However, once you select the folder, a little triangle should appear next to the folder in the window below. If it does not, then this means DownLoader is unable to handle the CSV format.
...
Would you please specify how the csv file is supposed to be structured to be handled by the Downloader for conversion - I have the following csv format (one line for each day, one file for each security)
SYMB,D,M,D,YYYY,Open,High,Low,Close,Volume,0
resp.
SYMB,D,MM,DD,YYYY,Open,High,Low,Close,Volume,0
and MS15 is not recognising the files.
<Symbol>,<Interval>,<Date>,<Open>,<High>,<Low>,<Close>,<Volume>,<o/i> Your date should not contain commas which would likely be seen as delimiters. Not sure what the 0 is on the end, but if that is for open interest, you will also want to have an <open interest> or <o/i> header line. There is a Help topic within Downloader under Local Data > .CSV / .TXT > Local Data File Format that you can also review since there are often multiple ways to define the header line.
|