Fully automated futures trading

They've had a break out system for at least 15 years

GAT

Sorry sir, but your breakout blog post gave me the impression that you didn't really deal with breakout rules before. I was wrong haha.
Also there is some intro to machine learning in the MAN AHL videos.
 
Sorry sir, but your breakout blog post gave me the impression that you didn't really deal with breakout rules before. I was wrong haha.
Also there is some intro to machine learning in the MAN AHL videos.

Well the big fat NDA I signed with Man means I can only talk about what they're doing once it becomes public domain, hence the confusion.

GAT
 
Do you run this automatically and unsupervised?

I used to, but there are too many things that can go wrong with data feeds etc. Normally I:
  • Download the data with cron, as this takes a while (download.py).
  • Run validate.py and inspect the output, which shows the status of price data for each instrument and how old it is.
  • Run scheduler.py --now to execute trades.
 
Back
Top