themech / ms2txt

Little utility to decode Metastock files and write them in text format

Home Page:http://themech.net/2008/08/reading-metastock-files/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Author: mech

Python utility that reads Metastock data files and save the quotations in
text files.
Full article is available here: http://themech.net/2008/08/reading-metastock-files/

Usage:
Run this script from the directory containing metastock data (it should contain
EMASTER file).

Listing the symbols in Metastock data:
python <path>/ms2txt.py --list

Extracting all quotes:
python <path>/ms2txt.py --all

More help:
python <path>/ms2txt.py --help

About

Little utility to decode Metastock files and write them in text format

http://themech.net/2008/08/reading-metastock-files/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%