A stock trading bot that trades stocks based on signals from TradingView's most volatile stocks website.
Sign up for an Alpaca account from this link.
Install the latest version of python from this link.
- Clone the repository.
- Using HTTPS:
git clone https://github.com/ehous3/MVS_Bot.git
- Using HTTPS:
- Enter the working directory.
cd ./MVS_Bot
- Install required packages using pip.
pip install requests
pip install bs4
pip install alpaca_trade_api
pip install yfinance
pip install colorama
- Follow the steps for Normal Usage.
To deploy to production in terminal, run the following commands.
- Ensure you are on the latest version of the master branch from Github.
git checkout origin/master
git pull
- Run in terminal.
python3 main.py