Metadata-Version: 2.1
Name: metastock2pd
Version: 1.0.1
Summary: Utilities for data manipulation including creation of DAGs and tables
Home-page: https://github.com/gityoav/metastock2pd
Author: Yoav Git
Author-email: yoav.git@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/gityoav/metastock2pd/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# metastock2pd

A simple utility to convert metastock data to pandas dataframe.

You can conda install it from https://anaconda.org/yoavgit/metastock2pd

This is a simpler version of https://github.com/themech/ms2txt and themech should get all the credit for the heavy lifting in parsing the bytes.

There are two functions you care about: 

- metastock_read_master('c:/directory') will read metastock master, emaster and xmaster files as a table of available files. We can then read these files directly using...
- metastock_read('c:/directory/F1.dat') will read metastock datafiles: either dat or mwd extensions.




