Welcome to the Traders Laboratory Forums.
Coding Forum Collaborate, receive help, or discuss coding related issues.

Reply
Old 02-27-2010, 11:23 AM   #465

BlowFish's Avatar

Join Date: Mar 2007
Location: In Da House
Posts: 3,292
Ignore this user

Thanks: 129
Thanked 1,054 Times in 702 Posts

Re: Volume Splitter

There are instances where a trade can occur between best bid and best ask. Essentially it relies on orders arriving together that can be matched before being placed on the book.
BlowFish is offline  
Reply With Quote
The Following User Says Thank You to BlowFish For This Useful Post:
RichardTodd (02-27-2010)
Old 02-28-2010, 09:05 AM   #466

Join Date: Feb 2008
Location: Germany
Posts: 391
Ignore this user

Thanks: 103
Thanked 186 Times in 89 Posts

Re: Volume Splitter

Not really. You are talking about two different things here. Stale data happens. But how is a trade at the mid-point supposed to happen? You can't enter limit orders at half a tick on an exchange, can you?
AgeKay is offline  
Reply With Quote
Old 03-01-2010, 09:00 AM   #467

Join Date: Mar 2008
Location: Camas
Posts: 72
Ignore this user

Thanks: 5
Thanked 27 Times in 11 Posts

Re: Volume Splitter

Quote:
Originally Posted by AgeKay »
Not really. You are talking about two different things here. Stale data happens. But how is a trade at the mid-point supposed to happen? You can't enter limit orders at half a tick on an exchange, can you?
Are you assuming a spread of only one tick? In that case, you are correct. However, many instruments have spreads of much greater than one tick. Speaking in terms of ticks, if bid is at 0 and ask is at 2 then a trade at 1 is at the midpoint.
taotree is offline  
Reply With Quote
Old 03-02-2010, 04:58 AM   #468

Join Date: Feb 2008
Location: Germany
Posts: 391
Ignore this user

Thanks: 103
Thanked 186 Times in 89 Posts

Re: Volume Splitter

I don't want to beat a dead horse, but even if the spread is 2 ticks, the "mid-point" of a 2 tick spread is still either bid or ask. If it looks as if it traded at that "mid-point" without being bid or offered, it just means that as soon as someone bid or offered, someone sweeped the market so quickly that you couldn't see it. I just want people to understand how orders are matched. There are no magic trades at mid-points on exchanges.
AgeKay is offline  
Reply With Quote
Old 03-02-2010, 09:01 AM   #469

Join Date: Mar 2008
Location: Camas
Posts: 72
Ignore this user

Thanks: 5
Thanked 27 Times in 11 Posts

Re: Volume Splitter

Quote:
Originally Posted by AgeKay »
I don't want to beat a dead horse, but even if the spread is 2 ticks, the "mid-point" of a 2 tick spread is still either bid or ask. If it looks as if it traded at that "mid-point" without being bid or offered, it just means that as soon as someone bid or offered, someone sweeped the market so quickly that you couldn't see it. I just want people to understand how orders are matched. There are no magic trades at mid-points on exchanges.
Yes. As I mentioned before, you're talking about the internals of how exchanges work, and I'm talking about the actual data that arrives at your trading platform and how to code an indicator to deal with it. As you say, the two don't always match.
taotree is offline  
Reply With Quote
Old 03-03-2010, 06:25 AM   #470

Join Date: Jul 2008
Location: padova
Posts: 52
Ignore this user

Thanks: 18
Thanked 1 Time in 1 Post

Re: Volume Splitter

This is a very interesting point.
Can you explain better how can an order be executed before being placed on the book?
Can you detail better the entire process of the order execution?
I suppose there were 3 distinct step (for non market order):

1)order insertion on the book
2)cross between an arriving order
3)execution information from the Exchange

Can the sequence be different in your opinion? (i.e. becouse of different TCP packet delay and late reconstrucion,etc ...)


Quote:
Originally Posted by BlowFish »
There are instances where a trade can occur between best bid and best ask. Essentially it relies on orders arriving together that can be matched before being placed on the book.
paolfili is offline  
Reply With Quote
Old 03-03-2010, 07:12 AM   #471

Join Date: Feb 2008
Location: Germany
Posts: 391
Ignore this user

Thanks: 103
Thanked 186 Times in 89 Posts

Re: Volume Splitter

BlowFish, I would also like to know how that works. None of the order matching rules of exchanges that I have read mention that. All I know is that block trades can be executed on Eurex without going through the book. They are basically just reported for clearing without affecting the market in the order book.
AgeKay is offline  
Reply With Quote
Old 03-03-2010, 07:38 AM   #472

Join Date: Jul 2008
Location: padova
Posts: 52
Ignore this user

Thanks: 18
Thanked 1 Time in 1 Post

Re: Volume Splitter

Only EUREX (for block trades out of the book)?

Thanks


Quote:
Originally Posted by AgeKay »
BlowFish, I would also like to know how that works. None of the order matching rules of exchanges that I have read mention that. All I know is that block trades can be executed on Eurex without going through the book. They are basically just reported for clearing without affecting the market in the order book.
paolfili is offline  
Reply With Quote

Reply

Tags
eot, volume splitter

Thread Tools
Display Modes Help Others By Rating This Thread
Help Others By Rating This Thread:


Similar Threads
Thread Thread Starter Forum Replies Last Post
Retest on Lower Volume with Volume Gradient walterw Technical Analysis 3 04-16-2009 12:10 AM
NYSE Up Volume($UVOL)/Down Volume ($DVOL) Comparison MC Market Internals 23 02-09-2009 09:18 AM

All times are GMT -4. The time now is 12:56 PM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.