emmahyde / stockton

Algorithmic stock trading bot for personal use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stockton

Stocktown "Gold" Rush is my Stock Trading bot. He is a python kinda guy.

Project board is here: https://github.com/users/emmahyde/projects/5

Getting Started

  • Go to the Anaconda website.
    • Download and install, reboot terminal.
    • Run conda update -n base -c defaults conda for good measure.
  • Go to the cloned directory on your machine.
    • On Mac/Linux, execute:
      conda env create -f macos_linux_environment.yml
    • On PC, execute:
      conda env create -f environment.yml
  • Activate the new package environment with conda activate stockton.
  • Run jupyter notebook or the fancier jupyter lab in order to access the jupyter web interface.

About

Algorithmic stock trading bot for personal use.

License:MIT License