indicators icon indicating copy to clipboard operation
indicators copied to clipboard

A gem for calculating technical analysis indicators.

Results 6 indicators issues
Sort by recently updated
recently updated
newest added

https://github.com/Nedomas/indicators/issues/5

As brought up in https://github.com/Nedomas/indicators/issues/3 - the securities gem is only used in tests and should not be required for general uses of the indicators gem.

Hi there, I've followed the instructions on your page and cloned and bundled your gem for the following environment. Runtime: ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux] However when calling it...

Already reported about it. https://github.com/Nedomas/securities/issues/3

The gem relies on another gem, and cannot be used without also installing a stock scraper. This is not an expected behavior and not mentioned in the docs.

I got Argument 1 for 0 (sum method) error with rails 2.3. Have to modified / lib / indicators / calculations / helper.rb sum method to: ``` ruby unless method_defined?(:sum)...