Getting Started
Installation
Local install
From the command line run:
gem install ruby-technical-analysis
Rails project install
Add the gem to your Gemfile:
gem 'ruby-technical-analysis', '~> 1.0', '>= 1.0.4'
Then run:
bundle install