Friday, February 16, 2018

equities - Price functions based on order book events


Assume some equity traded on a given exchange based on an electronic limit open-order book B that makes sequential updates as a function of time t. What are "natural" or common price functions P:BR0?


Two natural price functions are



  1. The average of the best bid and best offer

  2. The price of the most recent transaction


A disadvantage of the first price function is that it doesn't take into account the whole depth of the book. A disadvantage of the second price function is that it only updates when a transaction occurs.


Are there more sophisticated price functions that take into account the whole depth of the book, and change for every update to the order book?



Answer




I recommend reading Cao, Hansch, and Wang (2004) "The Informational Content of an Open Limit Order Book". They present a simple model for an order-book price called the weighted price (WP):


WPn1n2=n2j=n1(QdjPdj+QsjPsj)(Qdj+Qsj)


Where:



  • n is the order book level

  • Qj is the size at level j

  • Pj is the price at level j

  • d is the "demand" side and s is the "supply" side


No comments:

Post a Comment

technique - How credible is wikipedia?

I understand that this question relates more to wikipedia than it does writing but... If I was going to use wikipedia for a source for a res...