Quant Mashup - Quant Start
Autoregressive Moving Average ARMA(p, q) Models for Time Series Analysis - Part 1 [Quant Start]
In the last article we looked at random walks and white noise as basic time series models for certain financial instruments, such as daily equity and equity index prices. We found that in some cases a random walk model was insufficient to capture the full autocorrelation behaviour of the instrument,
- 9 years ago, 17 Aug 2015, 08:37pm -
White Noise and Random Walks in Time Series Analysis [Quant Start]
In the last article of the Time Series Analysis series we discussed the importance of serial correlation and why it is extremely useful in the context of quantitative trading. In this article we will make full use of serial correlation by discussing our first time series models, including some
- 9 years ago, 22 Jul 2015, 11:11pm -
Serial Correlation in Time Series Analysis [Quant Start]
In last week's article we looked at Time Series Analysis as a means of helping us create trading strategies. In this article we are going to look at one of the most important aspects of time series, namely serial correlation (also known as autocorrelation). Before we dive into the definition of
- 9 years ago, 1 Jul 2015, 07:34pm -
Forex Trading Diary #7 - New Backtest Interface [Quant Start]
Although I've spent the majority of this month researching time series analysis for the upcoming article series, I've also been working on QSForex attempting to improve the API somewhat. In particular I've made the interface for beginning a new backtest a lot simpler by encapsulating
- 9 years ago, 30 Jun 2015, 06:17pm -
Beginner's Guide to Time Series Analysis [Quant Start]
Over the last few years we've looked at various tools to help us identify exploitable patterns in asset prices. In particular we have considered basic econometrics, statistical machine learning and Bayesian statistics. While these are all great modern tools for data analysis, the vast majority
- 9 years ago, 23 Jun 2015, 07:36pm -
Successful Algorithmic Trading Updated for Python 2.7.x and Python 3.4.x [Quant Start]
This is a short update to inform current and prospective readers of Successful Algorithmic Trading that the Python code in the book has been updated to be fully compatible with both Python 2.7.x and Python 3.4.x. In addition I've created a requirements.txt file that allows you to easily
- 9 years ago, 18 Jun 2015, 05:54pm -
Forex Trading Diary #6 - Multi-Day Trading and Plotting Results [Quant Start]
It's been a while since my latest Forex Trading Diary update. I've been busy working on the new QuantStart Jobs Board and so I've not had as much time as usual to work on QSForex, although I have made some progress! In particular I have been able to add some new features including:
- 9 years ago, 3 Jun 2015, 04:09pm -
Bayesian Inference of a Binomial Proportion - The Analytical Approach [Quant Start]
In the previous article on Bayesian statistics we examined Bayes' rule and considered how it allowed us to rationally update beliefs about uncertainty as new evidence came to light. We mentioned briefly that such techniques are becoming extremely important in the fields of data science and
- 9 years ago, 19 May 2015, 12:21pm -
The Top 5 UK Universities For Becoming A Quant [Quant Start]
In a previous article I outlined the best degree courses to take in order to help you get a job as a quant. I also mentioned that to discuss the best UK universities was an article in itself. This is that article! Coincidentally, the QS World University Rankings for 2014/15 have just been released
- 9 years ago, 12 May 2015, 04:27pm -
Forex Trading Diary #5 - Trading Multiple Currency Pairs [Quant Start]
Yesterday I published some important changes to the QSForex software. These changes have increased the usefulness of the system significantly to the point where it is nearly ready for multi-day tick-data backtesting over a range of currency pairs. The following changes have been posted to Github:
- 9 years ago, 22 Apr 2015, 10:59am -
Forex Trading Diary #4 - Adding a Backtesting Capability [Quant Start]
I've been busy working on the open-source QSForex system over the past week. I've made some useful improvements and I thought I'd share them with you in this forex trading diary update. In particular, I've made the following changes, which will be discussed at length in this
- 9 years ago, 17 Apr 2015, 10:51am -
Matrix-Matrix Multiplication on the GPU with Nvidia CUDA [Quant Start]
In the previous article we discussed Monte Carlo methods and their implementation in CUDA, focusing on option pricing. Today, we take a step back from finance to introduce a couple of essential topics, which will help us to write more advanced (and efficient!) programs in the future. In subsequent
- 9 years ago, 26 Mar 2015, 11:05am -
Best Undergraduate Degree Course For Becoming A Quant? [Quant Start]
I'm often asked by individuals in high-school or sixth-form (for those of us in the UK!), as well as those contemplating heading back to university, as to what the most appropriate degree course is to take in order to become a quant. If I had to pick one course to cover all aspects of quant
- 9 years ago, 26 Mar 2015, 04:03am -
Using Cross-Validation to Optimise a Machine Learning Method - The Regression Setting [Quant Start]
One of the most problematic areas of quantitative trading is optimising a forecasting strategy to improve its performance. Seasoned quant traders realise that it is all too easy to generate a strategy with stellar predictive ability on a backtest. However, some backtests can mask the danger of an
- 9 years ago, 25 Mar 2015, 07:25pm -
Forex Trading Diary #3 - Open Sourcing the Forex Trading System [Quant Start]
In today's entry of the Forex Trading Diary I want to discuss the longer term plan for the forex trading system. In addition I want to outline how I've used Python's Decimal data-type to make calculations more accurate. To date, we've been experimenting with the OANDA Rest API in
- 9 years ago, 17 Mar 2015, 08:27am -
The Bias-Variance Tradeoff in Statistical Machine Learning - The Regression Setting [Quant Start]
In this article I want to discuss one of the most important and tricky issues in machine learning, that of model selection and the bias-variance tradeoff. The latter is one of the most crucial issues in helping us achieve profitable trading strategies based on machine learning techniques. Model
- 9 years ago, 25 Feb 2015, 10:04am -
Forex Trading Diary #2 - Adding a Portfolio to the OANDA Automated Trading System [Quant Start]
In the last Forex Trading Diary Entry (#1) I described how to build an automated trading system that hooks into the OANDA forex brokerage API. I also mentioned that the next steps included constructing a portfolio and risk management overlay for all suggested signals generated by the Strategy
- 9 years ago, 4 Feb 2015, 03:29am -
Forex Trading Diary #1 - Automated Forex Trading with the OANDA API [Quant Start]
I previously mentioned in the QuantStart: 2014 In Review article that I would be spending some of 2015 writing about automated forex trading. Given that I myself usually carry out research in equities and futures markets, I thought it would be fun (and educational!) to write about my experiences of
- 10 years ago, 21 Jan 2015, 02:05pm -
Supervised Learning for Document Classification with Scikit-Learn [Quant Start]
This is the first article in what will become a set of tutorials on how to carry out natural language document classification, for the purposes of sentiment analysis and, ultimately, automated trade filter or signal generation. This particular article will make use of Support Vector Machines (SVM)
- 10 years ago, 10 Jan 2015, 12:35am -