Purpose

A basic trading model on Interactive Brokers' API dealing with high-frequency data studies.

alt text

Requirements

What's new

19 Jun 2019

14 Jun 2019

8 Jun 2015

Setting up

You can choose to run this model in your console OR in Docker.

Running on a local Python console

Steps to run the trading model on your command line:

Running from a Docker container

This step is optional. You can choose to deploy one or several instances of these algos on a remote machine for execution using Docker.

A Docker container helps to automatically build your running environment and isolate changes, all in just a few simple commands!

To run this trading model in headless mode:

Key concepts

At the present moment, this model utilizes statistical arbitrage incorporating these methodologies:

Other functions:

And greatly inspired by these papers:

And book:

Step-by-step guide to more trading models

Mastering Python for Finance - Second Edition

I published a book titled 'Mastering Python for Finance - Second Edition', discussing additional algorithmic trading ideas, statistical analysis, machine learning and deep learning, which you might find it useful. It is available on major sales channels including Amazon, Safari Online and Barnes & Noble, in paperback, Kindle and ebook. Get it from:

Source codes and table of contents on GitHub:

Topics covered with source codes:

If you would like a FREE review copy, drop me an email at jamesmawm@gmail.com.

Suggested enhancements

Some ideas that you can extend this model for better results:

Disclaimer

Is this HFT?

Sure, I had some questions "how is this high-frequency" or "not for UHFT" or "this is not front-running". Let's take a closer look at these definitions:

This models aims to incorporate the above two functions and present a simplistic view to traders who wish to automate their trades, get started in Python trading or use a free trading platform.

Other software of interest

I write software in my free time. One of them for trading futures was simply called 'The Gateway'. It is a C# application that exposes a socket and public API method calls for interfacing Python with futures markets including CME, CBOT, NYSE, Eurex and ICE. Targets the T4 API.

More information on GitHub: https://github.com/hftstrat/The-Gateway-code-samples or view on the website.

Final notes