I am looking for a "stocks indicator library" written in ruby. A technical indicator could be anything from moving average to Williams %R.
Preferably I need a library where I can provide the historical data for a stock (input) and get the latest value for any technical indicators as output.
Also I am interested in any similar open source libraries written in any other language.
I did some googling and I searched here but no luck so far.
Thanks.