Code Monkey home page Code Monkey logo

easymoney's Introduction

EasyMoney

A stock market simulator for testing and evaluating automated trading algorithms. A separate Software Architecture repository visualizes dependency relationships.

This was an assignment for CSU San Marcos' CS 441 Software Engineering course. Tyler Gerritsen, Erik Anderson, and James Abernathy contributed, under the instruction of Dr. Yongjie Zheng.

Source code is formatted according to the PEP 8 Style Guide for Python Code. Comment docstrings are formatted according to the PEP 257 Docstring Conventions, and use reStructuredText markup for rich formatting according to PEP 287 reStructuredText Docstring Format.

Screenshots

  • The Traders tab controls which trading algorithms will participate in the simulation:

    EasyMoney's Traders tab with a table listing participating traders

  • The Symbols tab controls which stock symbol data will be available for traders to buy and sell during the simulation:

    EasyMoney's Symbols tab with a table listing imported stock symbols

  • The Simulation tab can start, stop, and reset the simulation:

    EasyMoney's Simulation tab with buttons to control the simulation

  • The Statistics tab provides access to trader statistics during and after simulations, as well as the ability to save result files:

    EasyMoney's Statistics tab displaying a trader's simulated performance

Installation

To install EasyMoney, first clone a working copy or extract the project folder to your local computer. Next, install all required Python modules by opening a command prompt such as cmd.exe or bash in the project folder and running the following command:

pip install -r requirements.txt

If you want to use the Mypy tool for static analysis type-checking, install it as well with the following command:

pip install mypy

Running EasyMoney

On Windows, double-click main.vbs to run without displaying the logging console, or double-click main-console.bat to run EasyMoney with a separate console-based debug event log. The console version also runs Mypy static analysis if available.

On Linux, change main.sh to executable and then run it with the following commands:

chmod +x main.sh
./main.sh

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.