CoryHunter / TradingApp

This Trading App is a GUI developed with tkinter that interacts with the Alpaca API to algo-trade preset strategies. Will initially be paper trading but will be developed into live trading later.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TradingApp

App Design

THis trading app is written in Python and designed by the process of Event Modeling using oNote. This is the event model that shows the framework for the app:

oNotes

Running the App

The trading app is currently used at an interface to trade using Alpaca keys. In order to run the file load the file into ipython and run the function run_app(). The program will bring up as sign in screen where you can enter your personalized keys.

This is the sign in screen:

Sign In

This is what the trading platform looks like:

Sign In

Functions of the Platform

There are three segments that are used in the platform: Graph (Top Left), Trading (Top Right) and Charts (Bottom). The graph can be manipulated and refreshed with the buttons and listboxes below the chart. The Trading portion allows you to select what trading Algorithm to use. and the chart is the individual stocks of the portfolio and statistics about it. It can also be refreshed.

TODO

Import Upswing Method Code up and import Moving Average Method Code up and import Robinhood Method Fix bugs in Graph Due to changes in APIs

About

This Trading App is a GUI developed with tkinter that interacts with the Alpaca API to algo-trade preset strategies. Will initially be paper trading but will be developed into live trading later.


Languages

Language:Python 100.0%