Giter VIP home page Giter VIP logo

technical-indicators's People

Contributors

laff avatar torsteinhonsi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

technical-indicators's Issues

Trendline treats null as 0

At least for the SMA, but probably others. When there are datapoints with a null Y value, I believe the trend line treats them as if they are 0s.

It seems like these datapoints should be ignored entirely. For example, if I was doing a 7 day moving average and day 20 of 100 was missing data, the SMA value could just use the last 6 days for the day 20 SMA value. i.e. Do the sum, but divide by 6 instead of 7.

Rawgit link

Since this project hasn't been undergoing any kind of rapid change, it's probably worth pointing to Rawgit's CDN so Ryan has a better time :)

Register with bower

Given you've accepted the bower.json file (as per pull request #8) it'd be good to register it with bower. You can use the command bower register highcharts-technical-indicators https://github.com/laff/technical-indicators.git or similar to register it.

First and last YAxis labels are changed to numbers

This plugin changes the first and last YAxis labels to numbers, 0 for the first data point and another number for the last. It should not change the existing series data, just add a new series for the trend data.

Step10 is not defined

In some servers, the error appears because there is no declaration of step10, the error mentioned in the title occurs, for correction of it simply state it at the top of the function.

Malformed bower.json

Your bower.json file is malformed. Need to remove the trailing comma on line 28. Tested successfully on forked branch.

MACD formula modify

Hi I want to use technical indicators plugin in my graph. But I want to modify MACD formula. How can I change that?

Custom period value in Linear type indicators

Can I add custom period value in linear type technical indicators? deafult it is '100' ....can I customize it I mean If dynamically I push period value as 40. Will it work?

{
name: 'Linear Trendline',
linkedTo: 'primary',
showInLegend: true,
enableMouseTracking: true,
type: 'trendline',
algorithm: 'linear',
periods:40
}

linear regression has wrong starting point Y value

There was a wrong assumption made that the trend line will start at the same point as the original dataset. It needs to be computed using the calculated linear equation of the trend line, just as the last point is being computed. See my pull request for the fix.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.