Code Monkey home page Code Monkey logo

vba_of_wall_street's Introduction

VBA of Wall Street

Goal

Create a script that will loop through all the stocks to summarize the data.

Steps

  • The Multi Year Stock Market file is too large, the first VBA script was only for one spreadsheet and created on the alpha_testing spreadsheet.

  • Modify the script to be able to work on multiple sheets. Saved the script as "single" and "multi" .bas files: [Alpha_testing_single.bas], [Alpha_testing_multi.bas]

  • Import the script to the Multi Year Stock Market file and let the VBA magic begin!

Result

  • Please see the summary table in the alphabetical testing file, you'll find the informaiton below,

    • Ticker: Stock name

    • Yearly change: Difference between the opening price at the beginning and the closing price at the end of that year; all the positive changes are highlighted in green, and all the negitive changes are highlighted in red.

    • The percent change: the percentage of the yearly change of that given year.

    • The total volume: the total volume of the stock of that given year.

    • The Greastest % Increase: the highest growth stock of that given year.

    • The Greastest % Decrease: the lowest growth stock of that given year.

    • The Greatest total volume: the highest transation volume stock of that given year.

    • The image of the result of the Multi Year Stock Market data attached as follow: [2014 Stock Market.png], [2015 Stock Market.png], [2014 Stock Market.png]

vba_of_wall_street's People

Contributors

peiday 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.