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:B→R≥0?
Two natural price functions are
- The average of the best bid and best offer
- 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):
WPn1−n2=∑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