Coder Social home page Coder Social logo

deyopop5upd8zajm's Introduction

ValueInvestor

Background:

The goal is to establish a robust intelligent system to aid the value investing efforts using stock market data, the investment decisions should be based on intrinsic value of companies and not on the basis of daily market volatility. The profit realization strategy typically involves weekly, monthly and quarterly performance of stocks we buy or hold.

Data Description:

Set of portfolio companies trading data from emerging markets including 2020 Q1-Q2-Q3-Q4 2021 Q1 stock prices. Each market's operating days varies based on the country of the company and the market the stocks are exchanged. Predict with the 2021 Q1 data.

Goal(s):

  • Predict stock price valuations on a daily, weekly and monthly basis.
  • Recommend BUY, HOLD, SELL decisions.
  • Maximize capital returns, minimize losses.
  • Ideally a loss should never happen. Minimize HOLD period.
  • Evaluate on the basis of capital returns. Use Bollinger Bands to measure the system effectiveness.

Methodology:

  • After trying different time series forecasting models for our initial dataset focused on Russia's Sberbank Stocks, LSTM model is the best fit.

image

image

Evaluate the model on the whole data and predict 20 months into the future (till the end of next year)

image

image

  1. Exponential Smoothing : While Exponential Smoothing is straightforward to implement and captures general trends, its forecasting performance diminishes with intricate trends, complex patterns, or long-term dependencies.
  2. FB Prophet : Designed to handle missing data and outliers effectively, FB Prophet can also accommodate seasonality and holidays. However, it's not most suitable choice for rapidly changing trends and complex patterns.
  3. ARIMA (AutoRegressive Integrated Moving Average): ARIMA performs well with linear trends and stationary time series, and it can capture seasonality through differencing. But, its efficacy diminishes when faced with non-linear patterns, making it less suitable for forecasting complex trends.
  4. LSTM (Long Short-Term Memory) : LSTM stands out for its ability to capture complex, non-linear relationships and it can learn well from long sequences of data and capture temporal dependencies.

image

Conclusion

image

deyopop5upd8zajm's People

Contributors

53kibgcaqz0gokmj avatar

Watchers

 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.