Connect with Facebook
Log in |   Register | Guidelines | Search | |


Reply
  #16 (permalink)  
Old February 16th, 2005, 05:51 PM
CrazyHorse's Avatar CrazyHorse CrazyHorse is offline
level 1
 
Join Date: Jan 2005
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 6
CrazyHorse is on a distinguished road
Re: Forex Data Downloader - Updates

When looking at the Dukascopy forum it appears that they block IP addresses (presumably because they think that their data is being used for commercial purposes or similar). Dukascopy have their own version of the datadownloader at http://freeserv.dukascopy.com/exp/?popup=1 however unfortunately the data only seems to go back to 24th October 2004.

I suspect that if a users downloads excessively their IP may be blocked as well.
Sponsored Links

  #17 (permalink)  
Old February 22nd, 2005, 07:39 PM
anomaly's Avatar anomaly anomaly is offline
level 1
 
Join Date: Aug 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
anomaly is on a distinguished road
Re: Forex Data Downloader - Updates

True, Dukascopy will block your IP if you make predictable queries. I was using the hourly data for trade calculations and they noticed I would query once an hour. They assumed I was a data-collecting bot and blocked me. I contacted kir on the forum and he was able to get me cleared.

Now, I use their web-based tool: http://www.dukascopy.com/english/cquotes/CSV/

I use daily data mostly, and I can get that into 2003.

Hope this helps!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!Twit this!
Reply With Quote
  #18 (permalink)  
Old February 23rd, 2005, 01:30 AM
LearnFX's Avatar LearnFX LearnFX is offline
level 1
 
Join Date: Jul 2004
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 7
LearnFX is on a distinguished road
Re: Forex Data Downloader - Updates

Can anyone elaborate on how to get CSV data into metastock

Idiots version please

;-)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!Twit this!
Reply With Quote
  #19 (permalink)  
Old February 23rd, 2005, 04:27 PM
Wallace's Avatar Wallace Wallace is offline
level 3
 
Join Date: Jan 2003
Posts: 738
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 15
Wallace is on a distinguished road
. . .

. . ..

Last edited by Wallace; February 23rd, 2005 at 04:37 PM. Reason: . .
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!Twit this!
Reply With Quote
  #20 (permalink)  
Old February 23rd, 2005, 04:28 PM
Wallace's Avatar Wallace Wallace is offline
level 3
 
Join Date: Jan 2003
Posts: 738
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 15
Wallace is on a distinguished road
CSV > MetaStock

Here's my method:

Save a file from MetaTrader 'eurusd60.csv' to a folder

Open file in wordprocessor — mine's WordPerfect
'Convert File Format' popup:
'Convert file format from: ASCII DOS text' dropdown menu — OK
change '.' date separators to '/ '
remove ',' separators between DTOHLCV replace with 3 (?) spaces
( NB: changing the . to / and , to spaces can be done with the Find/Replace tool, but, may not be able to be done within the wordprocessor — not sure why. In that case use Excel or if you have Wordpad installed that'll also F/R. Same problem if '-' is used as a date separator.)
SaveAs/ASCII(DOS)Delimited Text (not sure what 'delimited' is, presume 'ASCII DOS text' works) save to for eg:
'Ascii price data' folder.

Open The Downloader

Tools/Convert 'Convert Securities' menu:
Source:
FileType: ASCII
Folder: where you previously SaveAs file to
File Name: SaveAs name
Destination:
FileType: MetaStock
Folder: where in MS you want file to go
OK
Ticker Symbol popup: use same or alternate SaveAs name — OK

Notes:
The file format data is saved as by the data supplier doesn't mean much, it's the formatting of the data that usually requires reformatting; csv = comma separated values.
I SaveAs ASCII because the data is used by both MS and another charting program.
You may need to do some reformatting tests before you're able to display a chart with MS from your converted file, so just reformat/convert 6 lines of data first rather than a whole file to learn what you have to do.
If there's a first or last line of text above/below the price data delete it.
The date format is often the conversion problem: MT's format is acceptable to MS: ddmmyyyy. Some data may be dmyy then change to ddmmyy — a '0' isn't used before single digits — just '2' instead of '02', so that mixed date formating may be rejected during conversion. Also a '-' might be used for a date separator which has to be changed to /.
Date order may be newest first, oldest last which I change to oldest first, newest last, not sure if that needs to be done.
Conversion takes place unless there's some formatting error, an error message will appear but no indication what the error is.
Conversion takes place with no error but chart cannot be displayed, an example of that might be the mixed date formatting. Another example would be after adding a history update to the file, a reformatting 'mistake' was made; save the correctly formatted 6 lines data file so you'll have correctly formatted data to compare with if you have a conversion problem.

Last edited by Wallace; February 23rd, 2005 at 04:44 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!Twit this!
Reply With Quote
  #21 (permalink)  
Old February 23rd, 2005, 04:30 PM
Wallace's Avatar Wallace Wallace is offline
level 3
 
Join Date: Jan 2003
Posts: 738
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 15
Wallace is on a distinguished road
. . .

. . .

Last edited by Wallace; February 23rd, 2005 at 04:39 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!Twit this!
Reply With Quote
  #22 (permalink)  
Old February 24th, 2005, 02:31 AM
LearnFX's Avatar LearnFX LearnFX is offline
level 1
 
Join Date: Jul 2004
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 7
LearnFX is on a distinguished road
Re: Forex Data Downloader - Updates

Thanks Wallace

I'll give it a go
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!Twit this!
Reply With Quote
  #23 (permalink)  
Old February 24th, 2005, 04:12 AM
LearnFX's Avatar LearnFX LearnFX is offline
level 1
 
Join Date: Jul 2004
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 7
LearnFX is on a distinguished road
Re: Forex Data Downloader - Updates

Hi Wallace

First dumb question.....


I have opened the file in Word and Excel but cannot find where to Convert the file format to ASCII

Suggestions?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!Twit this!
Reply With Quote
Sponsored Links

  #24 (permalink)  
Old February 24th, 2005, 05:20 AM
Wallace's Avatar Wallace Wallace is offline
level 3
 
Join Date: Jan 2003
Posts: 738
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 15
Wallace is on a distinguished road
Re: Forex Data Downloader - Updates

Hi LearnFX, no that's just the WordPerfect's way of doing things.
With Word you just dbl click on the csv file, or, Open, folder, set 'All files' in the Open menu 'Files of Type' to see the csv file format where it's stored, then dbl click on the file.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!Twit this!
Reply With Quote
  #25 (permalink)  
Old June 6th, 2005, 11:07 AM
Mezon's Avatar Mezon Mezon is offline
level 1
 
Join Date: Jun 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Mezon is on a distinguished road
Re: Forex Data Downloader - Updates

Developing various datafeeds is my hobby

I've created charts on some datafeeds

my site is here: http://www.jcharts.net

there are 4 datafeeds from various sources available
1. Russian stock market
2. American stock market
3. Forex
4. Dukascopy data feed

You can download data as
-charts
-CSV
-Web service

If some question appears - i'm ready to answer...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!Twit this!
Reply With Quote


Reply

Bookmarks

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules



All times are GMT -4. The time now is 08:25 PM.





no new posts