Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 3/6/2010(UTC) Posts: 113 Location: London
|
1. Replace the space and semi-colon with a comma. 2. Add a header.
It should be something like this:
<date>,<time>,<open>,<high>,<low>,<close>,<volume> 20111125,091301,17602,17602,17602,17602,511
20111125,091401,17603,17637,17600,17637,28
20111125,091500,17635,17640,17585,17591,659
It will ask you for a ticker symbol. If you don't want it to ask you, you have to include it like this:
<ticker>,<date>,<time>,<open>,<high>,<low>,<close>,<volume> MYTICKER,20111125,091301,17602,17602,17602,17602,511
MYTICKER,20111125,091401,17603,17637,17600,17637,28
MYTICKER,20111125,091500,17635,17640,17585,17591,659
If you want more information, see the help file in the Downloader.
|