Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.15 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.15 KB

Short Term Stockmarket AI For American SPX Stocks

Check It Out!

t

Run It Locally

You must add your email and password in main.py on line 35 & 36:

sender = "" ##Your Email
password = "" ## Your Email Password

Before doing so, you must activate Less Secure Apps for your google account.

git clone https://github.com/dopevog/stockmarket-ai.git
cd stockmarket-ai
pip3 install smtplib, pandas, pandas_ta, pandas_datareader, datetime, yfinance, colorama, rich
python3 main.py

How Accurate Is It?

I backtested it and it proved to have 100 % ROI! Below is the backtested result: 68747470733a2f2f73746f726167652e676f6f676c65617069732e636f6d2f7265706c69742f696d616765732f313632313330393930363634355f33353366653533356531376233343564363832663937323164646133376234632e706e67

License

This Project is MIT Licensed