I had a great time presenting yesterday's webinar about **Live Trading with Python**... This was the third out of a four-part webinar series on **Treading With Python** for *futures.io*'s members.

I showed how to scrape historical data for daily strategies, work with streaming data, and execute and monitor trades in real-time, and
it was full of examples using Interactive Brokers and Oanda FX.

Here's the webinar's recording, slides, and Jupyter notebook.

You can jump directly to the
[Jupyter notebook](https://github.com/ranaroussi/futuresio-webinars/blob/master/03-live-trading.ipynb)
that's stored on this [GitHub repository](https://github.com/ranaroussi/futuresio-webinars),
along with a Python file which contains functions I've used during the webinars.

#### Webinar recording:

[>]https://www.youtube.com/watch?v=fE1Op4Egi34

#### Webinar slides:

<div class="slides-wrapper">
    <div style="">
        <iframe allowFullScreen="true" style="" scrolling="no" seamless="seamless" src="http://aroussi.com/futuresio/03-trading.html"></iframe>
    </div>
    Live Trading with Python
</div>

<a href="http://aroussi.com/futuresio/03-trading.html" target="_blank">Open slides in a new window</a>