Martin
Martin

Reputation: 3472

How to convert MetaStock format to CSV?

http://en.wikipedia.org/wiki/MetaStock

Anybody knows how to convert metastock data format to ASCII/CSV format ?

Any sample code (c++/c#) would be of great help.

Upvotes: 7

Views: 8179

Answers (2)

Matthew Lock
Matthew Lock

Reputation: 13546

Metalib is a non-free .NET API for reading and writing Metastock files:

http://www.trading-tools.com/metalib.htm

Upvotes: 1

rudimeier
rudimeier

Reputation: 884

The command line tool "atem" is a portable open source metastock parser implementaion in C/C++. It's very fast.

http://freshmeat.net/projects/atem

Upvotes: 6

Related Questions