Giter VIP home page Giter VIP logo

stock-market-simulator-1's Introduction

stock-market-simulator

Description

This project implements a stock market simulator. The goal is to let the simulator generate the best trading strategy automatically and tell which stock we should buy or sell to make the most benefit.

The project contains three different major components:

  • A Market Simulator: Given a portfolio (which is like a personal account that has information about what stocks you are currently holding) and an order book (a series of BUY/SELL orders), return the estimated result. The market simulator
  • Machine Learning Models: In this project, the stock price is predicted from historical price data. I applied a few machine learning models such as linear regression, random forest, and Q learning to train models based on historical data. For the learning purpose, I generated these machine learning models from scratch other than use pre-defined libraries.
  • Trading Strategy Generator: Apply the trained learning models and convert it to a classification learner using different technical indicators (e.g. Moving Average, Bollinger Band, Relative Strength Index and so on). The classification learners are then used to determine a series of BUY/SELL orders to form the best trading strategy.

Technologies

Python: NumPy, Pandas, SciPy, Matplotlib
Machine Learning: Linear Regression, Random Forest, Q learning with Dyna feature

stock-market-simulator-1's People

Contributors

xljiang avatar

Watchers

James Cloos avatar Dr. Abdul Hamid 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.