Skip to content

ranaroussi/futuresio-webinars

Repository files navigation

Trading with Python Webinar Series

Welcome!

This repository contains supported files and code examples used on my futures.io webinars series on Trading with Python.

Webinars in this Series:

  1. Prototyping Trading Strategies - [ jupyter notebook | webinar recording ]
  2. Backtesting & Optimization - [ jupyter notebook | webinar recording ]
  3. Live Trading - [ jupyter notebook | webinar recording ]
  4. Using Machine Learning in Trading (TBA)

* The recordings of the webinars can be found this futures.io YouTube playlist.


Requirements:

All the code listed in the notebooks is compatible with Python 3.4+ and relies on Python's scientific stack (Numpy, Pandas, Matplotlib, etc). The simplest way to get Python 3 installed on your mahcine, is to install Continuum's Anaconda, which comes pre-loaded with 99% of what you need.

Once you have anaconda installed, I recommend installing a few more libraries, in order to be able to run the code in the notebooks:

Install these libraries by opening your terminal (or cmd.exe in windows) and running the following commands:

$ pip install pandas-datareader
$ pip install fix-yahoo-finance
$ pip install seaborn

If you find these webinars helpful, please share a link to this page on favorite social site or forum.

Good luck with your trading,

Ran Aroussi

P.S. Don't forget to follow me on Twitter or visit my website for more good stuff on Python and trading.

About

Supported files and code examples for my futures.io webinars series

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published