Rank: Advanced Member
Groups: Registered, Registered Users Joined: 10/18/2005(UTC) Posts: 43 Location: Slovenia, EU
|
Hello!
I´m also stucked with this problem and would apprechiate any help =D>
The EOD data provider, that I would like to use (besides EODdata), is Dukascopy (http://www.dukascopy.net/english/cquotes/CSV/), because you can download indicies and individual stock symbols with very long historical data.
Their data formating looks like this:
Date,Open,High,Low,Close,Volume,Adj. Close*
22-Nov-05,3.66,3.72,3.59,3.72,206200,3.72
21-Nov-05,3.55,3.75,3.46,3.65,185200,3.65
18-Nov-05,3.46,3.68,3.40,3.60,169000,3.60
g_stockman, you explained it nicely, that in order to import the data into Metastock, it should be formatted exactly like this:
<TICKER>,<PER>,<DTYYYYMMDD>,<TIME>,<OPEN>,<HIGH>,<LOW>,<CLOSE>,<VOL>,<OPENINT>
TEST,D,20050601,000000,60.0000,61.8000,59.6600,60.7700,34442,0
TEST,D,20050602,000000,60.9200,62.2800,60.7700,62.2100,15237,0
TEST,D,20050603,000000,62.5200,62.5200,60.6000,60.6000,16245,0
Dukascopy´s data is probably unusable as it is, so that reformatting would be necessary. But one another problem is that all of the data is written in only one column (column A in Excel). I really don´t have an idea, how could I, for example, highlight only dates, copy them into new column (column B) and reformat it accordingly.
Does anyone know, if there is a way, how to do this? Thanks!
|