Giter Club home page Giter Club logo

marketanalytics's Introduction

MarketAnalytics

Stock Strategy implementation - using ASP.Net Core, .Net Core, Entity Framework, Linq with SQLite as database

Technologies Used

  1. ASP.Net Core 3.0 (Code first) with Razor
  2. Entity framework core (EF core) 6.0
  3. linq
  4. Google charts
  5. Java script
  6. SQLite

Nuget Packages Used

  1. microsoft.aspnetcore.diagnostics.entityframeworkcore 7.0.3
  2. microsoft.aspnetcore.identity 2.2.0
  3. Microsoft.AspNetCore.Identity.EntityFrameworkCore 7.0.3
  4. microsoft.aspnetcore.identity.ui 7.0.3
  5. microsoft.aspnetcore.mvc.newtonsoftjson 7.0.3
  6. microsoft.entityframeworkcore 7.0.3
  7. microsoft.entityframeworkcore.design 7.0.3
  8. microsoft.entityframeworkcore.sqlite 7.0.3
  9. microsoft.entityframeworkcore.sqlserver 7.0.3
  10. microsoft.entityframeworkcore.tools 7.0.3
  11. microsoft.visualstudio.web.codegeneration.design 7.0.3

Summary

This Project allows user to search any global investment entity (Stocks, ETF, Futures, Index and Mutual Fund) and provides following functionality:
  1. Store all companies along with their CMP
  2. Store historical price data
  3. Show SMA chart for 200, 50 & 20 periods
  4. Show RSI chart for period value 14
  5. Show Stochastics chart for fastk = 20 and slowd = 20
  6. Backtest for buy sell algorithms (data table & chart)
    • Show buy indicator when price is below SMA(200/50/20)
    • Show sell indicator when price is above SMA (20/50/200)
    • Identify bullish engulfing pattern (uptrend) and indicate buy & sell opportunities
    • Identify bearish engulfing pattern (downtrend) and indicate buy & sell opportunities
    • Identify uptrend with continuous green candle of at least 20% and show buy & sell opportunities
    • Identify a price date when stock price hit below 67% than lifetime highest close & for that stock check if the CMP is about 50% lower than 52 week highese close for buy opportunity
  7. Portfolio
    • Create portfolios
    • Add transactions
    • Consolidate portfolio valuation
    • Individual transaction valuation

marketanalytics's People

Contributors

vinaybhide avatar

Stargazers

 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.