Skip to content

simple utility to convert metastockdata to pandas dataframe - adding encodings parameter

License

Notifications You must be signed in to change notification settings

neuraldevelopment/metastock2pd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metastock2pd

A simple utility to convert metastock data to pandas dataframe.

You can conda install it from https://anaconda.org/yoavgit/metastock2pd or pip install from https://pypi.org/project/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.

About

simple utility to convert metastockdata to pandas dataframe - adding encodings parameter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Other 0.5%