Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.27 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.27 KB

technical-indicators

This a Highcharts-plugin that allows the user to add technical indicators to their charts.

The contents of the plugin is located in the javascript file "technical-indicators.src.js". This plugin is published under the MIT license, and the license document is including in the repository.

Installation

  • Add the script tag pointing to "https://rawgit.com/laff/technical-indicators/master/technical-indicators.src.js".
  • id: Give your original dataset an id.
  • type: This is the series type needed to load the functionality. Either trendline or histogram.
  • linkedTo: Link each of the technical indicators (series) you wish to add, to the original dataset.
  • algorithm: Choose algorithm / name of the technical indicator you wish to use. linear is default.

Algorithms