Skip to content

G-Knanochaos/Stock-Trading-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock-Trading-Bot

Current Specs:

  • Updates every morning (with clock checker)
  • Thin triple-layer SR identification
  • Thin double-layer trend determination using 'Close' price points (better to compare prices during similar times of the day)
  • Uses top 10 stocks filter, elimates all STCT (strength trend contradiction test) failures
  • Works with Alpaca API

I am working to improve this program's effeciency and plan to make different versions for testing. If you do plan on using/testing this code while it is in development, make sure to check the config folder and change API_KEY and SECRET_KEY.

HOW TO USE:

Prerequistes:

  • Create Alpaca Account (paper or real)
  • Find the API key and API secret and plug it into the config.py file

Every night, at any time, run the main.py file (figure out how to do this based on your operating system). It will ask you whether or not to oveerride market wait. If you want the program to wait until market open to run, type 'n'. If not, type 'y'. The file will run and (assuming you plugged it into your alpaca account) and buy whichever stocks it chooses based on its analyses.

Graphers

  • Use graphers to test individual aspects of the stock analysis process

About

A program built to earn money automatically through stock trading, with little to no input from the user.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages