[![Build Status](https://travis-ci.org/rubenafo/trendyways.svg?branch=master)](https://travis-ci.org/rubenafo/trendyways) [![Coverage Status](https://coveralls.io/repos/github/rubenafo/trendyways/badge.svg?branch=master)](https://coveralls.io/github/rubenafo/trendyways?branch=master) [![npm version](https://badge.fury.io/js/trendyways.svg)](https://badge.fury.io/js/trendyways) Trendyways ========== Small javascript library containing methods to be used in financial technical analysis of stock time series. It is intended to be a simple library, suitable to be inserted in any visulization workflow to generate results on the fly. Compatibily: IE[7,8,9,...], Chrome and Firefox. Install ------- `npm install trendyways` How to use it ------------- From NPM, load the module to access the methods: `let tw = require ("trendyways")` `console.log(tw.ma([1.1, 2.2, 3.4, 2.1], 2)` If you use the module in a browser as a JS dependency, _trendyways.js_ or _trendyways.min.js_ just include the file: `