rivella50 / talib-ruby

Ruby Wrapper for the Technical Analysis Library ta-lib
55 stars 31 forks source link

unsuccess return code TA_SetInputParamPricePtr (RuntimeError) #13

Closed JoelSund closed 10 years ago

JoelSund commented 10 years ago

Hello

I use ta-indicator & talib since 2 months on 2 servers. Today, ruby refuse to exec command like .indicator(:WclPrice)

/home/user/.rvm/gems/ruby-2.0.0-p247/gems/ta-indicator-0.1.1/lib/indicator/auto_gen/wcl_price.rb:34:in in_price': unsuccess return code TA_SetInputParamPricePtr (RuntimeError) from /home/user/.rvm/gems/ruby-2.0.0-p247/gems/ta-indicator-0.1.1/lib/indicator/auto_gen/wcl_price.rb:34:inrun' from /home/user/.rvm/gems/ruby-2.0.0-p247/gems/ta-indicator-0.1.1/lib/indicator/mixin.rb:7:in `indicator'

This in both servers, without any update or anything.... it worked until now, and suddenly does not work from anywhere.

Hope here is the right place to report that problem. Regards and keep on the good work