The order-handling tag has no wiki summary.
5
votes
1answer
191 views
Profiting from price discrepancies between stock exchanges
Here is an interesting video by Nanex: http://www.youtube.com/watch?&v=rB5jJuMP84E
Perhaps some of you have already seen something similar. It is an animation of the order routing. It shows 1/2 ...
2
votes
3answers
193 views
Is it worth preserving orderbook structure when building it from individual orders?
Say I'm building an order book and two bids come in at price $p$ and volumes $v_1$ and $v_2$. Which option is better
To store the order as $\{p, v_1+v_2\}$ or
To store the order as $\{p,v_1\}$ and ...
0
votes
0answers
118 views
Looking for FpML best practices
We want start using FpML within our organisation; where message will be sent using FpML.
What are best practices to do this ?
If anyone who have used Tools as well as; i want to use FpML for ...
5
votes
3answers
544 views
Does HFT make sense in a pro-rata market?
If orders are filled pro rata, is there still incentive to engage in HFT? Because pro rata nullifies the time precedence rule, my intuition is no, but I figure there could be other aspects to it I'm ...
2
votes
0answers
669 views
Which CEP platform is most popular for trading systems? [closed]
I heard that trading firms employ CEP platforms such as StreamBase, Marketcetera, JBoss Drools, and etc., to implement trading systems. I wonder which one is most popular and the recent trend of ...
7
votes
4answers
947 views
What approaches are there to order handling in automated trading?
I am currently developing a commercial automated trading program in which users can write their own proprietary code and develop strategies, like in NinjaTrader, MetaTrader etc. Right now I am working ...