Technical analysis functions extension released

del.icio.us Reddit Slashdot Digg Facebook Technorati Google StumbleUpon Yahoo Bloglines Bookmark.it Ask Mister Wong Netvouz

First version of technical analysis functions extension with simple example released.

To compile and install extension use commands (for Linux):

ruby extconf.rb

make

sudo make install

Source code can be found here

Documentation can be found here

One Response to “Technical analysis functions extension released”

  1. Tom Says:

    Note for ruby 1.9 under release .001 I had to change lines 27 and 92 of talib.c from RSTRING(name)->ptr to RSTRING_PTR(name) to get this to compile.

    Many thanks to the author of this inteface file!

Leave a Reply