Skip to content

sankasuraj/PyAlpha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyAlpha

Build_Status Coverage Documentation Status

PyAlpha is a python toolbox for backtesting trading ideas. An Alpha is a concrete trading idea that can be simulated historically.

In PyAlpha, an 'Alpha' refers to a mathematical model or strategy, written as python code, which places different bets (weights) on different stocks, and is expected to be profitable in the long run.

Dependencies

  • peewee
  • pandas
  • ystockquote

Installation

$ git clone https://github.com/raj-krishnan/PyAlpha.git
$ cd PyAlpha
$ pip install -r requirements.txt
$ python setup.py install

About

A python toolbox to check the quality of alphas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.1%
  • TeX 12.9%
  • Makefile 2.0%