Skip to content

Trading code for stock market analysis and regression modelling.

Notifications You must be signed in to change notification settings

nikpocuca/kata-trader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kata-trader

Trading algorithmic repo using changepoint analysis and regression modelling to make optimal trading decisions.

Requirements.

Ensure you are using python3.11+. A docker file has not been created yet but in the future will be used for development.

Preferred operating system is Ubuntu Jammy 22.04 LTS.

Installation

I use homebrew on both linux and mac because it makes it more standardized.

# install homebrew 
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# install python3.11
sudo brew install python3.11

note by installing this formula with homebrew you also install pip.

Install docker from the following link:

Ubuntu Jammy Install

About

Trading code for stock market analysis and regression modelling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages