Saturday, May 5, 2018

finance - Market, Limit and Cancellation orders


From the paper https://web.stanford.edu/class/msande448/2017/Final/Reports/gr4.pdf page 8, I need at least the limit and market order. I can easily find the full depth from dxfeed or algoseek, but I can't really separate clearly the market and limit orders for deep learning purposes. I thought to collect my own data, but the problem is I need the data right now. I don't have the choice to buy the data from a provider.



enter image description here


Any thoughts how to get the market and limit orders separately (intraday)?



Answer



https://quant.stackexchange.com/a/41173



sell market orders: 'FILL ASK' (execute outstanding order in full), 'EXECUTE ASK' (execute outstanding order in part), 'TRADE ASK' (execute non-displayed order)
buy market orders: 'FILL BID', 'EXECUTE BID', 'TRADE BID'
bid order cancellation: 'DELETE BID' (delete outstanding order in full), 'CANCEL BID' (cancel outstanding order in part)
ask order cancellation: 'DELETE ASK', 'CANCEL ASK'
bid orders: 'ADD BID'

ask orders: 'ADD ASK'

Information from the documentation: https://www.algoseek.com/static/files/documentation/equity_and_etf_etn/AlgoSeek.US.Equities.FullDepth.1.0.pdf


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...