Giter VIP home page Giter VIP logo

stock-market-analysis-with-r's Introduction

Stock-Market-Analysis

Basic Technical Trading Analysis with R

Why R?

-> A higher level programmimg language such as R or Matlab, coupled with their interactive programming environmnets,allow their users to slice, dice and analyze data within a fraction of time it takes with C++, C+ or Java.

From where do we get the data?

-> Either from the broker himself or any interactive Historical Data Downloader websites.

What is the project about?

-> Using a comma-seperate file containing open, high, low,Close...etc. columns I will demonstrate how to use a R library to calculate Simple Moving Average (SMA), Exponential Moving Average (EMA), Bollinger Bands (BBands), RSI, and MACD technical analysis indicators. I would then append calculated indicators as new columns to the input file so that it can be used for further analysis or trading strategy prototyping in Excel, R, or any other CSV-friendly software package of your choice.

How do we start the project?

-> Install R -> Install Technical Analysis Library for R -> Load the Input Data -> Calculate Moving Averages, Bollinger Bands, RSI- Relative Strength Indicator, MACD -> Join all Data Together -> Write to comma-seperate file.

Content of the files uploaded :

-> code.r:: An R file that contains the entire code of the project along with the non-visual output.

-> data.csv:: A comma-seperate file that contains the Historical Input Data without any technical indicators.

-> Bollinger Bands_colourless.jpeg:: A visual output of Bollinger Bands

-> Bollinger Bands_colour.jpeg:: A visual output of Bollinger Bands

-> data_with_indicators:: Final output file( can be text,excel or csv)

stock-market-analysis-with-r's People

Contributors

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