Skip to content
/ atem Public
forked from rudimeier/atem

command line tool to convert MetaStock to csv

License

Notifications You must be signed in to change notification settings

wrongite/atem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atem -- metastock reverse
=========================

atem converts metastock binary data to ASCII text. It was written due to the
lack of a fast and reliable tool.
The most useful tool so far was ms2asc by Mohammed Illyas Mansoor but there are
several bugs and issues which can't be fixed because Mohammed seems to be
unreachable and unfortunately he'd never released the source code.

The project homepage (bugtracker, latest git repo) is hosted on github
 https://github.com/rudimeier/atem
Released source tarballs and static binaries download here
 https://bitbucket.org/rudimeier/atem/downloads
Binary rpms for various Linux distros here
 http://software.opensuse.org/download.html?project=home:rudi_m&package=atem



Reasons to use atem
-------------------

 - It's fast, factor 15-20 compared with ms2asc.
 - Full support of EMaster files. Most other tools are just ignoring them which
   may results in wrong dates and loss of symbol descriptions.
 - Correct handling case sensitivity of file names.
 - Simple but powerful command line interface.
 - BSD open source license.
 - Support for both big and little endian systems.



Installation
------------

Building from source requires a C++ compiler (tested with icc/icpc and gcc/g++).
Windows has been successfully tested using cygwin and mingw.

When building from git checkout you need the autotools and gengetopt and don't
forget to type "autoreconf -vfi" first.

 ./configure
 make
 make install



Usage
-----

By default atem reads metastock data from current directory and writes complete
time series to stdout, see
 atem --help
You'll find some sample data in the test directory.



Known issues / TODO (feedback is welcome)
-----------------------------------------

 - So far atem has been extensively tested on x86_64 Linux only. There might be
   problems on other architectures because of the optimized to_string functions.
   In this case try './configure --disable-fast-printing'.



Contact Information
-------------------

  If you have questions, bug reports, patches etc., contact
  Ruediger Meier <[email protected]> (in English or German).

About

command line tool to convert MetaStock to csv

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 70.5%
  • C 25.2%
  • Shell 4.3%