Skip to content

Python implementation of trading strategies discussed in the book "Algorithmic Trading" By Ernie Chan using data from Indian markets.

Notifications You must be signed in to change notification settings

AnjayGoel/algorithmic-trading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithmic-Trading

My python implementation of trading strategies discussed in the book Algorithmic Trading By Ernie Chan using data from Indian markets.

How to run

Didn't use notebooks because resuing code from other notebooks is a pain in the neck. To run simply:

  • Create virtual enviornment and install requirements
  • Excute files as modules using -m option. Ex: python -m strategies.mean_reversion.adf_and_hurst

Data Sources

About

Python implementation of trading strategies discussed in the book "Algorithmic Trading" By Ernie Chan using data from Indian markets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages