Skip to content

Replicate "Intra-day dynamics of exchange rates" by Kuck & Maderitsch (2018)

Notifications You must be signed in to change notification settings

jeremytanjianle/intraday-fx-dynamics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intra-day dynamics of exchange rates

Replicate findings in "Intra-day dynamics of exchange rates" by Kuck & Maderitsch (2018).

Kuck & Maderitsch examine intraday dynamics of major USD pairs with Quantile Regression. See diagram below.
alt text
How do we interpret this? The EURUSD experiences negative autocorrelation at time of low volatility and positive autocorrelation in times of high volatility. Practically, low volatility regimes favor mean reversion trading strategies while high volatility regimes favor momentum strategies.

The findings in this repo is consistent with that in their paper. The heart of the repo is the code snippet below.

import quantile_autoreg as QAR
# type(data['EURUSD']) # pandas time series in ticks
QAR.plot_ar1_coef_w_highvol(data['EURUSD'], granularity = '10Min') 

About

Replicate "Intra-day dynamics of exchange rates" by Kuck & Maderitsch (2018)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published