Coder Social home page Coder Social logo

atem's Introduction

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

atem converts metastock financial data to CSV text, fast and reliable.

Download source and binary releases:
 https://bitbucket.org/rudimeier/atem/downloads

RPM Packages for Linux distros (Fedora, CentOS, RHEL, Fedora, openSUSE, SLE):
 http://software.opensuse.org/download.html?project=home:rudi_m&package=atem

The project homepage, bugtracker, git repo:
 https://github.com/rudimeier/atem


Why use atem?
-------------

 - Very portable, should work on any system.
 - Works for many metastock flavors (Equis, Norgate, stooq.com,
   bbfinance.com, etc.)
 - It's fast, factor 15-20 compared with the well known "ms2asc".
 - Support of EMaster files. Most other tools are just ignoring them which
   may results in wrong dates and loss of symbol descriptions.
 - Simple but powerful command line interface.
 - BSD open source license.


Similar other tools
-------------------

 - ms2asc by Mohammed Illyas Mansoor
 - ms2txt by Jacek 'Mech' Woźniak


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

Building from source requires a C++ compiler, like gcc/g++, clang/clang++
or icc/icpc. On Windows you could use cygwin or mingw.

Build from tar tarball works as usually:

 ./configure
 make
 make install

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


Usage
-----

By default atem reads metastock data from the current or given directory and
writes complete time series to stdout. Comma separated like this

$ atem -F, /path/to/msdata
ANY.HU,2013-11-18,09:05:00,626.00000,633.00000,626.00000,633.00000,5036,0
ANY.HU,2013-11-18,09:10:00,633.00000,634.00000,633.00000,633.00000,1479,0
ANY.HU,2013-11-18,09:25:00,632.00000,632.00000,632.00000,632.00000,120,0
FHB.HU,2013-11-18,09:05:00,375.00000,375.00000,375.00000,375.00000,1500,0
FHB.HU,2013-11-18,09:20:00,375.00000,375.00000,375.00000,375.00000,300,0
FHB.HU,2013-11-18,09:30:00,379.00000,379.00000,379.00000,379.00000,4407,0

See "atem --help" for more options, how to format the output and select the right
colums, etc. You'll also find some example data in the test directory.


Contact
-------

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

atem's People

Contributors

hroptatyr avatar rudimeier avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.