April 3rd, 2014, 6:09 pm
I want to use PCA to trade a set of related fixed income products, for intraday trading with short holding times (2mins - 30 mins)1) Do I populate the data matrix with yields or prices, and what difference does it make?2) What is a reasonable sampling rule/frequency/number of samples/lookback window if I am aiming for holding times of a few minutes?3) Suppose I sample every 5 minutes, and my last sample was 1 minute ago. How do I compute the fair prices now, without inserting a new sample in my dataset, i.e. using the same "coefficients", but applied to the most recent state of the market?4) When it comes to hedging, is it customary to be neutral with respect to the first component only, or the first two? 5) Related to 1), is it Ok to populate the input matrix with first differences(p(t+1)-p(t))? Those will look stationary, and anyway on top of that I would apply normalizations(mean=0, stdev=1)
Last edited by
theRedBaron on April 2nd, 2014, 10:00 pm, edited 1 time in total.