Git Product home page Git Product logo

wqu-capstone's Introduction

This repository is created as part of CAPSTONE project submission for WQU 2015-2017 It contains python sample code, that demonstrates short-term trading using a combination of monentum, volatility and trend indicators                                                            

  CAPSTONE is the Main program
  
  CAP_STCK_ENTRY This module allows user to enter his choice of stock through file or enter tickers manually on screen
  
  STOCK_DATA This This module fetches the historical data of the tickers entered above
  
  OUTLIER_STOCKS This module gets the most volatile stock among the lot and plots the same
  
  SIGNAL_FILTERS Computes the Indicators. TA-Lib library is used for the same [1]
  
  STRATEGY_ADX_BB_MACD_RSI This module has the trading strategy that uses MACD,RSI,ADX and Bollinger Bands to enter long or short
  
  KEY_PROCESS_INDICATORS KPI is calculates here and displayed on user screen
  
  PLOT_INDICATORS The Stock data along with the indicators are plotted for user refrence

The project has been developed in Windows OS in Python 2.7 environment

Apart from using the standard libraries, additional library TA-Lib is used

Installing the TA-Lib could be done as mentioned in 'https://mrjbq7.github.io/ta-lib/install.html '

Installation error was encountered while following the above.

So from http://www.lfd.uci.edu/~gohlke/pythonlibs/ downloaded and installed 'pycuda 2016.1.2+cuda7518 cp27 cp27m win_amd64.whl'

Installation is simple pip install

      pip install pycuda 2016.1.2+cuda7518 cp27 cp27m win_amd64.whl

wqu-capstone's People

Contributors

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