Giter VIP home page Giter VIP logo

stocks's Introduction

Stocks

Pulling data from Yahoo! Finance, graphing OHLC data, backtesting algorithms, stock screeners, formatting data

The variations of backtest.py (backtest.py, 2backtest.py, etc.) create a system whereby an algorithm, which is coded into the backtest, is tested using stock data pulled from Yahoo! Finance over the past up to 30 years.

pulldata.py, pulllargedata.py, and pulllargedata2.py are progressively more capable code that pulls stock data from Yahoo! and formats and puts the data into .txt files in a separate directory

updatedata.py updates existing data collected by the pulldata.py variations with new data

quickgraph.py, supergraph.py, ulimategraph.py etc. graph candlestick Open-High-Low-Close data, for both intraday and historical stock data. Some of graphs are unavailable commercially without paying for premium services.

screener.py, screener2.py, smallcap.py, autoanalyzer.py all parse through a list of stocks (either the S%P500 or the Russel3000) and look for stocks with certain characteristics, e.g. screener2.py looks for stocks that have lost an unusual amount of money, and screener.py looks for hammer and hanging man patterns, which are names of common trend reversal indicators.

movingaverages.py graphs a stocks price history along with two moving averages, which the user sets when the code is run

stocks's People

Contributors

ryanawood avatar

Stargazers

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