Git Product home page Git Product logo

stockanalyzer's Introduction

Overview Build Status

Purpose of this project is to provide world class stock analysis to users. Source code should allow traders and data scientists to add innovative algorithms and share with the world.

Details

It is a spring boot based project. Build it using gradle and run like the following The code integrates with twitter4j library so to gather data from twitter you need to get access to twitter access tokens.

build command - gradlew build run command - java -jar -Dtwitter4j.oauth.consumerKey=*** -D-Dtwitter4j.oauth.consumerSecret=** -Dtwitter4j.oauth.accessToken=** -Dtwitter4j.oauth.accessTokenSecret=** build/libs/s-analyzer-0.0.1.jar

This will by default run the app at the port 8080.

Current backlog

  • Add Analysis tab(below 'dashboard') in left menu showing details of various analysis run and their individual results
  • Add RSI, OBV, Slow Stochastics and Williams %R predictors
  • Add Twitter NLP using Stanford core -- in progress
  • Add news NLP using Stanford core -- in progress
  • Replace Yahoo with a more reliable source
  • Refactor backend code to allow different analysis to be added as plugins and also run in parallel
  • Pull data bout quaterly projections and revenues
  • Pull External data like PMI, unemployment, fed rates, USD and gold prices etc -- in progress
  • Add a home page to it where we shall have all top 10 winner/looser kind of details
  • Allow users to track their own list of stocks
  • From the list of stocks that they track, find like minded users and recommend other stocks to carry
  • Create a value index - show them their portfolio and if they should invest in one more or sell one of them. Allow them to run what-if scenarios. What-if I sell this one vs that one today ?

Demo Site

demo site on heroku

stockanalyzer's People

Contributors

shamikm avatar mickyr avatar

Stargazers

Rui Bandarra avatar  avatar

Watchers

 avatar  avatar

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.