| View previous topic :: View next topic |
| Author |
Message |
jiml
Joined: 09 Apr 2009 Posts: 7
|
Posted: Thu Apr 09, 2009 8:08 am Post subject: MetaStocks Format? |
|
|
Hi Adrian,
Thanks for the YGQD software. Do you have any plan in the near future to support this MetaStocks format?
Thanks again,
James |
|
| Back to top |
|
 |
adrian Site Admin
Joined: 13 Jul 2004 Posts: 965
|
Posted: Thu Apr 09, 2009 7:56 pm Post subject: |
|
|
I would definitely like to, but for this I will have to use the libraries developoed by MetaStock and I'm not sure what the licensing terms are. If anybody out there knows more about this please let me know.
Adrian |
|
| Back to top |
|
 |
jiml
Joined: 09 Apr 2009 Posts: 7
|
|
| Back to top |
|
 |
adrian Site Admin
Joined: 13 Jul 2004 Posts: 965
|
Posted: Mon Apr 13, 2009 1:42 pm Post subject: |
|
|
I'm not actually interested in writing a metastock module myself, but rather use the metastock dll that Metastock license as part of their sdk. They offer this to third party developers, but I don't know under what sort of license model, or price. I will contact them at some point, or maybe somebody else has this info.
Adrian |
|
| Back to top |
|
 |
davcbr
Joined: 13 Jul 2008 Posts: 6
|
Posted: Sun Jun 14, 2009 12:39 pm Post subject: metastock format |
|
|
I was briefly interested in the Metastock SDK, until I found out it would cost $1000 for an independent user who was not interested in saleable products.
They have a detailed questionnaire to fill out, asking your intentions. You will then be called and interviewed. The price will then be given, and who knows how that is determined.
It is really a moot point though, as it is extremely easy to adapt the output of your downloader to yield data files that can be quickly converted by Metastock's downloader program:
You need a title line exactly as illustrated below -
<ticker>,<per>,<date>,<open>,<high>,<low>,<close>,<vol>
and then the data in the appropriate columns -
GLD,D,6/1/2009,96.47,96.76,95.63,95.73,17921200
Under "Conversion Options" - Destination tab check "append data" and "replace matching dates"
Also check "traverse destination folders"
If you are adding new files, you will need to uncheck the "taverse" and check "New File" and specify the folder it goes into.
Hope this helps. |
|
| Back to top |
|
 |
adrian Site Admin
Joined: 13 Jul 2004 Posts: 965
|
Posted: Sun Jun 14, 2009 8:37 pm Post subject: |
|
|
Thanks for the info.
BTW, probably dumb question, but what is <per>?
Adrian |
|
| Back to top |
|
 |
davcbr
Joined: 13 Jul 2008 Posts: 6
|
Posted: Wed Jun 17, 2009 9:49 am Post subject: <p> |
|
|
| That is "period" which can be "D", "W", or "M" |
|
| Back to top |
|
 |
alepatmartin
Joined: 05 Sep 2009 Posts: 1 Location: argentina
|
Posted: Mon Sep 07, 2009 5:45 am Post subject: Metastock Format |
|
|
Hi friends
Last weekend I started using Yahoo Downloader and converted .scv files to metastock format. Thanks a lot !!! |
|
| Back to top |
|
 |
marcovth
Joined: 21 Jan 2010 Posts: 4
|
Posted: Thu Jan 21, 2010 9:02 am Post subject: |
|
|
There is a little DOS command line program called asc2ms.exe
which converts from csv to metastock format.
Google it, and you might still find it. |
|
| Back to top |
|
 |
marcovth
Joined: 21 Jan 2010 Posts: 4
|
|
| Back to top |
|
 |
4Solver
Joined: 09 Mar 2008 Posts: 5
|
Posted: Thu Mar 11, 2010 12:23 pm Post subject: Batch Downloads of ASCII & Metastock Format |
|
|
I use asc2ms.exe to batch (as in DOS .bat files) convert Downloader ASCII output to MS format. First, I run the Downloader in a .bat file which downloads about 40 directories full of ASCII data from Yahoo. Then I run another .bat file which uses asc2ms.exe to convert each of these files into MS format. The reason for the large number of directories is that I'm DLing about 4000 symbols and I adhere to the old 256 maximum for MS. That makes the data compatible with all the SW I use.
If you're interested, I can upload my .bat files but they are specific to my directory structure. There was a bug in asc-ms.exe's command-line structure which I never could solve so I just worked around it. It takes about 10-15 minutes to do the ASCII DL and about 2 hours to do the MS conversion, but both can be done in the background, without any human interaction except for starting the .bat files in Command Prompt windows.
Metastock's own converter is faster but it is interactive and thus labor-intensive. |
|
| Back to top |
|
 |
|