Skip to content

[Fwd: Re: Re: [R-sig-finance] bid-ask bouse]

1 message · Adrian Trapletti

#
This time not as html
Adrian

-------- Original Message --------
Subject: 	Re: Re: [R-sig-finance] bid-ask bouse
Date: 	Wed, 29 Dec 2004 17:16:05 +0100
From: 	Adrian Trapletti <a.trapletti@bluewin.ch>
To: 	Joe Cerniglia <cj5815@yahoo.com>
CC: 	r-sig-finance@stat.math.ethz.ch
References: 	<200412291140.iBTBcnek014626@hypatia.math.ethz.ch>
Some more comments based on my experience:

    * Accurate estimation of fill prices from observed prices is maybe
      the most difficult task when simulating trading systems.
    * Slippage (>= 0) is a function of market momentum, number of
      shares, time of the day, market depth, and more specific
      properties such as liquidity of the considered instrument.
    * Some of the above measures may not be observed, in particular no
      history is available, e.g., for market depth.
    * Fill price = signal price +/- slippage (+ for buy orders, - for
      sell orders)
    * Signal price = bid/ask price (bid for sell orders, ask for buy
      orders) at the time an order is generated by the system or trader
    * To get an accurate estimate of the slippage function, a history of
      real trades is necessary.
    * In cases no bid/ask history is available, the slippage function
      may be based on last traded prices.
    * Published bid/ask prices may only be advertising quotes and nobody
      might be willing to trade on those prices.
    * Some markets close trading of shares when limit down is reached.

For some instruments it is possible to come up with a relatively simple 
and accurate slippage function, but this really depends...

Best
Adrian