Welcome, Guest. Please Login
Algorithmic Trading Forum
 
  HomeHelpSearchLogin  
 
Pages: 1
Send Topic Print
Regime Switch Modelling (Read 18338 times)
StatEdges
Newbie
*
Offline

Always a student!

Posts: 15

Regime Switch Modelling
02/16/09 at 12:44:21
 
I have recently been told by someone at a reputable fund that regime-switching is the holy grail of algorithmic trading.

Has anyone used these before (or looked into it)?

I guess the main problem is lack of enough data.

**** Oops, I posted this before realising that maybe this belongs in the Research section ****
Back to top
 
 
  IP Logged
Algo Designer
Forum Administrator
*****
Offline

Nihil desperandum

Posts: 182
Sydney
Gender: male
Re: Regime Switch Modelling
Reply #1 - 02/20/09 at 07:00:18
 
I use it in my high-frequency strategies as a trigger to retrain the adaptive model (partially or solely) or pull out from the market.

How can it be the holy grail though?
Back to top
 
 

"Success is the sum of small efforts, repeated day in and day out..."
  IP Logged
drin
Newbie
*
Offline

I like this forum!

Posts: 1

Re: Regime Switch Modelling
Reply #2 - 02/28/09 at 22:40:37
 
biocomp has a software for trading system with regime switching strategies http://www.biocompsystems.com/products/finance/profit/index.html
it is at least 10 years old...
Take a look!


Back to top
 
 
  IP Logged
StatEdges
Newbie
*
Offline

Always a student!

Posts: 15

Re: Regime Switch Modelling
Reply #3 - 03/05/09 at 22:29:04
 
My guess is they were having problems coming up with reliable signals to indicate regime-switches, but if they could get it to work - they have lots and lots of ideas they would like to try out.
Back to top
 
 
  IP Logged
statstrader
Newbie
*
Offline

I like this forum!

Posts: 27

Re: Regime Switch Modelling
Reply #4 - 03/31/09 at 21:04:30
 
Algo Designer wrote on 02/20/09 at 07:00:18:
I use it in my high-frequency strategies as a trigger to retrain the adaptive model (partially or solely) or pull out from the market.

How can it be the holy grail though?



Algo Designer,
Care to elaborate on what technique you are using to identify regime changes?  There are quite a few out there, I was just curious to hear yours. Thanks.

Also, could you explicitly state what the types of regimes you are identifying are (mean, parameter, vol,  etc..)?
Back to top
 
 
  IP Logged
Algo Designer
Forum Administrator
*****
Offline

Nihil desperandum

Posts: 182
Sydney
Gender: male
Re: Regime Switch Modelling
Reply #5 - 04/01/09 at 12:03:40
 
Hi statstrader,

I use a group of adaptive real-time non-linear predictors that, if they "survive" for long enough, are given an opportunity to feed "quant" signals into more traditional trading bots that take care of the execution strategies. The primary subject of my regime shift monitoring (also real-time) is the statistical significance of those signals. In a sense, I am referring to a very short-term projections of the volatility distribution of the underlying time series, but not exactly. As to the techniques employed, I try to keep things fairly simple by resorting to sequential t-tests tweaked for the problem domain. The monitoring helps determine the extent of the "knowledge" or "experience" deterioration in individual models and timely dispose them in favour of better ones which is a part of the continuous risk management process.

The secondary application is regime shift detection in the mean where I use custom artificial neural network topologies along with a few other statistical shortcuts (a set of white noise filters) to run fast non-linear regressions.
Back to top
 
 

"Success is the sum of small efforts, repeated day in and day out..."
  IP Logged
Algo Designer
Forum Administrator
*****
Offline

Nihil desperandum

Posts: 182
Sydney
Gender: male
Re: Regime Switch Modelling
Reply #6 - 04/01/09 at 12:32:57
 
drin wrote on 02/28/09 at 22:40:37:
biocomp has a software for trading system with regime switching strategies http://www.biocompsystems.com/products/finance/profit/index.html
it is at least 10 years old...
Take a look!


Quite a nice facade to a black box. I wonder what they employ... stochastic diffusion, GAs, ANNs, SVMs. What's interesting IMHO is that they manage to do seemingly complex optimisations on single desktop machine! Unless I am completely wrong and one needs to connect that GUI to a grid. I cannot see how one can do decent simulations on one, two, four, eight cores. Modern computers are still too slow! Sad

It's strange that they have chosen .NET for their technology, but I might be biased Smiley
Back to top
 
 

"Success is the sum of small efforts, repeated day in and day out..."
  IP Logged
statstrader
Newbie
*
Offline

I like this forum!

Posts: 27

Re: Regime Switch Modelling
Reply #7 - 04/01/09 at 19:08:03
 
Algo Designer wrote on 04/01/09 at 12:03:40:
Hi statstrader,

I use a group of adaptive real-time non-linear predictors that, if they "survive" for long enough, are given an opportunity to feed "quant" signals into more traditional trading bots that take care of the execution strategies. The primary subject of my regime shift monitoring (also real-time) is the statistical significance of those signals. In a sense, I am referring to a very short-term projections of the volatility distribution of the underlying time series, but not exactly. As to the techniques employed, I try to keep things fairly simple by resorting to sequential t-tests tweaked for the problem domain. The monitoring helps determine the extent of the "knowledge" or "experience" deterioration in individual models and timely dispose them in favour of better ones which is a part of the continuous risk management process.

The secondary application is regime shift detection in the mean where I use custom artificial neural network topologies along with a few other statistical shortcuts (a set of white noise filters) to run fast non-linear regressions.


Thanks AlgoDesigner.  It would be interesting to see a survey of RS techniques posted.  I was just looking over chow test statistic used in a recent book.
Back to top
 
 
  IP Logged
val
Newbie
*
Offline

I like this forum!

Posts: 1

Re: Regime Switch Modelling
Reply #8 - 04/15/10 at 15:55:29
 
Hi, who has used biocomp with success ?
Back to top
 
 
  IP Logged
Pages: 1
Send Topic Print