GithubHelp home page GithubHelp logo

webclinic017 / stocktradingbotcloud Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rexliu3/stocktradingbotcloud

0.0 0.0 0.0 88.19 MB

Alpaca Cloud Algo gcloud

License: MIT License

Python 79.39% C 0.85% HTML 0.70% CSS 0.01% C++ 18.34% Fortran 0.01% Smarty 0.01% Makefile 0.01% MATLAB 0.01% TeX 0.03% JavaScript 0.01% NASL 0.32% Pawn 0.01% CMake 0.01% PowerShell 0.02% Batchfile 0.01% Roff 0.02% Cython 0.29%

stocktradingbotcloud's Introduction

Contributors Forks Stargazers Issues MIT License LinkedIn

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

Python program that learns stock movement based on past and current data and buy/sells stocks accordingly. Implemented with the Alpaca Trading API to import data and create buy/sell orders, the AI software can predict future movements of stocks and place orders automatically. It's also deployed to the Google Cloud Storage to run infinitely on Google Cloud.

Built With

Getting Started

Prerequisites

  • Python
    https://www.python.org/downloads/

Installation

  1. Get a free key_id and secret_key at https://alpaca.markets/algotrading
  2. Clone the repo
    git clone https://github.com/rexliu3/StockTradingBotCloud.git
  3. Install requirement.txt
    pip3 install -r requirements.txt
  4. Enter your key_id and secret_key in Stock_Trading_Bot.py
    super().__init__(key_id='ENTER YOUR KEY_ID',
                                                 secret_key='ENTER YOUR SECRET_KEY',
                                                 base_url='https://paper-api.alpaca.markets')

Usage

Simply run main.py: python3 main.py

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Rex Liu - [email protected]

Project Link: https://github.com/rexliu3/StockTradingBotCloud

Acknowledgements

Built with reference to article

stocktradingbotcloud's People

Contributors

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