Skip to main content

Questions tagged [mean-reversion]

A mean reverting process is a process that, over time, tends to drift toward its long-term mean.

Filter by
Sorted by
Tagged with
0 votes
0 answers
88 views

I want to make sure that the following reasoning and simulation technique is reliable (also valid) due I'm trying to model a mean-reverting lognormal process. The idea is to define a process $S_t$ ​ ...
Lorenzo Castagno's user avatar
0 votes
1 answer
262 views

I am doing my final paper at my bachelor. For this, I am testing mean reversion in an asset. I found this paper (Mean reversion in international markets: evidence from G.A.R.C.H. and half-life ...
Victorsmoreschi's user avatar
0 votes
1 answer
172 views

The concept of zero-crossing was suggested in Does Simple Pairs Trading Still Work?, July 2010, Financial Analysts Journal 66(4) by Binh Huu Do and Robert Faff link to paper The idea is to select ...
user25285511's user avatar
1 vote
1 answer
166 views

The discrete analogue of an OU process is a simple AR(1) model. More general AR(p) or ARMA(p,q) models can also be regarded as discrete analogues of an OU process? If so, which coefficients describe ...
Sane's user avatar
  • 722
1 vote
1 answer
597 views

Suppose we have two mean-reverting AR(1) models, given by $$X_{t}=\beta X_{t-1}+\epsilon_t,$$ where $|\beta|<1$. How fast series reverts to its mean is determined by the coefficient $\beta$. As far ...
Sane's user avatar
  • 722
0 votes
2 answers
404 views

I have knew some strategies only work on trends peroid, and other only works on mean-reversion peroid. But I didn't find how to classify trends and mean-reversion. I wonder the best performed/verified ...
Mithril's user avatar
  • 111
0 votes
0 answers
41 views

Let's say I have three products that are correlated (e.g. AAPL, MSFT, and AMZN). I would like to construct a spread between these products and trade the mean-reverting spread. Specifically, sell the ...
Vanillihoot's user avatar
1 vote
0 answers
124 views

Options Pricing and Mean Reversion In the question above, in the accepted answer, the writer claims: "For instance with a 100% mean reversion a 20% historical annual standard deviation would ...
jmac's user avatar
  • 67
4 votes
0 answers
460 views

The optimal entry/exit thresholds for mean reversion trading (assuming an underlying Ornstein-Uhlenbeck (OU) process) is derived in the paper "Optimal Mean Reversion Trading with Transaction ...
mpeac's user avatar
  • 435
1 vote
0 answers
111 views

Sorry if this has been asked before. I've been baffled by a question I'm facing. Assuming I know there are some certain demands for some stocks in near future, and I put them in a basket as a ...
inf's user avatar
  • 61
1 vote
0 answers
158 views

What are the ways one can trade mean reversion apart from using Bollinger Bands?
nimbus3000's user avatar
4 votes
4 answers
5k views

I am investigating ways to calculate the mean reversion half life of a mean reverting series. I am encountering things like the Ornstein – Uhlenbeck Process and various types of regression to estimate ...
Vladimir Belik's user avatar
2 votes
1 answer
1k views

I am using a couple of resources (here and here) to calculate the mean reversion half-life of a time series. This method of calculating it is also presented in Ernest Chan's Algorithmic Trading on ...
Vladimir Belik's user avatar
4 votes
3 answers
1k views

I want to derive a Black-Scholes type partial differential equation to price options on an asset that follows a mean-reverting process (Schwartz model). My attempt follows the methodology of deriving ...
user57127's user avatar
0 votes
2 answers
2k views

I have a mean reverting time series and want to find the Ornstein-Uhlenbeck (OU) parameters of it. I researched the internet and found that we can calibrate the model as a simple AR(1) process, $$\...
shananims's user avatar
2 votes
1 answer
396 views

What is the easiest way to obtain a drift parameter of O-U process given I have $\mu$? Is it ok to linearize the O-U process like so: $P_{t} = \mu + \phi(P_{t-1}-\mu)+\xi_t$ Form vectors from historic ...
spacemonkey's user avatar
2 votes
1 answer
1k views

Quite new to implementing Hull white model in Monte Carlo simulation, hope to get help for 1. how to get the function $\theta$ in the following formula (the function used to match initial term ...
marietta's user avatar
1 vote
1 answer
362 views

I am dealing with a mean-reverting Vasicek process defined as: \begin{equation} S_t = S_0 e^{-at} + b(1-e^{(-at)}) + \sigma e^{(-at)} \int_{0}^{t} e^{(-as)} \ W_t \end{equation} I want to ...
Mark Marconi's user avatar
0 votes
1 answer
507 views

Need some expert advice and suggestions: I am trying out pairs trading or statistical arbitrage (as traders say). But even if two price series are co-integrated (ADF test, Hurst exponent, Ornstein–...
rockav's user avatar
  • 3
1 vote
0 answers
210 views

I was reading the paper Statistical Arbitrage in the US Equity Market and I couldn't understand the figure that plots the histogram of the empirical distribution of characteristic time to mean ...
Peter's user avatar
  • 11
4 votes
3 answers
1k views

I've been doing that manually for 2 months successfully (40% ROI) with SPX 0-1 DTE (Days To Expiration) options, both puts and calls. I might be just lucky so I purchased some data to do backtesting ...
john don's user avatar
0 votes
1 answer
261 views

Is there anything about this metaphor of momentum and mean-reversion in markets that is more subtle, more general. What factors are amenable to the interpretation? Are people almost always referring ...
safetyduck's user avatar
0 votes
2 answers
1k views

I'm having difficulty understanding the well known property of the CIR model that it can't go below zero. Wikipedia says that this is because the random shock on the rate will grow very small as r ...
Oscar's user avatar
  • 992
2 votes
1 answer
368 views

I am looking to optimize the open/close signals and time for a pairs trading strategy my partner and I are researching. We don't want to go p-hacking so we have been trying to decide: We have 20+ ...
Bikenfly's user avatar
  • 474
1 vote
1 answer
369 views

I'm setting up pairs trades by summing the distances squared (SSD). After determining the best pairs, I have to track the spread between the normalized prices. Am I noticing something that is ...
Laura's user avatar
  • 247