SlideShare ist ein Scribd-Unternehmen logo
1 von 22
Downloaden Sie, um offline zu lesen
Beware	
  of	
  Low	
  Frequency	
  Data	
  
Ernest	
  Chan,	
  Ph.D.	
  
QTS	
  Capital	
  Management,	
  LLC.	
  
	
  
•  Previously,	
  researcher	
  at	
  IBM	
  T.	
  J.	
  Watson	
  Lab	
  in	
  machine	
  
learning,	
  researcher/trader	
  for	
  Morgan	
  Stanley,	
  Credit	
  Suisse,	
  
and	
  various	
  hedge	
  funds.	
  
•  Principal	
  of	
  QTS	
  Capital	
  Management,	
  a	
  commodity	
  pool	
  
operator	
  and	
  trading	
  advisor.	
  
•  Author:	
  	
  
–  Quan%ta%ve	
  Trading:	
  How	
  to	
  Build	
  Your	
  Own	
  Algorithmic	
  
Trading	
  Business	
  	
  (Wiley	
  2009).	
  
–  Algorithmic	
  Trading:	
  Winning	
  Strategies	
  and	
  Their	
  
Ra%onale	
  (Wiley	
  2013).	
  
•  Blogger:	
  epchan.blogspot.com	
  
	
  
About	
  Me	
  
2	
  
GIGO	
  
•  Garbage	
  in,	
  garbage	
  out	
  is	
  well-­‐known	
  to	
  
programmers.	
  
•  Data	
  integrity	
  is	
  crucial	
  to	
  backtesVng	
  trading	
  
strategies.	
  
– Common	
  problem:	
  Historical	
  prices	
  backtested	
  
weren’t	
  the	
  actual	
  prices	
  we	
  could	
  execute	
  at.	
  	
  
– Typical	
  outcome:	
  backtest	
  performance	
  is	
  greatly	
  
inflated	
  compared	
  to	
  realisVc	
  historical	
  
performance.	
  
Example	
  1:	
  CEF	
  Premium	
  Reversion	
  
•  Patro	
  et	
  al	
  published	
  a	
  paper	
  on	
  trading	
  the	
  
mean	
  reversion	
  of	
  closed-­‐end	
  funds’	
  (CEF)	
  
premium.	
  
–  ssrn.com/abstract=2468061	
  
•  CEFs	
  with	
  high	
  premium	
  (market	
  cap-­‐NAV)	
  will	
  
have	
  negaVve	
  returns,	
  while	
  those	
  with	
  steep	
  
discount	
  will	
  have	
  posiVve	
  returns.	
  
•  Rank	
  CEFs	
  based	
  on	
  %	
  premium	
  and	
  buy	
  the	
  
bobom	
  quinVle	
  and	
  short	
  the	
  top	
  quinVle	
  with	
  
monthly	
  rebalancing.	
  
Example	
  1:	
  CEF	
  Premium	
  Reversion	
  
•  Authors	
  obtained	
  fund	
  price	
  and	
  shares	
  
outstanding	
  data	
  from	
  CRSP,	
  and	
  fund	
  NAV	
  
data	
  from	
  Bloomberg.	
  
•  Sharpe	
  raVo	
  is	
  1.5	
  from	
  1998-­‐2011.	
  
•  I	
  repeated	
  their	
  backtest	
  also	
  using	
  CRSP	
  
prices,	
  and	
  fund	
  NAV	
  from	
  Computstat	
  from	
  
2007-­‐2014.	
  
CEF	
  Premium	
  Reversion:	
  closes	
  
2008/01 2010/01 2012/01 2014/01
0
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
Date
CumulativeReturns
CEF	
  Premium	
  Reversion:	
  midpoints	
  
	
  	
  
2008/01 2010/01 2012/01 2014/01
-0.25
-0.2
-0.15
-0.1
-0.05
0
Date
CumulativeReturns
Midpoints	
  vs	
  closes	
  
•  The	
  dramaVc	
  differences	
  in	
  performance	
  due	
  to	
  using	
  
closing	
  prices	
  vs	
  midpoint	
  between	
  bid	
  and	
  ask	
  prices	
  
at	
  the	
  close.	
  
–  You	
  wouldn’t	
  think	
  bid	
  and	
  ask	
  prices	
  maber	
  for	
  strategies	
  
that	
  rebalance	
  only	
  monthly!	
  
•  Actual	
  execuVons	
  will	
  use	
  MOC	
  (Market-­‐on-­‐close)	
  or	
  
LOC	
  (Limit-­‐on-­‐close)	
  orders.	
  
•  Actual	
  execuVon	
  prices	
  will	
  be	
  the	
  close	
  price	
  (“closing	
  
cross”)	
  at	
  primary	
  exchanges	
  where	
  aucVons	
  take	
  
place,	
  not	
  consolidated	
  closing	
  prices	
  which	
  most	
  
backtests	
  use.	
  
–  Rf.	
  Prof.	
  Joel	
  Hasbrouck	
  “SecuriVes	
  Trading”	
  NYU	
  Teaching	
  
Notes	
  
Consolidated	
  closes	
  
•  Consolidated	
  closing	
  price	
  represents	
  the	
  last	
  
execuVon	
  price	
  from	
  any	
  one	
  of	
  >	
  50	
  market	
  
centers	
  at	
  which	
  a	
  stock,	
  ETF,	
  or	
  CEF	
  can	
  be	
  
executed.	
  
•  ExecuVon	
  can	
  take	
  place	
  in	
  a	
  dark	
  pool,	
  ECN,	
  
or	
  the	
  primary	
  exchange.	
  
•  If	
  we	
  send	
  a	
  LMT/MKT	
  order,	
  no	
  guarantee	
  it	
  
will	
  be	
  routed	
  to	
  that	
  parVcular	
  market	
  center	
  
and	
  filled	
  at	
  the	
  consolidated	
  closing	
  price.	
  	
  
Primary	
  closes	
  
•  Where	
  can	
  we	
  get	
  historical	
  primary	
  exchange	
  
(“aucVon”,	
  “official”,	
  “crossing”)	
  close	
  prices?	
  
– Buy	
  from	
  the	
  primary	
  exchanges.	
  
– Subscribe	
  to	
  Bloomberg.	
  	
  
– EsVmate	
  using	
  midpoints	
  from	
  CRSP.	
  	
  
•  This	
  is	
  what	
  I	
  did.	
  
– Use	
  Vck	
  data	
  and	
  select	
  the	
  trades	
  with	
  the	
  Cross	
  
flag*.	
  
*Hat-­‐Vp:	
  Chris	
  at	
  QuantGo.com	
  
Example	
  2:	
  Opening	
  gap	
  
•  Rank	
  stocks	
  based	
  on	
  their	
  returns	
  from	
  previous	
  close	
  
to	
  today’s	
  open:	
  retGap.	
  
•  Apply	
  fundamental	
  and	
  technical	
  filters	
  e.g.	
  eliminaVng	
  
stocks	
  which	
  just	
  had	
  earnings	
  announcements.	
  
–  See	
  my	
  book	
  “Algorithmic	
  Trading”.	
  
•  Buy	
  10	
  stocks	
  with	
  the	
  lowest	
  retGap,	
  and	
  short	
  10	
  
with	
  the	
  highest	
  retGap	
  at	
  the	
  open.	
  
•  Exit	
  at	
  the	
  same	
  day’s	
  close.	
  
•  Backtest	
  from	
  2012-­‐2014.	
  
•  Live	
  trading	
  from	
  mid	
  2013-­‐2014.	
  
	
  
Opening	
  Gap:	
  Backtest	
  vs	
  Live	
  
2012/01 2013/01 2014/01
-0.05
0
0.05
0.1
0.15
0.2
0.25
0.3
0.35
Date
CumulativeReturns
Backtest with 5 bps cost
Live
What	
  happens	
  at	
  the	
  open?	
  
•  Backtest	
  has	
  already	
  used	
  midpoints	
  at	
  close:	
  
very	
  near	
  the	
  closing	
  crosses.	
  
•  Backtest	
  also	
  included	
  5	
  bps	
  per	
  trade	
  
transacVon	
  cost.	
  
•  Live	
  trading	
  sVll	
  underperformed	
  backtest	
  
substanVally.	
  
•  Causes:	
  
–  Open	
  prices	
  also	
  need	
  to	
  use	
  aucVon	
  prices.	
  
•  Unfortunately	
  CRSP	
  does	
  not	
  provide	
  bid/ask	
  at	
  open.	
  
–  Need	
  quotes	
  at	
  9:28	
  (Nasdaq	
  deadline	
  for	
  LOO/MOO	
  
orders)	
  to	
  generate	
  trading	
  signals.	
  
	
  
Example	
  3:	
  Futures	
  momentum	
  
•  Intraday	
  momentum	
  strategy	
  applied	
  to	
  
various	
  futures	
  (E.g.	
  RB	
  or	
  GC).	
  
•  Rank	
  all	
  trades	
  (or	
  quotes)	
  in	
  previous	
  day’s	
  
trading	
  session.	
  
– Long	
  if	
  last	
  price	
  above	
  95th	
  percenVle.	
  
•  Exit	
  long	
  if	
  last	
  price	
  below	
  60th	
  percenVle.	
  
– Short	
  if	
  last	
  price	
  below	
  5th	
  percenVle.	
  	
  
•  Exit	
  short	
  if	
  last	
  price	
  above	
  40th	
  percenVle.	
  
Futures	
  momentum	
  
•  Compare	
  backtests	
  based	
  on	
  
– 1-­‐minute	
  trades	
  bars	
  from	
  eSignal,	
  back-­‐adjusted	
  
conVnuous	
  contracts.	
  
– BBO	
  quotes	
  with	
  1-­‐millisecond	
  Vmestamps	
  from	
  
QuantGo.com	
  /	
  Algoseek	
  data,	
  actual	
  contracts.	
  
•  1-­‐min	
  data	
  shows	
  that	
  strategy	
  trades	
  only	
  1	
  
round-­‐trip	
  a	
  day:	
  low	
  frequency!	
  
Futures	
  momentum	
  
•  In	
  all	
  cases,	
  1-­‐ms	
  data	
  produce	
  much	
  worse	
  
returns	
  than	
  1-­‐min	
  data.	
  
•  1-­‐ms	
  data	
  shows	
  that	
  strategy	
  someVmes	
  flip-­‐
flops:	
  rapid	
  changes	
  of	
  last	
  prices	
  cause	
  rapid	
  
succession	
  of	
  (losing)	
  trades.	
  
Example	
  4:	
  Pair	
  trading	
  ETFs	
  
•  E.g.	
  ETFs	
  EWA	
  (Australian	
  stock	
  index)	
  and	
  EWC	
  
(Canadian	
  stock	
  index)	
  are	
  good	
  candidates	
  for	
  
mean-­‐reversion	
  pair	
  trading.	
  
•  Bollinger	
  band	
  strategy	
  applied	
  to	
  spread.	
  
•  Backtest	
  on	
  daily	
  closes	
  (aucVon	
  or	
  consolidated	
  
prices):	
  good	
  results.	
  
•  Why	
  not	
  live	
  trade	
  intraday,	
  using	
  Bollinger	
  
bands	
  to	
  set	
  limit	
  prices?	
  
–  Expect	
  more	
  trading	
  opportuniVes	
  and	
  more	
  profits!	
  
Pair	
  trading	
  ETFs	
  
•  Reality:	
  Intraday	
  live	
  trading	
  using	
  InteracVve	
  
Brokers	
  live	
  Vck	
  feed	
  (250ms	
  bars)	
  osen	
  suffers	
  
mysterious	
  losses	
  due	
  to	
  mysterious	
  trades.	
  
•  Culprit:	
  Flip-­‐flopping	
  due	
  to	
  order	
  book	
  “mini-­‐
flash	
  crashes”	
  
–  Small	
  change	
  in	
  price	
  on	
  one	
  leg	
  leads	
  to	
  large	
  %	
  error	
  
in	
  spread!	
  
•  These	
  flip-­‐flopping	
  and	
  losses	
  disappear	
  if	
  we	
  use	
  
Yahoo	
  RealTime	
  (1s	
  bars).	
  
Pair	
  trading	
  ETFs	
  
•  Moral	
  of	
  story:	
  if	
  you	
  want	
  to	
  trade	
  intraday,	
  
must	
  use	
  Vck	
  data	
  for	
  backtest,	
  even	
  if	
  holding	
  
period	
  is	
  long	
  (e.g.	
  hours).	
  
•  What	
  if	
  we	
  restrict	
  live	
  data	
  to	
  1-­‐sec	
  or	
  longer	
  
bars?	
  
– This	
  would	
  be	
  arVficial	
  and	
  nonsensical:	
  why	
  
should	
  we	
  only	
  trade	
  at	
  …	
  10:01,	
  10:02,	
  10:03,	
  …	
  
instead	
  of	
  …	
  10:01:01,	
  10:01:02,	
  10:01:03,	
  …?	
  
LF	
  backtest	
  requires	
  HF	
  historical	
  data	
  
•  CEF	
  monthly	
  rebalancing	
  →	
  need	
  Vck	
  data	
  to	
  find	
  
closing	
  crosses	
  (aucVon)	
  prices	
  (unless	
  you	
  have	
  
Bloomberg).	
  
•  Opening	
  gap	
  stocks	
  strategy	
  →	
  need	
  Vck	
  data	
  to	
  
find	
  NBBO	
  at	
  9:28	
  am	
  and	
  opening	
  crosses.	
  
•  Intraday	
  low-­‐frequency	
  futures	
  momentum	
  
strategy	
  →	
  need	
  Vck	
  data	
  to	
  check	
  for	
  intra-­‐1-­‐
min-­‐bar	
  flip-­‐flopping/mini-­‐flash	
  crashes.	
  
•  Intraday	
  low-­‐frequency	
  ETF	
  mean	
  reversion	
  pair	
  
trading	
  →	
  need	
  Vck	
  data	
  to	
  check	
  for	
  intra-­‐1-­‐sec-­‐
bar	
  flip-­‐flopping/mini-­‐flash	
  crashes.	
  
Conclusion	
  
•  Whether	
  a	
  trading	
  strategy	
  requires	
  low	
  or	
  
high	
  frequency	
  historical	
  data	
  depends	
  not	
  
only	
  on	
  holding	
  period,	
  but	
  also	
  on:	
  
– How	
  execuVon	
  prices	
  are	
  determined.	
  
– How	
  trading	
  signals	
  are	
  triggered.	
  
Thank	
  you	
  for	
  your	
  Vme!	
  
www.epchan.com	
  
Twiber:	
  @chanep	
  
Blog:	
  epchan.blogspot.com	
  

Weitere ähnliche Inhalte

Was ist angesagt?

The QuantCon Keynote: "Counter Trend Trading – Threat or Complement to Trend ...
The QuantCon Keynote: "Counter Trend Trading – Threat or Complement to Trend ...The QuantCon Keynote: "Counter Trend Trading – Threat or Complement to Trend ...
The QuantCon Keynote: "Counter Trend Trading – Threat or Complement to Trend ...
Quantopian
 

Was ist angesagt? (20)

"Is Momentum Still Relevant for Today’s Markets?" by Anthony Ng, Senior Lecturer
"Is Momentum Still Relevant for Today’s Markets?" by Anthony Ng, Senior Lecturer"Is Momentum Still Relevant for Today’s Markets?" by Anthony Ng, Senior Lecturer
"Is Momentum Still Relevant for Today’s Markets?" by Anthony Ng, Senior Lecturer
 
The QuantCon Keynote: "Counter Trend Trading – Threat or Complement to Trend ...
The QuantCon Keynote: "Counter Trend Trading – Threat or Complement to Trend ...The QuantCon Keynote: "Counter Trend Trading – Threat or Complement to Trend ...
The QuantCon Keynote: "Counter Trend Trading – Threat or Complement to Trend ...
 
"Enhancing Statistical Significance of Backtests" by Dr. Ernest Chan, Managin...
"Enhancing Statistical Significance of Backtests" by Dr. Ernest Chan, Managin..."Enhancing Statistical Significance of Backtests" by Dr. Ernest Chan, Managin...
"Enhancing Statistical Significance of Backtests" by Dr. Ernest Chan, Managin...
 
"From Alpha Discovery to Portfolio Construction: Pitfalls and Solutions" by D...
"From Alpha Discovery to Portfolio Construction: Pitfalls and Solutions" by D..."From Alpha Discovery to Portfolio Construction: Pitfalls and Solutions" by D...
"From Alpha Discovery to Portfolio Construction: Pitfalls and Solutions" by D...
 
Should You Build Your Own Backtester? by Michael Halls-Moore at QuantCon 2016
Should You Build Your Own Backtester? by Michael Halls-Moore at QuantCon 2016Should You Build Your Own Backtester? by Michael Halls-Moore at QuantCon 2016
Should You Build Your Own Backtester? by Michael Halls-Moore at QuantCon 2016
 
"A Framework-Based Approach to Building Quantitative Trading Systems" by Dr. ...
"A Framework-Based Approach to Building Quantitative Trading Systems" by Dr. ..."A Framework-Based Approach to Building Quantitative Trading Systems" by Dr. ...
"A Framework-Based Approach to Building Quantitative Trading Systems" by Dr. ...
 
"Deep Q-Learning for Trading" by Dr. Tucker Balch, Professor of Interactive C...
"Deep Q-Learning for Trading" by Dr. Tucker Balch, Professor of Interactive C..."Deep Q-Learning for Trading" by Dr. Tucker Balch, Professor of Interactive C...
"Deep Q-Learning for Trading" by Dr. Tucker Balch, Professor of Interactive C...
 
"Build Effective Risk Management on Top of Your Trading Strategy" by Danielle...
"Build Effective Risk Management on Top of Your Trading Strategy" by Danielle..."Build Effective Risk Management on Top of Your Trading Strategy" by Danielle...
"Build Effective Risk Management on Top of Your Trading Strategy" by Danielle...
 
Order book dynamics in high frequency trading
Order book dynamics in high frequency tradingOrder book dynamics in high frequency trading
Order book dynamics in high frequency trading
 
"Fundamental Forecasts: Methods and Timing" by Vinesh Jha, CEO of ExtractAlpha
"Fundamental Forecasts: Methods and Timing" by Vinesh Jha, CEO of ExtractAlpha"Fundamental Forecasts: Methods and Timing" by Vinesh Jha, CEO of ExtractAlpha
"Fundamental Forecasts: Methods and Timing" by Vinesh Jha, CEO of ExtractAlpha
 
Being open (source) in the traditionally secretive field of quant finance.
Being open (source) in the traditionally secretive field of quant finance.Being open (source) in the traditionally secretive field of quant finance.
Being open (source) in the traditionally secretive field of quant finance.
 
Volatility Trading - Hedge Fund Strategies
Volatility Trading - Hedge Fund StrategiesVolatility Trading - Hedge Fund Strategies
Volatility Trading - Hedge Fund Strategies
 
Algorithmic trading and Machine Learning by Michael Kearns, Professor of Comp...
Algorithmic trading and Machine Learning by Michael Kearns, Professor of Comp...Algorithmic trading and Machine Learning by Michael Kearns, Professor of Comp...
Algorithmic trading and Machine Learning by Michael Kearns, Professor of Comp...
 
Modeling Transaction Costs for Algorithmic Strategies
Modeling Transaction Costs for Algorithmic StrategiesModeling Transaction Costs for Algorithmic Strategies
Modeling Transaction Costs for Algorithmic Strategies
 
Intra-Day De Mark Plus Order Flow Indicator by Dr. Christopher Ting, SMU
  Intra-Day De Mark Plus Order Flow Indicator by Dr. Christopher Ting, SMU  Intra-Day De Mark Plus Order Flow Indicator by Dr. Christopher Ting, SMU
Intra-Day De Mark Plus Order Flow Indicator by Dr. Christopher Ting, SMU
 
"Quant Trading for a Living – Lessons from a Life in the Trenches" by Andreas...
"Quant Trading for a Living – Lessons from a Life in the Trenches" by Andreas..."Quant Trading for a Living – Lessons from a Life in the Trenches" by Andreas...
"Quant Trading for a Living – Lessons from a Life in the Trenches" by Andreas...
 
Introduction to Scalping Futures
Introduction to Scalping FuturesIntroduction to Scalping Futures
Introduction to Scalping Futures
 
Quantitative Trading
Quantitative TradingQuantitative Trading
Quantitative Trading
 
Algorithmic & High-Frequency Trading
Algorithmic & High-Frequency TradingAlgorithmic & High-Frequency Trading
Algorithmic & High-Frequency Trading
 
Intro to Quant Trading Strategies (Lecture 1 of 10)
Intro to Quant Trading Strategies (Lecture 1 of 10)Intro to Quant Trading Strategies (Lecture 1 of 10)
Intro to Quant Trading Strategies (Lecture 1 of 10)
 

Andere mochten auch

Finding Alpha from Stock Buyback Announcements in the Quantopian Research Pla...
Finding Alpha from Stock Buyback Announcements in the Quantopian Research Pla...Finding Alpha from Stock Buyback Announcements in the Quantopian Research Pla...
Finding Alpha from Stock Buyback Announcements in the Quantopian Research Pla...
Quantopian
 
Self-Directed Investing by Akhil Lodha, Co-founder of Sliced Investing, and M...
Self-Directed Investing by Akhil Lodha, Co-founder of Sliced Investing, and M...Self-Directed Investing by Akhil Lodha, Co-founder of Sliced Investing, and M...
Self-Directed Investing by Akhil Lodha, Co-founder of Sliced Investing, and M...
Quantopian
 
Welcome to QuantCon 2015 by John “Fawce” Fawcett, Founder and CEO of Quantopian
Welcome to QuantCon 2015 by John “Fawce” Fawcett, Founder and CEO of QuantopianWelcome to QuantCon 2015 by John “Fawce” Fawcett, Founder and CEO of Quantopian
Welcome to QuantCon 2015 by John “Fawce” Fawcett, Founder and CEO of Quantopian
Quantopian
 

Andere mochten auch (19)

Beyond Semantic Analysis Utilizing Social Finance Data Sets to Improve Quanti...
Beyond Semantic Analysis Utilizing Social Finance Data Sets to Improve Quanti...Beyond Semantic Analysis Utilizing Social Finance Data Sets to Improve Quanti...
Beyond Semantic Analysis Utilizing Social Finance Data Sets to Improve Quanti...
 
Using Domain Expertise to Improve Text Analysis, Evan Schnidman, Founder and ...
Using Domain Expertise to Improve Text Analysis, Evan Schnidman, Founder and ...Using Domain Expertise to Improve Text Analysis, Evan Schnidman, Founder and ...
Using Domain Expertise to Improve Text Analysis, Evan Schnidman, Founder and ...
 
Crowd-sourced Alpha: The Search for the Holy Grail of Investing
 Crowd-sourced Alpha: The Search for the Holy Grail of Investing Crowd-sourced Alpha: The Search for the Holy Grail of Investing
Crowd-sourced Alpha: The Search for the Holy Grail of Investing
 
Peculiarities of Volatilities by Ernest Chan at QuantCon 2016
Peculiarities of Volatilities by Ernest Chan at QuantCon 2016Peculiarities of Volatilities by Ernest Chan at QuantCon 2016
Peculiarities of Volatilities by Ernest Chan at QuantCon 2016
 
Statistics - The Missing Link Between Technical Analysis and Algorithmic Trad...
Statistics - The Missing Link Between Technical Analysis and Algorithmic Trad...Statistics - The Missing Link Between Technical Analysis and Algorithmic Trad...
Statistics - The Missing Link Between Technical Analysis and Algorithmic Trad...
 
The Sustainable Active Investing Framework: Simple, but Not Easy by Wesley Gr...
The Sustainable Active Investing Framework: Simple, but Not Easy by Wesley Gr...The Sustainable Active Investing Framework: Simple, but Not Easy by Wesley Gr...
The Sustainable Active Investing Framework: Simple, but Not Easy by Wesley Gr...
 
The Mobile Revolution and the Future of Modern Data Collection by Joe Reising...
The Mobile Revolution and the Future of Modern Data Collection by Joe Reising...The Mobile Revolution and the Future of Modern Data Collection by Joe Reising...
The Mobile Revolution and the Future of Modern Data Collection by Joe Reising...
 
The Genesis of an Order Type by Dan Aisen, Co-founder and Quantitative Develo...
The Genesis of an Order Type by Dan Aisen, Co-founder and Quantitative Develo...The Genesis of an Order Type by Dan Aisen, Co-founder and Quantitative Develo...
The Genesis of an Order Type by Dan Aisen, Co-founder and Quantitative Develo...
 
Finding Alpha from Stock Buyback Announcements in the Quantopian Research Pla...
Finding Alpha from Stock Buyback Announcements in the Quantopian Research Pla...Finding Alpha from Stock Buyback Announcements in the Quantopian Research Pla...
Finding Alpha from Stock Buyback Announcements in the Quantopian Research Pla...
 
Self-Directed Investing by Akhil Lodha, Co-founder of Sliced Investing, and M...
Self-Directed Investing by Akhil Lodha, Co-founder of Sliced Investing, and M...Self-Directed Investing by Akhil Lodha, Co-founder of Sliced Investing, and M...
Self-Directed Investing by Akhil Lodha, Co-founder of Sliced Investing, and M...
 
Welcome to QuantCon 2015 by John “Fawce” Fawcett, Founder and CEO of Quantopian
Welcome to QuantCon 2015 by John “Fawce” Fawcett, Founder and CEO of QuantopianWelcome to QuantCon 2015 by John “Fawce” Fawcett, Founder and CEO of Quantopian
Welcome to QuantCon 2015 by John “Fawce” Fawcett, Founder and CEO of Quantopian
 
Case Studies in Creating Quant Models from Large Scale Unstructured Text by S...
Case Studies in Creating Quant Models from Large Scale Unstructured Text by S...Case Studies in Creating Quant Models from Large Scale Unstructured Text by S...
Case Studies in Creating Quant Models from Large Scale Unstructured Text by S...
 
Trade Like a Chimp: Unleash Your Inner Primate by Andreas Clenow at QuantCon ...
Trade Like a Chimp: Unleash Your Inner Primate by Andreas Clenow at QuantCon ...Trade Like a Chimp: Unleash Your Inner Primate by Andreas Clenow at QuantCon ...
Trade Like a Chimp: Unleash Your Inner Primate by Andreas Clenow at QuantCon ...
 
A Vision for Quantitative Investing in the Data Economy by Michael Beal at Qu...
A Vision for Quantitative Investing in the Data Economy by Michael Beal at Qu...A Vision for Quantitative Investing in the Data Economy by Michael Beal at Qu...
A Vision for Quantitative Investing in the Data Economy by Michael Beal at Qu...
 
Combining the Best Stock Selection Factors by Patrick O'Shaughnessy at QuantC...
Combining the Best Stock Selection Factors by Patrick O'Shaughnessy at QuantC...Combining the Best Stock Selection Factors by Patrick O'Shaughnessy at QuantC...
Combining the Best Stock Selection Factors by Patrick O'Shaughnessy at QuantC...
 
From Backtesting to Live Trading by Vesna Straser at QuantCon 2016
From Backtesting to Live Trading by Vesna Straser at QuantCon 2016From Backtesting to Live Trading by Vesna Straser at QuantCon 2016
From Backtesting to Live Trading by Vesna Straser at QuantCon 2016
 
Dual Momentum Investing by Gary Antonacci QuantCon 2016
Dual Momentum Investing by Gary Antonacci QuantCon 2016Dual Momentum Investing by Gary Antonacci QuantCon 2016
Dual Momentum Investing by Gary Antonacci QuantCon 2016
 
Pairs Trading from NYC Algorithmic Trading Meetup November '13
Pairs Trading from NYC Algorithmic Trading Meetup November '13Pairs Trading from NYC Algorithmic Trading Meetup November '13
Pairs Trading from NYC Algorithmic Trading Meetup November '13
 
Market Timing, Big Data, and Machine Learning by Xiao Qiao at QuantCon 2016
Market Timing, Big Data, and Machine Learning by Xiao Qiao at QuantCon 2016Market Timing, Big Data, and Machine Learning by Xiao Qiao at QuantCon 2016
Market Timing, Big Data, and Machine Learning by Xiao Qiao at QuantCon 2016
 

Ähnlich wie Beware of Low Frequency Data by Ernie Chan, Managing Member, QTS Capital Management, LLC.

FX Perpetual- Key Features
FX Perpetual- Key Features FX Perpetual- Key Features
FX Perpetual- Key Features
Brian Boyd
 
06.04.2020
06.04.202006.04.2020
06.04.2020
UMS
 

Ähnlich wie Beware of Low Frequency Data by Ernie Chan, Managing Member, QTS Capital Management, LLC. (20)

[Data Meetup] Data Science in Finance - Building a Quant ML pipeline
[Data Meetup] Data Science in Finance -  Building a Quant ML pipeline[Data Meetup] Data Science in Finance -  Building a Quant ML pipeline
[Data Meetup] Data Science in Finance - Building a Quant ML pipeline
 
Stop Flying Blind! Quantifying Risk with Monte Carlo Simulation
Stop Flying Blind! Quantifying Risk with Monte Carlo SimulationStop Flying Blind! Quantifying Risk with Monte Carlo Simulation
Stop Flying Blind! Quantifying Risk with Monte Carlo Simulation
 
"A Framework for Developing Trading Models Based on Machine Learning" by Kris...
"A Framework for Developing Trading Models Based on Machine Learning" by Kris..."A Framework for Developing Trading Models Based on Machine Learning" by Kris...
"A Framework for Developing Trading Models Based on Machine Learning" by Kris...
 
Using Java & Genetic Algorithms to Beat the Market
Using Java & Genetic Algorithms to Beat the MarketUsing Java & Genetic Algorithms to Beat the Market
Using Java & Genetic Algorithms to Beat the Market
 
Empirical Analysis of Limit Order Books
Empirical Analysis of Limit Order BooksEmpirical Analysis of Limit Order Books
Empirical Analysis of Limit Order Books
 
Notes for Computational Finance lectures, Antoine Savine at Copenhagen Univer...
Notes for Computational Finance lectures, Antoine Savine at Copenhagen Univer...Notes for Computational Finance lectures, Antoine Savine at Copenhagen Univer...
Notes for Computational Finance lectures, Antoine Savine at Copenhagen Univer...
 
Does trend following work on stocks?
Does trend following work on stocks?Does trend following work on stocks?
Does trend following work on stocks?
 
The Modern FX Desk
The Modern FX DeskThe Modern FX Desk
The Modern FX Desk
 
Algo Trading
Algo TradingAlgo Trading
Algo Trading
 
How to design quant trading strategies using “R”?
How to design quant trading strategies using “R”?How to design quant trading strategies using “R”?
How to design quant trading strategies using “R”?
 
How to Make a Stock Pitch
How to Make a Stock PitchHow to Make a Stock Pitch
How to Make a Stock Pitch
 
MetaStock Webcast May 2018
MetaStock Webcast May 2018MetaStock Webcast May 2018
MetaStock Webcast May 2018
 
FX Perpetual- Key Features
FX Perpetual- Key Features FX Perpetual- Key Features
FX Perpetual- Key Features
 
Case study of s&p 500
Case study of s&p 500Case study of s&p 500
Case study of s&p 500
 
06.04.2020
06.04.202006.04.2020
06.04.2020
 
Capital Budgeting decision-making in telecom sector using real option analysis
Capital Budgeting decision-making in telecom sector using real option analysisCapital Budgeting decision-making in telecom sector using real option analysis
Capital Budgeting decision-making in telecom sector using real option analysis
 
MLX 2018 - Marcos López de Prado, Lawrence Berkeley National Laboratory Comp...
MLX 2018 - Marcos López de Prado, Lawrence Berkeley National Laboratory Comp...MLX 2018 - Marcos López de Prado, Lawrence Berkeley National Laboratory Comp...
MLX 2018 - Marcos López de Prado, Lawrence Berkeley National Laboratory Comp...
 
AmiBroker Xtreme Course, ABXC
AmiBroker Xtreme Course, ABXCAmiBroker Xtreme Course, ABXC
AmiBroker Xtreme Course, ABXC
 
High-Frequency Trading and 2010 Flash Crash
High-Frequency Trading and 2010 Flash CrashHigh-Frequency Trading and 2010 Flash Crash
High-Frequency Trading and 2010 Flash Crash
 
Cmt learning objective 36 case study of s&p 500
Cmt learning objective 36   case study of s&p 500Cmt learning objective 36   case study of s&p 500
Cmt learning objective 36 case study of s&p 500
 

Mehr von Quantopian

"From Insufficient Economic data to Economic Big Data – How Trade Data is red...
"From Insufficient Economic data to Economic Big Data – How Trade Data is red..."From Insufficient Economic data to Economic Big Data – How Trade Data is red...
"From Insufficient Economic data to Economic Big Data – How Trade Data is red...
Quantopian
 

Mehr von Quantopian (20)

Stauth common pitfalls_stock_market_modeling_pqtc_fall2018
Stauth common pitfalls_stock_market_modeling_pqtc_fall2018Stauth common pitfalls_stock_market_modeling_pqtc_fall2018
Stauth common pitfalls_stock_market_modeling_pqtc_fall2018
 
Tearsheet feedback webinar 10.10.18
Tearsheet feedback webinar 10.10.18Tearsheet feedback webinar 10.10.18
Tearsheet feedback webinar 10.10.18
 
"Three Dimensional Time: Working with Alternative Data" by Kathryn Glowinski,...
"Three Dimensional Time: Working with Alternative Data" by Kathryn Glowinski,..."Three Dimensional Time: Working with Alternative Data" by Kathryn Glowinski,...
"Three Dimensional Time: Working with Alternative Data" by Kathryn Glowinski,...
 
"Alpha from Alternative Data" by Emmett Kilduff, Founder and CEO of Eagle Alpha
"Alpha from Alternative Data" by Emmett Kilduff,  Founder and CEO of Eagle Alpha"Alpha from Alternative Data" by Emmett Kilduff,  Founder and CEO of Eagle Alpha
"Alpha from Alternative Data" by Emmett Kilduff, Founder and CEO of Eagle Alpha
 
"Supply Chain Earnings Diffusion" by Josh Holcroft, Head of Quantitative Rese...
"Supply Chain Earnings Diffusion" by Josh Holcroft, Head of Quantitative Rese..."Supply Chain Earnings Diffusion" by Josh Holcroft, Head of Quantitative Rese...
"Supply Chain Earnings Diffusion" by Josh Holcroft, Head of Quantitative Rese...
 
“Real Time Machine Learning Architecture and Sentiment Analysis Applied to Fi...
“Real Time Machine Learning Architecture and Sentiment Analysis Applied to Fi...“Real Time Machine Learning Architecture and Sentiment Analysis Applied to Fi...
“Real Time Machine Learning Architecture and Sentiment Analysis Applied to Fi...
 
“Market Insights Through the Lens of a Risk Model” by Olivier d'Assier, Head ...
“Market Insights Through the Lens of a Risk Model” by Olivier d'Assier, Head ...“Market Insights Through the Lens of a Risk Model” by Olivier d'Assier, Head ...
“Market Insights Through the Lens of a Risk Model” by Olivier d'Assier, Head ...
 
"How to Run a Quantitative Trading Business in China with Python" by Xiaoyou ...
"How to Run a Quantitative Trading Business in China with Python" by Xiaoyou ..."How to Run a Quantitative Trading Business in China with Python" by Xiaoyou ...
"How to Run a Quantitative Trading Business in China with Python" by Xiaoyou ...
 
"Deep Reinforcement Learning for Optimal Order Placement in a Limit Order Boo...
"Deep Reinforcement Learning for Optimal Order Placement in a Limit Order Boo..."Deep Reinforcement Learning for Optimal Order Placement in a Limit Order Boo...
"Deep Reinforcement Learning for Optimal Order Placement in a Limit Order Boo...
 
"Making the Grade: A Look Inside the Algorithm Evaluation Process" by Dr. Jes...
"Making the Grade: A Look Inside the Algorithm Evaluation Process" by Dr. Jes..."Making the Grade: A Look Inside the Algorithm Evaluation Process" by Dr. Jes...
"Making the Grade: A Look Inside the Algorithm Evaluation Process" by Dr. Jes...
 
"Building Diversified Portfolios that Outperform Out-of-Sample" by Dr. Marcos...
"Building Diversified Portfolios that Outperform Out-of-Sample" by Dr. Marcos..."Building Diversified Portfolios that Outperform Out-of-Sample" by Dr. Marcos...
"Building Diversified Portfolios that Outperform Out-of-Sample" by Dr. Marcos...
 
"From Insufficient Economic data to Economic Big Data – How Trade Data is red...
"From Insufficient Economic data to Economic Big Data – How Trade Data is red..."From Insufficient Economic data to Economic Big Data – How Trade Data is red...
"From Insufficient Economic data to Economic Big Data – How Trade Data is red...
 
"Machine Learning Approaches to Regime-aware Portfolio Management" by Michael...
"Machine Learning Approaches to Regime-aware Portfolio Management" by Michael..."Machine Learning Approaches to Regime-aware Portfolio Management" by Michael...
"Machine Learning Approaches to Regime-aware Portfolio Management" by Michael...
 
"Don't Lose Your Shirt Trading Mean-Reversion" by Edith Mandel, Principal at ...
"Don't Lose Your Shirt Trading Mean-Reversion" by Edith Mandel, Principal at ..."Don't Lose Your Shirt Trading Mean-Reversion" by Edith Mandel, Principal at ...
"Don't Lose Your Shirt Trading Mean-Reversion" by Edith Mandel, Principal at ...
 
"Quantum Hierarchical Risk Parity - A Quantum-Inspired Approach to Portfolio ...
"Quantum Hierarchical Risk Parity - A Quantum-Inspired Approach to Portfolio ..."Quantum Hierarchical Risk Parity - A Quantum-Inspired Approach to Portfolio ...
"Quantum Hierarchical Risk Parity - A Quantum-Inspired Approach to Portfolio ...
 
"Snake Oil, Swamp Land, and Factor-Based Investing" by Gary Antonacci, author...
"Snake Oil, Swamp Land, and Factor-Based Investing" by Gary Antonacci, author..."Snake Oil, Swamp Land, and Factor-Based Investing" by Gary Antonacci, author...
"Snake Oil, Swamp Land, and Factor-Based Investing" by Gary Antonacci, author...
 
"From Trading Strategy to Becoming an Industry Professional – How to Break in...
"From Trading Strategy to Becoming an Industry Professional – How to Break in..."From Trading Strategy to Becoming an Industry Professional – How to Break in...
"From Trading Strategy to Becoming an Industry Professional – How to Break in...
 
"Bayesian Deep Learning: Dealing with Uncertainty and Non-Stationarity" by Dr...
"Bayesian Deep Learning: Dealing with Uncertainty and Non-Stationarity" by Dr..."Bayesian Deep Learning: Dealing with Uncertainty and Non-Stationarity" by Dr...
"Bayesian Deep Learning: Dealing with Uncertainty and Non-Stationarity" by Dr...
 
"On the Bayesian Interpretation of Black–Litterman" by Dr. Gordon Ritter, Sen...
"On the Bayesian Interpretation of Black–Litterman" by Dr. Gordon Ritter, Sen..."On the Bayesian Interpretation of Black–Litterman" by Dr. Gordon Ritter, Sen...
"On the Bayesian Interpretation of Black–Litterman" by Dr. Gordon Ritter, Sen...
 
"Correlated Volatility Shocks" by Dr. Xiao Qiao, Researcher at SummerHaven In...
"Correlated Volatility Shocks" by Dr. Xiao Qiao, Researcher at SummerHaven In..."Correlated Volatility Shocks" by Dr. Xiao Qiao, Researcher at SummerHaven In...
"Correlated Volatility Shocks" by Dr. Xiao Qiao, Researcher at SummerHaven In...
 

Kürzlich hochgeladen

VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...
VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...
VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...
dipikadinghjn ( Why You Choose Us? ) Escorts
 
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
dipikadinghjn ( Why You Choose Us? ) Escorts
 
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual service
anilsa9823
 
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
dipikadinghjn ( Why You Choose Us? ) Escorts
 

Kürzlich hochgeladen (20)

05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx
 
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
 
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
 
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
 
VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...
VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...
VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...
 
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
 
The Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdfThe Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdf
 
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
 
Booking open Available Pune Call Girls Shivane 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Shivane  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Shivane  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Shivane 6297143586 Call Hot Indian Gi...
 
TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...
TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...
TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...
 
The Economic History of the U.S. Lecture 23.pdf
The Economic History of the U.S. Lecture 23.pdfThe Economic History of the U.S. Lecture 23.pdf
The Economic History of the U.S. Lecture 23.pdf
 
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx
 
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
 
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure serviceCall US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
Call US 📞 9892124323 ✅ Kurla Call Girls In Kurla ( Mumbai ) secure service
 
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Gomti Nagar Lucknow best sexual service
 
The Economic History of the U.S. Lecture 20.pdf
The Economic History of the U.S. Lecture 20.pdfThe Economic History of the U.S. Lecture 20.pdf
The Economic History of the U.S. Lecture 20.pdf
 
High Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
High Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsHigh Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
High Class Call Girls Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
 
The Economic History of the U.S. Lecture 30.pdf
The Economic History of the U.S. Lecture 30.pdfThe Economic History of the U.S. Lecture 30.pdf
The Economic History of the U.S. Lecture 30.pdf
 
Booking open Available Pune Call Girls Wadgaon Sheri 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Wadgaon Sheri  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Wadgaon Sheri  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Wadgaon Sheri 6297143586 Call Hot Ind...
 

Beware of Low Frequency Data by Ernie Chan, Managing Member, QTS Capital Management, LLC.

  • 1. Beware  of  Low  Frequency  Data   Ernest  Chan,  Ph.D.   QTS  Capital  Management,  LLC.    
  • 2. •  Previously,  researcher  at  IBM  T.  J.  Watson  Lab  in  machine   learning,  researcher/trader  for  Morgan  Stanley,  Credit  Suisse,   and  various  hedge  funds.   •  Principal  of  QTS  Capital  Management,  a  commodity  pool   operator  and  trading  advisor.   •  Author:     –  Quan%ta%ve  Trading:  How  to  Build  Your  Own  Algorithmic   Trading  Business    (Wiley  2009).   –  Algorithmic  Trading:  Winning  Strategies  and  Their   Ra%onale  (Wiley  2013).   •  Blogger:  epchan.blogspot.com     About  Me   2  
  • 3. GIGO   •  Garbage  in,  garbage  out  is  well-­‐known  to   programmers.   •  Data  integrity  is  crucial  to  backtesVng  trading   strategies.   – Common  problem:  Historical  prices  backtested   weren’t  the  actual  prices  we  could  execute  at.     – Typical  outcome:  backtest  performance  is  greatly   inflated  compared  to  realisVc  historical   performance.  
  • 4. Example  1:  CEF  Premium  Reversion   •  Patro  et  al  published  a  paper  on  trading  the   mean  reversion  of  closed-­‐end  funds’  (CEF)   premium.   –  ssrn.com/abstract=2468061   •  CEFs  with  high  premium  (market  cap-­‐NAV)  will   have  negaVve  returns,  while  those  with  steep   discount  will  have  posiVve  returns.   •  Rank  CEFs  based  on  %  premium  and  buy  the   bobom  quinVle  and  short  the  top  quinVle  with   monthly  rebalancing.  
  • 5. Example  1:  CEF  Premium  Reversion   •  Authors  obtained  fund  price  and  shares   outstanding  data  from  CRSP,  and  fund  NAV   data  from  Bloomberg.   •  Sharpe  raVo  is  1.5  from  1998-­‐2011.   •  I  repeated  their  backtest  also  using  CRSP   prices,  and  fund  NAV  from  Computstat  from   2007-­‐2014.  
  • 6. CEF  Premium  Reversion:  closes   2008/01 2010/01 2012/01 2014/01 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 Date CumulativeReturns
  • 7. CEF  Premium  Reversion:  midpoints       2008/01 2010/01 2012/01 2014/01 -0.25 -0.2 -0.15 -0.1 -0.05 0 Date CumulativeReturns
  • 8. Midpoints  vs  closes   •  The  dramaVc  differences  in  performance  due  to  using   closing  prices  vs  midpoint  between  bid  and  ask  prices   at  the  close.   –  You  wouldn’t  think  bid  and  ask  prices  maber  for  strategies   that  rebalance  only  monthly!   •  Actual  execuVons  will  use  MOC  (Market-­‐on-­‐close)  or   LOC  (Limit-­‐on-­‐close)  orders.   •  Actual  execuVon  prices  will  be  the  close  price  (“closing   cross”)  at  primary  exchanges  where  aucVons  take   place,  not  consolidated  closing  prices  which  most   backtests  use.   –  Rf.  Prof.  Joel  Hasbrouck  “SecuriVes  Trading”  NYU  Teaching   Notes  
  • 9. Consolidated  closes   •  Consolidated  closing  price  represents  the  last   execuVon  price  from  any  one  of  >  50  market   centers  at  which  a  stock,  ETF,  or  CEF  can  be   executed.   •  ExecuVon  can  take  place  in  a  dark  pool,  ECN,   or  the  primary  exchange.   •  If  we  send  a  LMT/MKT  order,  no  guarantee  it   will  be  routed  to  that  parVcular  market  center   and  filled  at  the  consolidated  closing  price.    
  • 10. Primary  closes   •  Where  can  we  get  historical  primary  exchange   (“aucVon”,  “official”,  “crossing”)  close  prices?   – Buy  from  the  primary  exchanges.   – Subscribe  to  Bloomberg.     – EsVmate  using  midpoints  from  CRSP.     •  This  is  what  I  did.   – Use  Vck  data  and  select  the  trades  with  the  Cross   flag*.   *Hat-­‐Vp:  Chris  at  QuantGo.com  
  • 11. Example  2:  Opening  gap   •  Rank  stocks  based  on  their  returns  from  previous  close   to  today’s  open:  retGap.   •  Apply  fundamental  and  technical  filters  e.g.  eliminaVng   stocks  which  just  had  earnings  announcements.   –  See  my  book  “Algorithmic  Trading”.   •  Buy  10  stocks  with  the  lowest  retGap,  and  short  10   with  the  highest  retGap  at  the  open.   •  Exit  at  the  same  day’s  close.   •  Backtest  from  2012-­‐2014.   •  Live  trading  from  mid  2013-­‐2014.    
  • 12. Opening  Gap:  Backtest  vs  Live   2012/01 2013/01 2014/01 -0.05 0 0.05 0.1 0.15 0.2 0.25 0.3 0.35 Date CumulativeReturns Backtest with 5 bps cost Live
  • 13. What  happens  at  the  open?   •  Backtest  has  already  used  midpoints  at  close:   very  near  the  closing  crosses.   •  Backtest  also  included  5  bps  per  trade   transacVon  cost.   •  Live  trading  sVll  underperformed  backtest   substanVally.   •  Causes:   –  Open  prices  also  need  to  use  aucVon  prices.   •  Unfortunately  CRSP  does  not  provide  bid/ask  at  open.   –  Need  quotes  at  9:28  (Nasdaq  deadline  for  LOO/MOO   orders)  to  generate  trading  signals.    
  • 14. Example  3:  Futures  momentum   •  Intraday  momentum  strategy  applied  to   various  futures  (E.g.  RB  or  GC).   •  Rank  all  trades  (or  quotes)  in  previous  day’s   trading  session.   – Long  if  last  price  above  95th  percenVle.   •  Exit  long  if  last  price  below  60th  percenVle.   – Short  if  last  price  below  5th  percenVle.     •  Exit  short  if  last  price  above  40th  percenVle.  
  • 15. Futures  momentum   •  Compare  backtests  based  on   – 1-­‐minute  trades  bars  from  eSignal,  back-­‐adjusted   conVnuous  contracts.   – BBO  quotes  with  1-­‐millisecond  Vmestamps  from   QuantGo.com  /  Algoseek  data,  actual  contracts.   •  1-­‐min  data  shows  that  strategy  trades  only  1   round-­‐trip  a  day:  low  frequency!  
  • 16. Futures  momentum   •  In  all  cases,  1-­‐ms  data  produce  much  worse   returns  than  1-­‐min  data.   •  1-­‐ms  data  shows  that  strategy  someVmes  flip-­‐ flops:  rapid  changes  of  last  prices  cause  rapid   succession  of  (losing)  trades.  
  • 17. Example  4:  Pair  trading  ETFs   •  E.g.  ETFs  EWA  (Australian  stock  index)  and  EWC   (Canadian  stock  index)  are  good  candidates  for   mean-­‐reversion  pair  trading.   •  Bollinger  band  strategy  applied  to  spread.   •  Backtest  on  daily  closes  (aucVon  or  consolidated   prices):  good  results.   •  Why  not  live  trade  intraday,  using  Bollinger   bands  to  set  limit  prices?   –  Expect  more  trading  opportuniVes  and  more  profits!  
  • 18. Pair  trading  ETFs   •  Reality:  Intraday  live  trading  using  InteracVve   Brokers  live  Vck  feed  (250ms  bars)  osen  suffers   mysterious  losses  due  to  mysterious  trades.   •  Culprit:  Flip-­‐flopping  due  to  order  book  “mini-­‐ flash  crashes”   –  Small  change  in  price  on  one  leg  leads  to  large  %  error   in  spread!   •  These  flip-­‐flopping  and  losses  disappear  if  we  use   Yahoo  RealTime  (1s  bars).  
  • 19. Pair  trading  ETFs   •  Moral  of  story:  if  you  want  to  trade  intraday,   must  use  Vck  data  for  backtest,  even  if  holding   period  is  long  (e.g.  hours).   •  What  if  we  restrict  live  data  to  1-­‐sec  or  longer   bars?   – This  would  be  arVficial  and  nonsensical:  why   should  we  only  trade  at  …  10:01,  10:02,  10:03,  …   instead  of  …  10:01:01,  10:01:02,  10:01:03,  …?  
  • 20. LF  backtest  requires  HF  historical  data   •  CEF  monthly  rebalancing  →  need  Vck  data  to  find   closing  crosses  (aucVon)  prices  (unless  you  have   Bloomberg).   •  Opening  gap  stocks  strategy  →  need  Vck  data  to   find  NBBO  at  9:28  am  and  opening  crosses.   •  Intraday  low-­‐frequency  futures  momentum   strategy  →  need  Vck  data  to  check  for  intra-­‐1-­‐ min-­‐bar  flip-­‐flopping/mini-­‐flash  crashes.   •  Intraday  low-­‐frequency  ETF  mean  reversion  pair   trading  →  need  Vck  data  to  check  for  intra-­‐1-­‐sec-­‐ bar  flip-­‐flopping/mini-­‐flash  crashes.  
  • 21. Conclusion   •  Whether  a  trading  strategy  requires  low  or   high  frequency  historical  data  depends  not   only  on  holding  period,  but  also  on:   – How  execuVon  prices  are  determined.   – How  trading  signals  are  triggered.  
  • 22. Thank  you  for  your  Vme!   www.epchan.com   Twiber:  @chanep   Blog:  epchan.blogspot.com