IPython notebooks for trading and math tutorials. You can view these here in github, or you can download and run locally on your computer. You will need to have the auquanToolbox installed to be able to run them.
For instructions on how to install the toolbox, visit here
##Contents: ###Trading Strategies:
- [Mean Reversion Basics] (https://github.com/Auquan/Tutorials/blob/master/Mean%20reversion.ipynb)
- [Momentum Strategy Basics] (https://github.com/Auquan/Tutorials/blob/master/Momentum%20Strategies.ipynb)
- [How to measure momentum] (https://github.com/Auquan/Tutorials/blob/master/Measuring%20Momentum.ipynb)
- [Model Selection Pitfalls] (https://github.com/Auquan/Tutorials/blob/master/Trading%20Strategy%20Model%20Selection%20Pitfalls.ipynb)
- [Avoid Overfitting] (https://github.com/Auquan/Tutorials/blob/master/Overfitting.ipynb)
- [Pairs Trading] (https://github.com/Auquan/Tutorials/blob/master/Pairs%20Trading.ipynb)
- [Long-Short Strategies using Ranking] (https://github.com/Auquan/Tutorials/blob/master/Long-Short%20Strategies%20using%20Ranking.ipynb)
###Math
- [Random Variables] (https://github.com/Auquan/Tutorials/blob/master/Random%20Variables.ipynb)
- Expected Value and Standard Deviation
- Covariance, Correlation and Confidence Intervals
###Time Series Analysis
- [ Part 1 - Stationarity, Auto Correlation, White Noise and Random Walks ] (https://github.com/Auquan/Tutorials/blob/master/Time%20Series%20Analysis%20-%201.ipynb)
- Part 2 - AR, MA, ARMA and ARIMA models
- Part 3 - ARCH and GARCH models