Skip to content
/ MVS_Bot Public

A trading bot that trades signals from TradingView's most volatile stocks page.

Notifications You must be signed in to change notification settings

ehous3/MVS_Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

MVS_Bot (Most Volatile Stocks)

Overview

A stock trading bot that trades stocks based on signals from TradingView's most volatile stocks website.

Production

Setup (First Time Only)

Sign up for an Alpaca account from this link.

Install the latest version of python from this link.

  1. Clone the repository.
    • Using HTTPS: git clone https://github.com/ehous3/MVS_Bot.git
  2. Enter the working directory.
    • cd ./MVS_Bot
  3. Install required packages using pip.
    • pip install requests
    • pip install bs4
    • pip install alpaca_trade_api
    • pip install yfinance
    • pip install colorama
  4. Follow the steps for Normal Usage.

Normal Usage

To deploy to production in terminal, run the following commands.

  1. Ensure you are on the latest version of the master branch from Github.
    • git checkout origin/master
    • git pull
  2. Run in terminal.
    • python3 main.py

About

A trading bot that trades signals from TradingView's most volatile stocks page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages