regholl / Trading-Signal-Indicator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trading-Signal-Indicator

This is a trading signal indicator written in Python. It uses 4 technical indicators to produce trading signals for a given stock.

User Input

image
User inputs a ticker
User enters a start date
Both are validated after user inputs a value

UI Output

image
Red dots represent sell signals
Yellow dots represent hold signals
Green dots represent buy signals
Statistics are shown below of how many buys, sells, and holds as well as total profits if you were to buy and sell at every point
The price chart is able to me maneuvered using the tools in the top right of the screen

Indicators

Moving Average Convergence Divergence (MACD)
50 period Simple Moving Average
100 period Simple Moving Average
200 period Simple Moving Average

About


Languages

Language:Python 100.0%