Skip to content

Technical Analysis Indicator Function Library in C

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

silky/tulipindicators

 
 

Repository files navigation

Build Status

#Tulip Indicators

##Introduction

Tulip Indicators is a library of technical analysis functions written in ANSI C.

Lots of information is available on the website: https://tulipindicators.org

##Features

  • ANSI C with no dependecies.
  • Uses fast algorithms.
  • Easy to use programming interface.
  • Release under LGPL license.

##Building

Building is easy. You only need a decent C compiler. Tulip Indicators has no other dependencies.

Just download the code and run make.

git clone https://github.com/TulipCharts/tulipindicators
cd tulipindicators
make

You should get a static library, libindicators.a. You'll need that library and the header file indicators.h to use Tulip Indicators in your code.

##Usage

For usage information, please see: https://tulipindicators.org/usage

About

Technical Analysis Indicator Function Library in C

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 91.6%
  • Tcl 7.7%
  • Other 0.7%