All Projects → ranaroussi → futuresio-webinars

ranaroussi / futuresio-webinars

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

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].