Skip to content

hardware-is-not-software/daytrader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

git clone https://github.com/hardware-is-not-software/daytrader.git

// Install Python and preferably virtual enviroment as miniconda

pip install -r requirements.txt

python daytrader.py --help

Single stock (eg. INTC, tradecost 0.2% for each trade)

python daytrader.py --ticker INTC --tradecost 0.2

List of stocks (eg. index)

python daytrader.py --stocklist lists/SP5.csv --tradecost 0.2

About

Analyses trading strategies using historic data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages