项目作者: trufanov-nok

项目描述 :
A C++ console tool wrapped around TA-Lib-RT or TA-Lib
高级语言: C++
项目地址: git://github.com/trufanov-nok/ta-gen.git
创建时间: 2015-06-11T16:14:45Z
项目社区:https://github.com/trufanov-nok/ta-gen

开源协议:GNU Lesser General Public License v3.0

下载


TA-Gen

Version 0.0.1

A C++ console tool wrapped around TA-Lib-RT - fork of TA-Lib. Intended to be used from terminal / shell scripts.
Supposed to be crossplatform: Linux, Windows, Mac OS. License: LGPL v3
Currently supported features:

  • Listing TA functions implemented in current TA-Lib-RT: their groups, details, arguments.
  • Can be easily recompiled to work with original TA-Lib

Command line:

  1. -v [ --version ] Get version.
  2. -h [ --help ] This help.
  3. -g [ --list_groups ] List groups of functions available in
  4. TA-Lib.
  5. -l [ --list_functions ] arg List functions in the group. May be used
  6. multiple times to list content of several
  7. groups. Don't forget that group names
  8. with space characters must be passed in
  9. quotes. May accept 'all' value to list
  10. all functions.
  11. -f [ --print_function_details ] arg Print function's' description. May be
  12. used multiple times or with 'all'
  13. keyword.
  14. -x [ --xml ] Print XML representation of ALL the
  15. TA-Lib functions. The returned array is
  16. the same as the ta_func_api.xml file.