Coder Social home page Coder Social logo

shaikhanas1993 / stocktrading Goto Github PK

View Code? Open in Web Editor NEW

This project forked from joeywatts/stocktrading

0.0 3.0 0.0 221 KB

Algorithmic stock trading based on a complex price prediction engine that factors in the sentiment of microblog posts and the reliability of the posters.

Scala 100.00%

stocktrading's Introduction

Trading Stocks with Crowdsourced Aggregated Opinions

Authors: Joseph Watts, Nick Anderson, Connor Asbill, Joseph Mehr

Clients: Saurabh Chakravty, Eric Williamson

Supervisor: Prof. Edward Fox

Algorithmic stock trading based on a complex price prediction engine that factors in the sentiment of microblog posts and the reliability of the posters.

Getting Started

For more information on how to build this project and some helpful tricks for developing in this environment, see UsingSBT.md

Project Structure

Common

The "common" subproject contains general utilities used throughout the project.

Pricing Data

This module is responsible for providing interfaces to access stock pricing data. This data can come from various sources, so this module will hold classes that retrieve the prices from web APIs or read the prices from different file formats. Once the price data is obtained, we store this data in an HBase table.

Other modules can depend on this module to retrieve stock prices.

Opinion Aggregation

This module implements a method of aggregating sentiment from microblog posts. This implementation is based off of the CrowdIQ paper developed with faculty from Virginia Tech. The CrowdIQ paper describes a method of modeling the reliability of microblog authors based on the dependency of their opinions on other authors as well as the accuracy of their opinions.

Trading Simulation

This subproject facilitates the simulation of a trading algorithm. It contains classes to model a virtual stock portfolio. By extending the TradingStrategy trait, you can define a strategy that can be used to execute stock trades in response to TradingEvents.

stocktrading's People

Contributors

joeywatts avatar ewmson avatar saurabhc123 avatar nicknea avatar

Watchers

James Cloos avatar Anas 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.